/* ****** Z-INDEX GUIDE ********* */
/* Navigation <header>: 1000      */
/* Navigation z-index: 995 - 999  */
/* ****************************** */

/* LAYOUT  2*/
html {
    font-size: 62.5%;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

#home-middle,
#home-divider,
#home-lower,
footer {
    opacity: 0;
}

body {
    background: #172e4b;
    font-family: "Raleway", sans-serif;
    line-height: 1.35;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-text-rendering: optimizeLegibility;
    /*-moz-text-rendering:optimizeLegibility;*/
    text-rendering: optimizeLegibility;
    /*-moz-osx-font-smoothing: grayscale;*/
    -webkit-osx-font-smoothing: grayscale;
    osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

#wrapper {
    background: #fff;
    overflow-x: hidden;
    position: relative;
}

.container-fluid {
    max-width: 1440px;
    margin: 0 auto;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-11,
.col-md-10,
.col-md-12 {
    padding: 0;
}

#content-wrap {
    position: relative;
}

@media (min-width:769px) {
    .ug-gallery-wrapper {
        min-height: 500px;
    }
}

.side-quote .caption {
    font-size: 1.1em;
    color: rgba(39, 53, 72, 0.5);
    font-weight: bold;
}

/* logout page */

#content-wrap.logout {
    min-height: 300px;
    margin-top: 150px;
}

#content-wrap.logout p {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

#nav-aside {
    position: absolute;
    height: 100%;
    width: 259px;
    border-right: 1px solid #4f5d72;
    display: none;
    z-index: 1;
    padding-left: 18px;
    padding-top: 54px;
}

#nav-aside ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav-aside>ul {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid;
    display: none;
}

#nav-aside>ul.show-sidenav {
    display: block;
}

#nav-aside .main-item,
#nav-aside .accordion,
#nav-aside .side-items {
    padding-left: 36px;
}

#nav-aside .main-item {
    color: #4f5d72;
    display: block;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding-right: 16px;
    pointer-events: none;
}

#nav-aside a {
    color: #4f5d72;
    font-size: 13px;
    font-size: 1.3rem;
}

#nav-aside .accordion {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
}

#nav-aside .accordion.side-open {
    font-weight: 600;
}

#nav-aside .accordion:before {
    border-bottom: 3px solid transparent;
    border-left: 5px solid #4f5d72;
    border-top: 3px solid transparent;
    content: "";
    display: block;
    margin-left: -11px;
    position: absolute;
    margin-top: 5px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    transition: .3s all ease;
}

#nav-aside .accordion.side-open:before {
    border-top: 5px solid #4f5d72;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: none;
}

#nav-aside .side-items {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block;
    -webkit-transition: .4s all ease-out;
    -moz-transition: .4s all ease-out;
    transition: .4s all ease-out;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    height: auto;
}

#nav-aside .side-open+.side-items {
    max-height: 500px;
    /* should be set more than any potential menu can be*/
    border-color: #dee5ee;
}

#nav-aside .side-items li:first-child {
    margin-top: 7px;
}

#nav-aside .side-open+.side-items li:last-child {
    margin-bottom: 7px;
}

#nav-aside ul ul>li:last-child .side-open+.side-items {
    border-bottom: 0;
}

#nav-aside .icon-side-current {
    font-weight: 600;
}

#nav-aside .icon-side-current:after {
    content: '\77';
    font-family: "wgaicons";
    font-weight: normal;
    speak: none;
    display: inline-block;
    font-size: 16px;
    left: 2px;
    position: relative;
    top: 2px;
    line-height: 1;
}

#nav-aside .side-items a {
    padding: 3px 12px 3px 0;
    display: block;
    line-height: 1.5;
}

#breadcrumbs {
    border-bottom: 1px solid #dee5ee;
    color: #9d9d9d;
    min-height: 37px;
    padding-left: 18px;
    width: 100%;
}

#breadcrumbs a {
    color: #9d9d9d;
    display: inline-block;
    font-size: 1.3rem;
    padding: 10px 8px 8px;
}

#breadcrumbs a:last-child {
    pointer-events: none;
}


a[name] {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

/*#breadcrumbs a:nth-of-type(2) {*/
/*    pointer-events: none;*/
/*color: #273548;*/
/*    padding-right: 0;*/
/*}*/
/*#breadcrumbs span:nth-of-type(2) {*/
/*    display: none;*/
/*}*/
/*#breadcrumbs a:nth-of-type(2)::after {*/
/*    content: ":";*/
/*    text-indent: 0;*/
/*}*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 20px;
    margin-top: 20px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site-search-result-page-title {
    font-size: 16px;
}

.site-search-result-page-url {
    color: #999;
    font-size: 14px;
}

#siteSearchKeywords {
    padding: 3px;
    margin-right: 10px;
    width: 89%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #siteSearchKeywords {
        padding: 3px 3px 8px;
    }
}

@media (max-width:1362px) {
    #siteSearchKeywords {
        width: 86%;
    }
}

@media (max-width:1176px) {
    #siteSearchKeywords {
        width: 82%;
    }
}

@media (max-width:1058px) {
    #siteSearchKeywords {
        width: 80%;
    }
}

@media (max-width:768px) {
    #siteSearchKeywords {
        width: 82%;
    }
}

@media (max-width:581px) {
    #siteSearchKeywords {
        width: 73%;
    }
}

@media (max-width:410px) {
    #siteSearchKeywords {
        width: 66%;
    }
}


#siteSearchSubmit {
    border-color: #000000;
    background-color: #333333;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.site-search-result-teaser {
    font-size: 14px;
}

.site-search-result-page-url {
    font-size: 13px;
}

.site-search-result-page-title {
    margin-top: 30px !important;
    padding-bottom: 20px !important;
}




#page-content {
    line-height: 1.5;
}

#page-content p {
    margin: 18px 0 0 !important;
}

#page-content a {
    font-weight: bold;
}

#page-content #breadcrumbs a {
    font-weight: normal;
}

#page {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}

#page #aside {
    width: 30%;
    float: right;
}

#page #aside .aside-inner {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    webkit-flex-wrap: wrap;
}

#page #aside .aside-block {
    width: 100%;
}

#aside .share .stButton .stLarge {
    height: 41px !important;
    width: 42px !important;
}

#aside .share .st_facebook_large .stLarge {
    background-image: url(/wga-main/images/template/social-icon-fb.png) !important;
}

#aside .share .st_twitter_large .stLarge {
    background-image: url(/wga-main/images/template/x-twitter-41x42.png) !important;
}

#aside .share .st_googleplus_large .stLarge {
    background-image: url(/wga-main/images/template/social-icon-gp.png) !important;
}

#aside .share .st_email_large .stLarge {
    background-image: url(/wga-main/images/template/social-icon-mail.png) !important;
}

#aside .share .stButton .stLarge:hover {
    background-position: -42px !important;
}

.leftarrow a:before {
    content: '\77';
    font-family: "wgaicons";
    font-weight: normal;
    speak: none;
    display: inline-block;
    font-size: 16px;
    left: 0;
    position: relative;
    top: 0;
    margin-right: 5px;
    line-height: 1;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.rightarrow a:after {
    content: '\77';
    font-family: "wgaicons";
    font-weight: normal;
    speak: none;
    display: inline-block;
    font-size: 16px;
    left: 0;
    position: relative;
    top: 0;
    margin-left: 5px;
    line-height: 1;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/*.article101 .article-image {
    max-height: 103px;
}*/

.back-to-101list {
    margin-top: 35px;
}

.back-to-101list a:before {
    content: '\77';
    font-family: "wgaicons";
    font-weight: normal;
    speak: none;
    display: inline-block;
    font-size: 16px;
    left: 0;
    position: relative;
    top: 0;
    margin-right: 5px;
    line-height: 1;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}



/* CUSTOM CLASSES */

.image-right-caption {
    float: right;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.image-left-caption {
    float: left;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.image-right-caption img,
.image-left-caption img {
    width: 100% !important;
}

@media (max-width:480px) {

    .image-right-caption,
    .image-left-caption {
        float: none;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 0;
        width: 100% !important;
    }

}

.img-align-right {
    color: #666;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.img-align-left {
    color: #666;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


.merri {
    font-family: "merriweather", georgia, serif;
    font-weight: normal;
}

.merri .order {
    color: #9d9d9d;
    margin-right: 0.4em;
}

.caps {
    text-transform: uppercase;
}

.col-md-float-right {
    float: right;
}

/*  GLOBAL + COMMON ELEMENTS  */
h1 {
    font-family: "merriweather", georgia, serif;
    font-size: 36px;
    font-size: 3.6rem;
}

h1 button.add-to-dashboard,
h1 button.remove-from-dashboard {
    font-size: .35em;
    margin-top: 0;
}

.article-page h1 button.add-to-dashboard,
.article-page h1 button.remove-from-dashboard {
    /*margin-left: 10px;*/
}

img {
    max-width: 100%;
}

a {
    color: #3385ac;
}

a.anchor {
    display: block;
    position: relative;
    top: -140px;
    visibility: hidden;
}

.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

a.overlay-link[href=""] {
    display: none !important;
}

.button-tag {
    display: inline-block;
    padding: 10px 16px;
    color: #fff;
    background: #2378a6;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}

.button-tag:hover,
.button-tag:active {
    color: #fff;
}

.button-tag:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 12px solid #2378a6;
    height: 0;
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    transform: scale(.999);
}

.button-tag.member_logout {
    background: none;
    color: #000;
}

.button-tag.member_logout:after {
    border: 0;
}

.button-tag-small {
    display: inline-block;
    /*padding:5px 28px 5px 14px;*/
    color: #83afe6;
    /*background:#244560;*/
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    /*border:1px solid #758292;*/
    /*border-right:0;*/
    font-size: 12px;
    font-size: 1.2rem;
}


/* Small Modal */
.modal-sm {
    max-width: 300px;
    width: auto;
}

/* Large Modal */
.modal-lg {
    max-width: 800px;
    width: auto;
}

/* Extra Large Modal */
.modal-xl {
    max-width: 1140px;
    width: auto;
}

.modal-header {
    display: flex;
}

.modal-title {
    font-weight: 700;
    font-size: 20px;
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.1rem 0rem -.5rem auto;
}
#page-content .modal-footer p {
    margin-top: 0 !important;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23000' d='M.146.146a.5.5 0 0 1 .708 0L8 7.293 15.146.146a.5.5 0 0 1 .708.708L8.707 8l7.147 7.146a.5.5 0 0 1-.708.708L8 8.707l-7.146 7.147a.5.5 0 0 1-.708-.708L7.293 8 .146.854a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") no-repeat center center;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    opacity: 0.75;
}

.btn-close:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25);
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.modal-image-container .w-100 {
    width: 100% !important;
}

.modal-image-container .img-fluid {
    max-width: 100%;
    height: auto;
}

/*.button-tag-small:after {*/
/*    content:"";*/
/*    border-top:15px solid transparent;*/
/*    border-bottom:14px solid transparent;*/
/*    border-left:8px solid #244560;*/
/*    height:0;*/
/*    width:0;*/
/*    position:absolute;*/
/*    right:-7px;*/
/*    top:-1px;*/
/*    transform:scale(.999);*/
/*}*/
/*.button-tag-small:before {*/
/*    content:"";*/
/*    border-top:15px solid transparent;*/
/*    border-bottom:14px solid transparent;*/
/*    border-left:8px solid #758292;*/
/*    height:0;*/
/*    width:0;*/
/*    position:absolute;*/
/*    right:-8px;*/
/*    top:-1px;*/
/*    transform:scale(.999);*/
/*}*/
.social {
    margin-top: 3px;
    margin-left: 32px;
    width: auto;
}

.social span {
    font-weight: 100;
    font-size: 1.6rem;
    display: inline-block;
    padding: 9px 4px 8px 0;
    vertical-align: top;
    color: #626e7d;
}

.social a {
    padding: 2px 6px;
    color: #626e7d;
    font-size: 2.8rem;
}

button.add-to-dashboard .dash-plus,
button.remove-from-dashboard .dash-minus {
    width: 22px;
    height: 22px;
    background: #5ec8a2;
    border-radius: 11px 11px 11px 11px;
    position: absolute;
    left: 0;
    top: 0;
}

button.add-to-dashboard .dash-plus:before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 13px;
    left: 10px;
    position: absolute;
    top: 5px;
    width: 1px;
}

button.add-to-dashboard .dash-plus:after,
button.remove-from-dashboard .dash-minus:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 4px;
    position: absolute;
    top: 11px;
    width: 13px;
    z-index: 2;
}

button.add-to-dashboard,
button.remove-from-dashboard {
    position: relative;
    background: #86dec2;
    color: #fff;
    height: 24px;
    padding: 0 10px 0 27px;
    border-radius: 3em;
    margin-top: 1.8rem;
    font-size: 14px;
    font-size: 1.4rem;
}

#dashboard button.add-to-dashboard {
    background: #6fc8af;
}

#dashboard button.add-to-dashboard .dash-plus {
    background: #4eb593;
}

.field-validation-error {
    color: #f00;
}

button.remove-from-dashboard {
    padding: 0 27px 0 10px;
    background: #edbdbd;
}

button.remove-from-dashboard .dash-minus {
    background: #dd8d8d;
    left: auto;
    right: 0;
}

#dashboard button.remove-from-dashboard .dash-minus {
    background: #dd8d8d;
}

#dashboard button.remove-from-dashboard {
    background: #edbdbd;
}

[name=contactForm] button {
    background-color: #337ab7 !important;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
}

form textarea {
    height: 100px;
}

/*
form input[type=text], form textarea {
    max-width: 350px;
    width: 100%;
}
form textarea {
    height: 200px;
}
form button {
    padding: 3px 25px;
}

*/

/* SIDEBARS */
.sidebar-block .event-single {
    position: relative;
    min-height: 55px;
}


/* UI CLASSES */
ul.arrowed-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.arrowed-list li {
    padding-left: 14px;
    position: relative;
}

ul.arrowed-list li::before {
    background: rgba(0, 0, 0, 0) url("../images/template/welcome-arrow-sprite.png") no-repeat scroll -8px 0;
    content: " ";
    display: inline-block;
    height: 14px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    width: 7px;
}

ul.arrowed-list.light li::before {
    background: url('../images/template/welcome-arrow-sprite.png') 0 0 no-repeat;
}

.dark-button {
    position: relative;
    display: block;
    background: #041d3d;
    color: #fff;
    padding: 0.7em;
    padding-right: 24px;
    margin: 1em 0;
    font-size: 1em;
}

.dark-button:after {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f105';
    color: #666;
    font-family: 'FontAwesome';
    font-size: 2em;
    border-bottom: 0px;
}

.dark-button:hover,
.dark-button:visited,
.dark-button:focus {
    color: #fff;
    text-decoration: none !important;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {

    .dark-button:hover,
    .dark-button:visited,
    .dark-button:focus {
        text-decoration: underline !important;
    }
}

@-moz-document url-prefix() {

    .dark-button:hover,
    .dark-button:visited,
    .dark-button:focus {
        text-decoration: underline !important;
    }
}

/* HEADER */
#header {
    background: #fff;
    border-bottom: 1px solid #273548;
    position: relative;
    z-index: 1000;
}

#header img.branding {
    padding: 16px 13px;
    max-width: 295px;
}

#search {
    color: #737d8a;
    float: right;
    margin-right: 36px;
    margin-top: 20px;
    position: relative;
}

#search .close {
    display: none;
}

#search .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
}

#home-slider+.controls .next-slide,
#home-slider+.controls .prev-slide {
    outline: none;
    -moz-outline-style: none;
}

#search input {
    width: 321px;
    max-width: 100%;
    background: #e6e9ec;
    border: 0;
    height: 36px;
    padding: 9px 16px 9px 30px;
    font-weight: 600;
    color: #737d8a;
}

#search ::-webkit-input-placeholder,
#search :-ms-input-placeholder,
#search :-moz-placeholder,
#search ::-moz-placeholder {
    color: #737d8a;
}

#search .interactive {
    visibility: hidden;
    -webkit-transition: .4s all ease-out;
    -moz-transition: .4s all ease-out;
    transition: .4s all ease-out;
    opacity: 0;
    background: #1597d6;
    position: absolute;
    width: 341px;
    max-width: 100%;
    color: #272f37;
    padding-left: 30px;
    padding-top: 12px;
}

#search .interactive h5 {
    font-weight: bold;
}

#search .interactive ul {
    list-style-type: none;
    padding-left: 4px;
}

#search .interactive li a {
    color: #fff;
    background: url(../images/template/other-search-arrow.png) no-repeat;
    background-size: 26px 26px;
    padding: 5px 36px 8px;
    display: block;
    font-weight: 600;
}

#search.focus .interactive {
    visibility: visible;
    opacity: 1;
}

.welcome-name {
    color: #0077b0;
    font-weight: 600;
    margin-top: 22px;
}

.welcome-name span {
    float: right;
    min-width: 130px;
}

.welcome-name .logout {
    margin-left: 1em;
    display: inline-block;
    float: right;
}

.welcome-name .logout a {
    color: #000;
}

.mywga-login {
    margin-top: 6px;
    font-weight: 600;
    margin-right: 20px;
    padding: 10px 16px;
}

.mywga-login span {
    border: solid 2px #3385ac;
    margin-right: .3em;
    padding: 5px 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mywga-login span i {
    font-size: 1.2em;
}

/* Slider Base Styles - for all pages */
.slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider ul {
    margin: 0;
    padding: 0;
}

.slider li {
    float: left;
    list-style: none;
    margin: 0;
    text-align: center;
}

.slider+.controls {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.slider+.controls a {
    display: block;
    font-size: 2.6em;
    color: #6079d7;
    pointer-events: all;
}

.slider+.controls a:hover {
    color: #ccc;
}


/* FOOTER */

footer {
    background: #172e4b;
    margin-top: 36px;
}

footer .col-md-9+.col-md-3 {
    /*position: relative;*/
    padding: 2.7em 3.7em 0;
    /*text-align: justify;*/
    font-size: 0.8em;
    /*min-height: 266px;*/
    color: rgba(222, 229, 238, .6);

}

footer .col-md-9+.col-md-3 ul {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0;
    list-style: none;
}

footer .col-md-9+.col-md-3 ul li {
    margin-bottom: 1em;
}

footer .col-md-9+.col-md-3 ul a {
    color: #fff;
    /* google - original 100 */
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 2em;
}

/* INTERIOR AND ARTICLE FOOTER */
footer #interior-complex-footer {
    padding: 2.7em 0 0 0;
    color: #fff;
}

footer #interior-complex-footer ul li {
    list-style: none;
    display: inline-block;
}

footer #interior-complex-footer ul.cta-nav {
    text-align: justify;
    border-top: 1px solid rgba(222, 229, 238, 0.3);
    border-bottom: 1px solid rgba(222, 229, 238, 0.3);
    padding: 0.8em 5.1em 0 2.2em;
    margin: 0 0 1em;
}

footer #interior-complex-footer ul::after {
    display: inline-block;
    width: 100%;
    content: ' ';
}

footer #interior-complex-footer ul.cta-nav li {
    margin: 1em 0;
}

footer #interior-complex-footer ul li a {
    color: #fff;
    font-style: italic;
}

footer #interior-complex-footer .share {
    margin-left: 3em;
    color: #6e809a;
}

footer #interior-complex-footer .share a {
    color: #6e809a;
}

footer #interior-complex-footer .share h4 {
    font-size: 0.85em;
    margin: 0;
}

footer #interior-complex-footer .share ul {
    padding: 0;
}

footer #interior-complex-footer .share ul li {
    margin: 0 0.2em;
}

footer #interior-complex-footer .share ul li:first-of-type {
    margin-left: 0;
}

footer #interior-complex-footer a[class*="icon-"]:before {
    background: rgba(100%, 100%, 100%, 0.3);
    /*font-size: 1.7em;*/
    font-size: 24px;
    margin-right: 0.8em;
    border-radius: 1em;
    /*padding: 0.3em 1.3em 0.4em 0.3em;*/
    padding: 0.3em;
    vertical-align: middle;
}

footer #interior-complex-footer li:last-child a[class*="icon-"]:before {
    font-size: 22px;
    padding: 0.3em 0.38em;
}

footer #interior-complex-footer a[class*="icon-"]:hover:before {
    background: rgba(100%, 100%, 100%, 0.8);
    text-decoration: none;
}

footer #interior-complex-footer a[class*="icon-"]:hover:before {
    color: #172e4b;
}

footer #interior-complex-footer a[class*="icon-"]:hover {
    color: #ccc;
}

.animated,
.animated * {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

/*.stripped {*/
/*    background-color: #eeeeee;*/
/*    -webkit-background-size: 50px 50px;*/
/*    -moz-background-size: 50px 50px;*/
/*    -o-background-size: 50px 50px;*/
/*    background-size: 5px 5px;*/
/*    background-repeat: repeat!important;*/
/*    background-color: #eeeeee;*/
/*     background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #f8f8f8), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f8f8f8), color-stop(.75, #f8f8f8), color-stop(.75, transparent), to(transparent)); */
/*     background-image: -webkit-linear-gradient(45deg, #f8f8f8 25%, transparent 25%, transparent 50%, #f8f8f8 50%, #f8f8f8 75%, transparent 75%, transparent); */
/*    background-image: -moz-linear-gradient(45deg, #f8f8f8 25%, transparent 25%, transparent 50%, #f8f8f8 50%, #f8f8f8 75%, transparent 75%, transparent);*/
/*    background-image: -ms-linear-gradient(45deg, #f8f8f8 25%, transparent 25%, transparent 50%, #f8f8f8 50%, #f8f8f8 75%, transparent 75%, transparent);*/
/*    background-image: -o-linear-gradient(45deg, #f8f8f8 25%, transparent 25%, transparent 50%, #f8f8f8 50%, #f8f8f8 75%, transparent 75%, transparent);*/
/*     background-image: linear-gradient(45deg, #f8f8f8 25%, transparent 25%, transparent 50%, #f8f8f8 50%, #f8f8f8 75%, transparent 75%, transparent); */
/*}*/

.striped,
#page .striped {
    background: url("/WGA-Main/images/template/diagnal-lines.png") left bottom;
}


/* FONTS */
@font-face {
    font-family: 'wgaicons';
    src: url('../fonts/wgaicons.eot?9g08kz');
    src: url('../fonts/wgaicons.eot?9g08kz#iefix') format('embedded-opentype'),
        url('../fonts/wgaicons.woff?9g08kz') format('woff'),
        url('../fonts/wgaicons.ttf?9g08kz') format('truetype'),
        url('../fonts/wgaicons.svg?9g08kz#wgaicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'wgaicons';
    src: url('../font/wgaicons.svg?10540198#wgaicons') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "wgaicons";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    /*width: 2rem;*/
    /*margin-right: .2rem;*/
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


.icon-dollar:before {
    content: '\24';
    width: 37px;
}

/* '$' */
.icon-plus:before {
    content: '\2b';
}

/* '+' */
.icon-minus:before {
    content: '\2d';
}

/* '-' */
.icon-find-agent:before {
    content: '\62';
}

/* 'b' */


.icon-arrow:before {
    content: '\61';
}

/* 'a' */
.icon-find-writer:before {
    content: '\6c';
}

/* 'l' */
.icon-play-btn:before {
    content: '\70';
}

/* 'p' */
.icon-pay-dues-btn:before {
    content: '\75';
}

/* 'u' */
.icon-arrow-circle:before {
    content: '\77';
}

/* 'w' */
.icon-calendar:before {
    content: '\e804';
}

/* '' */


.icon-empty-cal:before {
    content: '\65';
}

/* 'e' */


.interior-complex #page aside {
    top: 37px;
}




/* Primary mobile sizes */
@media (min-width: 568px) {
    .col-sm-float-right {
        float: right;
    }

    #page #aside .aside-block {
        width: 50%;
    }
}

/* adjustments to ipad, only when needed*/
@media (min-width: 768px) {
    #content-wrap {
        padding-right: 24px;
    }

    #page {
        padding-right: 300px;
    }

    #page #page-content {
        padding-right: 27px;
        padding-top: 27px;
    }

    #page aside,
    #lower-content .aside {
        position: absolute;
        width: 30%;
        height: 100%;
        top: 36px;
        right: 0;
        border-top: 1px solid #dee5ee;
        border-right: 1px solid #dee5ee;
    }

    /*
    #page #aside, #lower-content .aside {
        position:relative;
        width:30%;
        height:100%;
        top:0;
        right:0;
        border-top:1px solid #dee5ee;
        border-right:1px solid #dee5ee;
    }*/


    #page #aside .aside-inner {
        height: 100%;
    }

    #page #aside .aside-block {
        width: 100%;
    }
}

/* medium sizes */
@media (min-width: 992px) {
    #page {
        padding-left: 284px;
        padding-right: 260px;
    }

    #page #aside,
    #lower-content .aside {
        width: 260px;
    }

    #nav-aside {
        display: block;
    }

    .col-md-float-right {
        float: right;
    }
}

/* large sizes */
@media (min-width: 1200px) {
    .col-lg-float-right {
        float: right;
    }

    #page {
        padding-right: 300px;
    }

    #page #aside,
    #lower-content .aside {
        width: 300px;
    }
}

@media (max-width: 767px) {
    #header {
        height: 105px;
        margin-bottom: 0;
        -webkit-transition: .3s all ease;
        -moz-transition: .3s all ease;
        transition: .3s all ease;
    }

    #header.search-open {
        margin-bottom: 179px;
    }

    #header .branding {
        -webkit-transition: .4s all ease;
        -moz-transition: .4s all ease;
        transition: .4s all ease;
        max-width: 400px;
    }

    #header.search-open .branding {
        max-width: 180px;

    }

    #search .fa-search {
        font-size: 25px;
        height: 44px;
        left: 10px;
        padding-top: 10px;
        position: relative;
        text-align: center;
        top: 10px;
        width: 44px;
        z-index: 2;
        cursor: pointer;
    }

    #search {
        margin-right: 17px;
        margin-top: 0;
        position: static;
    }

    #search input {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
        padding: 0;
        height: 0;
        padding: 0 16px 0 30px;
        -webkit-transition: .3s all ease;
        -moz-transition: .3s all ease;
        transition: .3s all ease;
        top: -10px;
    }

    .search-open #search input {
        padding: 9px 16px 9px 30px;
        height: 40px;
        top: 64px;
    }

    #search .interactive {
        left: 0;
        top: 105px;
        width: 100%;
        padding-top: 0;
        max-height: 0;
        overflow: hidden;
    }

    #search.focus .interactive {
        visibility: visible;
        opacity: 0;
    }

    .search-open #search .interactive,
    .search-open #search.focus .interactive {
        visibility: visible;
        opacity: 1;
        padding-top: 5px;
        max-height: 400px;
    }

    #header.search-open .close {
        border: 2px solid #273548;
        border-radius: 1em;
        color: #273548;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 700;
        margin-right: 6px;
        opacity: .6;
        padding: 3px 6px 3px;
        position: absolute;
        right: 11px;
        top: 73px;
        z-index: 2;
    }


    footer #interior-complex-footer ul.cta-nav {
        paddig: 0.8em 2.2em 0 2.2em;
    }

    footer #interior-complex-footer ul.cta-nav li {
        min-width: 39%;
        margin: 2em 0;
    }

    #page #aside,
    #lower-content .aside {
        width: 100%;
    }

    /*#breadcrumbs, #breadcrumbs a:first-child {*/
    /*    padding-left: 0;*/
    /*}*/
    #header img.branding {
        padding: 16px 22px;
    }

    .mainContent {
        /*    width:100% !important;*/
        overflow-x: auto;
    }

    .welcome-name {
        margin-top: 34px;
        position: absolute;
        right: 10px;
        z-index: -1;
    }

    .mywga-login {
        position: absolute;
        right: 150px;
    }

    #nav .button-tag {
        position: absolute;
        right: 0;
    }
}



/* smaller mobile screens */
@media screen and (max-width: 567px) {



    #breadcrumbs,
    #breadcrumbs-apps {
        display: none !important;
    }

    #page-content {
        margin-top: 25px;
    }

    aside .share {
        display: none !important;
    }

    footer #interior-complex-footer ul.cta-nav li {
        min-width: 100%;
        display: block;
        margin: 2em 0;
    }

    #nav .button-tag {
        margin-right: 20px;
    }

    .mywga-login {
        right: 136px;
        padding-right: 0;
    }

    .simple-page .elections-names div {
        width: 100% !important;
    }

    #page-content .article-image-wrap {
        /*width: 100% !important;*/
        padding-right: 10 !important;
    }

    #page-content .article-image-wrap img {
        /*width: 100% !important;*/
    }

    #page-content .content-inner {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 360px) {

    .mobile-nav-toggle,
    #nav nav ul li a {
        padding-left: 12px;
    }

    #header img.branding {
        max-width: none;
        width: 80%;
    }

    #nav .button-tag {
        font-size: 12px;
        height: 39px;
    }

    .mywga-login {
        margin-right: 0;
        font-size: 12px;
        padding-top: 11px;
    }

}

/* ipad Mini Landscape */
@media screen and (max-width: 1024px) and (min-width:768px) {
    #page {
        padding-left: 32px;
        padding-right: 300px;
    }

    #nav-aside {
        display: none;
    }

    .article101 .article-image-wrap {
        width: 120px !important;
    }
}

/*@media screen and (max-width: 1024px) { */
#breadcrumbs a:nth-of-type(2),
#breadcrumbs span:nth-of-type(2) {
    pointer-events: none;
    cursor: default;
}

/*}*/
@media (min-width: 768px) and (max-width: 991px) {
    #page {
        padding-right: 220px;
        min-height: 1400px !important;
    }

    #header img.branding {
        padding-left: 26px;
    }

    #breadcrumbs,
    #breadcrumbs a:first-child,
    .list-title {
        padding-left: 0 !important;
    }

}

@media (max-width: 1024px) and (min-width: 992px) {
    #nav .container-fluid .row {
        padding-left: 14px;
    }
}