/*
 Theme Name:   YOOtheme Child
 Template:     yootheme
 Author:       Custom Web
 Description:  YOOtheme Child Theme
 Version:      1.0.0
 Text Domain:  yootheme-child
*/
.validation_error {
    color: #fff;
}

.custom-contact .el-content.uk-margin > div:last-of-type ul {
    margin-bottom: 0!important;
}

h2.contact-title.first-contact-title {
    margin-top: 24px;
    margin-bottom: 0;
}

h2.contact-title {
    margin-top: 40px;
    text-align: center;
    background: #d95700;
    padding: 5px 0;
    color: #fff;
    margin-bottom: 0;
}

.footer-wrap.custom-contact > div:first-of-type > div h3 {
    margin: 0;
    font-size: 20px;
    color: #d95700;
}

.footer-wrap.custom-contact > div:first-of-type > div ul {
    margin: 7px 0;
}

.responsive-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.blog article h2 {
    margin-top: 0!important;
}

.blog div#tm-main > div:first-of-type {
    padding: 0;
}

.blog div#tm-main {
    padding-top: 0;
}

.uk-navbar-item a.cta-header:hover {
    text-decoration: underline!important;
}

h1.uk-margin-medium.uk-h1 {
    margin-bottom: initial;
}

.custom-side > div:last-of-type .uk-margin.uk-card.uk-card-primary.uk-card-body {
    text-align: center;
    padding: 20px;
    box-shadow: inset 0px 0px 2px #ffdcc5;
    border: 10px solid #d95700;
}

.custom-side > div:last-of-type .uk-margin.uk-card.uk-card-primary.uk-card-body a {
    width: 100%;
    border: 1px solid #ffdcc5;
    padding: 20px;
}

.custom-side > div:last-of-type .uk-card.uk-card-body.uk-card-secondary h3 {
    border: 0;
    background: #833c92;
    padding: 14px 5px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 5px;
    padding-left: 20px;
}

.custom-side > div:last-of-type .uk-card.uk-card-body.uk-card-secondary li a {
    font-size: 13px;
    border-bottom: 1px solid #833c92;
    padding-left: 0;
    padding-right: 0;
}

.custom-side > div:last-of-type .uk-card.uk-card-body.uk-card-secondary {
    padding: 20px 20px 12px 20px;
}

.custom-side > div:last-of-type .uk-card.uk-card-body.uk-card-secondary ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.custom-side > div:last-of-type .uk-card.uk-card-body.uk-card-secondary ul li:last-of-type a {
    border-bottom: none;
    padding-bottom: 0;
}

.uk-button {
    padding-top: 20px;
    padding-bottom: 20px;
}

.affiliation li {
    display: flex;
}

.gallery-full-width .uk-flex div {
    width: 100%;
}

.uk-navbar-nav {
    order: 1;
    border-top: 1px solid #d4d005;
    padding-top: 10px;
    margin-left: auto;
}

.uk-navbar-right {
    flex-direction: column;
}

.uk-navbar-item.widget-custom-html {
    margin-left: auto;
}

.tm-header .textwidget.custom-html-widget {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/* ==================================== /
/                                       /
/           MOBILE HEADER               /
/                                       /
======================================= */

.mobile-number {
    position: absolute;
    right: 0px;
}

.mobile-number a {
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all ..25s ease-in-out;
    -o-transition: all .25s ease-in-out;
     transition: all .25s ease-in-out;
}

.mobile-number a:hover {
    opacity: .8;
    }

.mobile-number span.uk-icon {
    color: #fff;
}

.mobile-number a:hover svg {
    -webkit-animation: bounce .9s linear;
    animation: bounce .9s linear;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}


@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translate3d(0,0,0);
    }
    40% {
        -webkit-transform: translate3d(0,-15px,0);
    }
    60% {
        -webkit-transform: translate3d(0,-7px,0);
    }
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translate3d(0,0,0);
    }
    40% {
        -moz-transform: translate3d(0,-15px,0);
    }
    60% {
        -moz-transform: translate3d(0,-7px,0);
    }
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translate3d(0,0,0);
    }
    40% {
        -o-transform: translate3d(0,-15px,0);
    }
    60% {
        -o-transform: translate3d(0,-7px,0);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translate3d(0,0,0);
    }
    40% {
        transform: translate3d(0,-15px,0);
    }
    60% {
        transform: translate3d(0,-7px,0);
    }
}

/* ==================================== /
/                                       /
/               HEADER                  /
/                                       /
======================================= */

.phone-wrap ul {
    display: flex;
}

.phone-wrap ul li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-right: 20px;
    color: #2d2d2d;
    line-height: 1.4;
}

.phone-wrap {
    margin-top: 10px;
}

.phone-wrap ul li:last-of-type {
    margin-right: 0;
}

.uk-navbar-item a.cta-header:hover {
    text-decoration: none;
}

a.cta-header {
    color: #d95700;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.91px;
}

.uk-navbar-item a.cta-header {
    display: flex;
    line-height: 1.5;
    margin-left: auto;
}

.tm-toolbar .uk-flex-middle {
    justify-content: center;
}

a.cart-customlocation {
    color: inherit;
    text-transform: uppercase;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    box-shadow: 0px 0px 10px;
}

/* ==================================== /
/                                       /
/                Top A                  /
/                                       /
======================================= */


.top-a .uk-background-norepeat.uk-background-center-center.uk-section.uk-flex.uk-flex-middle {
    min-height: initial!important;
    height: initial!important;
    background-size: cover;
}

.top-a .uk-grid-margin.uk-grid {
    padding: 20% 0 28% 0;
}

.top-a {
    position: relative;
}

.top-a:after {
    content: '';
    background: url(/wp-content/uploads/2018/11/white-angle-.png);
    padding-top: 10%;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
}

.top-a h1 {
    font-family: 'Montserrat';
}

.top-a .uk-grid-margin.uk-grid > div:last-of-type {
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
}

.top-a .uk-grid-margin.uk-grid > div:last-of-type h2 {
    text-shadow: 2px 2px 5px #000;
}

.top-a .uk-grid-margin.uk-grid > div:last-of-type h1 {
    text-shadow: 2px 2px 10px #000;
}
/* ==================================== /
/                                       /
/                Top B                  /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/                Top C                  /
/                                       /
======================================= */
.top-c .uk-background-center-left {
    background-position: 0 50%;
    background-size: 45% 100%;
}


/* ==================================== /
/                                       /
/                Top D                  /
/                                       /
======================================= */
.top-d .uk-background-center-right {
    background-position: 100% 50%;
    background-size: 45% 100%;
}

/* ==================================== /
/                                       /
/                Top E                  /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom A                 /
/                                       /
======================================= */

.bottom-a .el-item.uk-card.uk-card-default.uk-card-hover.uk-card-body h3 {
    font-size: 20px;
}
.bottom-a .el-item.uk-card.uk-card-default.uk-card-hover.uk-card-body {
    padding: 0;
}

.bottom-a .el-item.uk-card.uk-card-default.uk-card-hover.uk-card-body img {
    border-radius: 50%;
    border: 7px solid #efefef;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.bottom-a .el-item.uk-card.uk-card-default.uk-card-hover.uk-card-body:hover img {
    border: 7px solid #d95700;
    opacity: .7;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
/* ==================================== /
/                                       /
/              Bottom B                 /
/                                       /
======================================= */
.bottom-b h2.uk-text-center {
    color: #fff;
}
/* ==================================== /
/                                       /
/              Bottom C                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom D                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom E                 /
/                                       /
======================================= */


/* ==================================== /
/                                       /
/               FOOTER                  /
/                                       /
======================================= */
.footer-wrap ul {
    padding: 0;
}

.footer-wrap ul li {
    padding: 0;
    list-style-type: none;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
}

.footer-wrap.uk-margin-large.uk-margin-remove-bottom.uk-section-secondary.uk-section {
    margin: 0!important;
}

.site-map {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.site-map ul {
    margin-top: 30px;
}

.footer-location-wrap {
    text-align: center;
}

.footer-location-wrap .affiliation ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    padding-right: 5px;
}

.footer-location-wrap .affiliation {
    max-width: 225px;
    display: inline-block;
}

a.location-button.uk-button-danger {
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    max-width: 225px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
}

a.location-button.uk-button-danger span {
    padding-right: 10px;
    font-size: 24px;
}

p.copy-text {
    margin: 0;
}

.footer-wrap ::-webkit-input-placeholder {
    color:  #fff;
} 

.footer-wrap :-moz-placeholder {
    color:  #fff;
}

.footer-wrap ::-moz-placeholder {
    color:  #fff;
}

.footer-wrap :-ms-input-placeholder {
    color:  #fff;
}

/* -------------- Social Icons ----------------- */

.affiliation ul li span {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 1;
    position: relative;
}
span.phone-icon:after {
    content: '\f008';
}
span.phone-icon:after {
    content: 'f014';
}
span.phone-icon:after {
    content: '\f008';
}

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

.affiliation ul li {
    list-style-type: none;
    clear: both;
}

.affiliation ul li span:before {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.social-wrap.social-wrap-header {
    margin-top: 0px;
}

.social-wrap {
    margin-top: 15px;
}

.social-wrap a {
    padding: 0 5px;
}

.social-wrap a:first-of-type {
    padding-left: 0;
}



/* ==================================== /
/                                       /
/            Responsive                 /
/                                       /
======================================= */

@media screen and (max-width:1050px) {
    html {
        font-size: 1.7vw;
    }

}
@media screen and (max-width:800px) {
    html {
        font-size: 2.123vw;
    }
}
@media screen and (max-width:767px) {
    html {
        font-size: 2.47vw;
    }
    h1.uk-h1 , .uk-heading-primary , .uk-heading-hero , h1  , h1.uk-margin-medium.uk-h1{
        font-size: 2.1rem;
        line-height: 1.1em;
    }
    h2.uk-h2 , .uk-h1 {
        font-size: 1.8rem;
        line-height: 1.1em;
    }
    h3.uk-h3 {
        font-size: 1.5rem;
        line-height: 1.1em;
    }
    h4.uk-h4 {
        font-size: 1.2rem;
        line-height: 1.1em;
    }
    h5.uk-h5 {
        font-size: 1.1rem;
        line-height: 1.1em;
    }
    h6.uk-h6 {
        font-size: 1rem;
        line-height: 1.1em;
    }
}
@media screen and (max-width:550px) {
    html {
        font-size: 2.92vw;
    }
}
@media screen and (max-width:500px) {
    html {
        font-size: 3.2vw;
    }
}
@media screen and (max-width:450px) {
    html {
        font-size: 3.4vw;
    }
}
@media screen and (max-width:400px) {
    html {
        font-size: 3.9vw;
    }
}
@media screen and (max-width:350px) {
    html {
        font-size: 4.1vw;
    }
}




@media (max-width: 1200px) {
    .top-a .uk-grid-margin.uk-grid > div:last-of-type {
    min-width: initial;
    flex: 1 0 600px;
}

.uk-navbar-left img {
    max-width: 170px;
}

.logo-wrap img {
    max-width: 170px;
}

.logo-wrap {
    align-items: center;
    display: flex;
}
    
}

/* SMALL SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1201px) and (max-width: 1400px) {
}

/* MINI SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1051px) and (max-width: 1200px) {
}

@media (min-width: 1051px) {
}


@media (max-width: 1050px) {
}


/* TABLETS (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 960px) and (max-width: 1050px) {
}


@media (min-width: 960px) {

    .uk-navbar-right {
    justify-content: center;
}

    .blog .uk-container {
    padding: 0 24px;
}
    .tm-toolbar {
    display: none;
}
    .uk-navbar-container {
    padding: 10px 0;
}
.tm-sidebar {
    max-width: 600px;
    margin: 0 auto;
}
}



/* TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 768px) and (max-width: 959px) {
    .blog .uk-container {
    padding: 0 20px;
}

.Footer-row {
    flex-wrap: wrap;
}

.Footer-row .uk-width-expand\@m {
    flex-basis: 50%;
    width: 50%;
}

.Footer-row .uk-width-expand\@m:last-child {
    flex-basis: 100%;
}
}

/* PHONES AND TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 959px) {

.phone-wrap ul li span {
    font-weight: 600;
}

    .phone-wrap {
    margin-top: 0px;
}
    .top-a > div {
    padding-top: 10%;
    padding-bottom: 20%;
    min-height: initial!important;
}

.top-a .uk-grid-margin.uk-grid.uk-grid-stack {
    margin: 0;
    padding: 0;
}

    .top-a:after {
    content: '';
    background: url(/wp-content/uploads/2018/11/white-angle-.png);
    padding-top: 10%;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
}

    .home .custom-header-wrap {
    position: initial;
}

    ul.uk-nav-sub li.uk-active > a {
    color: #2D2E33!important;
}
    .tm-toolbar {
    display: block!important;
    order: -1;
    background: #d95700;
    padding: 5px 0;
    z-index: 9;
}


.phone-wrap ul {
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.tm-page {
    display: flex;
    flex-direction: column;
}

.tm-toolbar a {
    color: #fff;
    font-size: 16px;
}
.tm-toolbar {
    display: block!important;
    text-align: center;
}
    a.uk-navbar-item.uk-logo img {
    padding: 7px 0;
}

.phone-wrap ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}
}


/* PHONES (LANDSCAPE) AND TABLETS (PORTRAIT)
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 959px) {
}

@media (min-width: 768px) {

.top-d .uk-grid-margin.uk-grid > div:first-of-type {
    width: 55%;
    min-width: initial;
    flex: initial;
    padding-left: 40px;
}

.footer-wrap.custom-contact > div:first-of-type {
    width: 40%;
    padding: 0;
}

.footer-wrap.custom-contact > div:last-of-type {
    width: 100%;
}

.footer-wrap.custom-contact {
    flex-wrap: nowrap;
    border: 1px solid #d95700;
    margin: 0!important;
    padding: 20px;
}
    .top-c .uk-grid-margin.uk-grid > div:last-of-type {
    width: 55%;
    min-width: initial;
    flex: initial;
    padding-left: 40px;
}
}

/* PHONES 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 767px) {

    h2.contact-title {
    margin-top: 40px;
    text-align: left;
    padding: 7px;
}

    .footer-wrap.custom-contact {
    border: 1px solid #d95700;
    margin: 0!important;
    padding: 20px;
}
    .blog .uk-container {
    padding: 0 15px;
}
.tm-header-mobile .uk-responsive-height {
    height: 100px;
}
.top-c.uk-section-default > div ,  .top-d.uk-section-default > div {
    background: none!important;
}

.footer-wrap ul {
    text-align: left;
}

.footer-wrap.custom-contact {
    flex-wrap: wrap;
}

.footer-wrap.custom-contact > div:first-of-type {
    width: 100%;
    padding: 0;
}
.el-content.uk-margin .contact-custom-wrap:first-of-type {
    width: 100%;
    margin-right: 5px;
}

.el-content.uk-margin .contact-custom-wrap:last-of-type {
    width: 100%;
    margin-left: 5px;
}

.footer-wrap.custom-contact div:first-of-type .el-item.uk-panel .el-content.uk-margin {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
}

.footer-wrap.custom-contact > div:last-of-type {
    width: 100%;
    padding: 0;
}

}


/* PHONES (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 550px) {
.alignleft, .alignright {
    display: block;
    float: none;
    margin-bottom: 16px;
}}


/* PHONES (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 479px) {

.footer-wrap ul {
    text-align: center;
}

.footer-wrap.custom-contact div:first-of-type .el-item.uk-panel .el-content.uk-margin {
    flex-wrap: wrap;
}

h2.contact-title {
    padding: 5px 10px;
    text-align: center;
}

.footer-wrap.custom-contact > div:first-of-type > div h3 {
    text-align: center;
}

.el-content.uk-margin .contact-custom-wrap {
    margin: 0!important;
}

.gallery-full-width > div {
    width: 100%;
}

.gallery-full-width .uk-flex.uk-flex-center.uk-flex-middle:nth-child(2) {
    margin-top: 20px;
}

.tm-header-mobile .uk-responsive-height {
    max-width: 200px;
    padding: 10px 0;
}

.mobile-number a {
    padding: 10px;
}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { 


}


/* Gform Placeholder ======================== */
body .footer-wrap .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    color: #fff;
}

body .footer-wrap .gform_wrapper input[type=email], body .footer-wrap .gform_wrapper input[type=number], body .footer-wrap .gform_wrapper input[type=password], body .footer-wrap .gform_wrapper input[type=tel], body .footer-wrap .gform_wrapper input[type=text], body .footer-wrap .gform_wrapper input[type=url], body .footer-wrap .gform_wrapper textarea {
    color: #fff;
}

.tm-contact-form ::-webkit-input-placeholder {
    color:  #4d4e4e;
} 

.tm-contact-form :-moz-placeholder {
    color:  #4d4e4e;
}

.tm-contact-form ::-moz-placeholder {
    color:  #4d4e4e;
}

.tm-contact-form :-ms-input-placeholder {
    color:  #4d4e4e;
}


/* ==================================== /
/                                       /
/           Fixed Widgets               /
/                                       /
======================================= */

/*--------Fixed Form Side --------*/

.fixed-widgets-wrap .uk-panel {
    position: inherit;
}

.fixed-widgets-wrap ul#gform_fields_1 li:nth-child(2) .ginput_container , .fixed-widgets-wrap ul#gform_fields_1 li:nth-child(1) .ginput_container {
    margin: 0;
}

.fixed-widgets-wrap div#gform_wrapper_1 {
    margin: 0;
}

.fixed-lightbox-wrap .gform_wrapper textarea.medium {
    border: 1px solid #b4b4b4;
}

.fixed-widgets-wrap.form-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


.fixed-contact-wrap {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 415px;
    z-index: 9;
}

div#fixed-contact {
    background: #f3f3f3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #5b9957;
    padding: 10px;
    float: right;
}

div#fixed-contact:hover {
    cursor: pointer;
}

div#fixed-contact p {
    color: #5b992d;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

i.uk-icon-envelope {
    color: #5e5e5e;
    display: block;
    width: 100%;
    font-size: 50px;
}

.fixed-lightbox-wrap {
    max-width: 305px;
    margin: 0px auto;
    background: #fff;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    border: 1px solid #afafaf;
    box-shadow: 0px 0px 10px #1c1c1c;
}

.closeForm {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    border: 2px solid #fff;
    font-weight: bold;
}

.closeForm:hover {
    cursor: pointer;
}

.fixed-widgets-wrap .uk-panel-title {
    display: none;
}

div#fixed-contact-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    -webkit-transform: translate(-50%,-50%) scale(0);
    -moz-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    -o-transform: translate(-50%,-50%) scale(0);
    width: 100%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;

}

div#fixed-contact-form.form-open {
    height: 100%;
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
}

div#fixed-contact-form {
    opacity: 0;
    height: 0;

}




/* ==========================================================================
/                                                                           /
/                             Affiliations                                  /
/                                                                           /
===========================================================================*/

.affiliations .uk-slidenav-position {
    position: relative;
    padding: 0 60px;
    box-sizing: border-box;
}

.affiliations h3 {
    display: none;
}

.affiliations .uk-text-center.uk-panel-teaser {
    margin: 0;
}

.affiliations.affiliations-caret .uk-slidenav-previous:before {
    content: "\f0d9";
}
.affiliations.affiliations-caret .uk-slidenav-next:before {
    content: "\f0da";
}

.affiliations .uk-slidenav-position .uk-slidenav-next , .affiliations .uk-slidenav-position .uk-slidenav-previous {
    color: #a9a9a9;
}

.affiliations .uk-slidenav:hover, .affiliations .uk-slidenav:focus {
    color: #2d2d2d;
}


/* ==================================== /
/                                       /
/           Gravity Forms               /
/                                       /
======================================= */

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

/* ==================================================
/                                                   /
/                       Error                       /
/                                                   /
====================================================*/

body .gform_wrapper .validation_message {
    display: none;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #d60000!important;
}

.gfield_error .g-recaptcha {
    border: 1px solid #d60000;
    box-sizing: border-box;
    height: 76px;
    border-radius: 3px;
}


/* ==========================================================================
/                                                                           /
/                           Table Of Contents                               /
/                        gf_left_50  gf_right_50                            /
/                                                                           /
===========================================================================*/
.standard-form {
    width: 100%;
    display: flex;
}

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

.standard-form .gf_left_50, .standard-form .gf_right_50 {
    max-width: calc(50% - 1%);
    width: 100%;
}

.standard-form ul li {
    float: left;
}

.standard-form .gf_left_50 {
    margin-right: 1%;
}

.standard-form .gf_right_50 {
    margin-left: 1%;
}

.standard-form .gf_full_100 {
    width: 100%;
}

.standard-form .textarea, .tm-sidebar .textarea {
    height: 150px;
}

body .gform_wrapper .hidden_label input.large, body .gform_wrapper .hidden_label select.large, body .gform_wrapper .top_label input.large, body .gform_wrapper .top_label select.large {
    width: 100%;
    border: 1px solid #a9a9a9;
}

body .gform_wrapper .top_label .gfield_label {
    display: none;
}

body .gform_wrapper textarea{
    width: 100%;
    box-sizing: border-box;
    display: block;
    border: 1px solid #a9a9a9;
}


.standard-form ul li:nth-child(1) .ginput_container, .standard-form ul li:nth-child(2) .ginput_container {
    margin: 0!important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 20px;
}


ul.gform_fields {
    padding: 0;
}

ul.gform_fields li {
    list-style-type: none;
}


/*------------CAPTCHA------------*/

.standard-form ul li:last-of-type {
    float: left;
    max-width: calc(35% - 1%);
    width: 100%;
    overflow: hidden;
    margin-right: 1%;
}

.g-recaptcha {
    position: relative;
    overflow: hidden;
}


.g-recaptcha div:after {
    content: '';
    background: url(/wp-content/uploads/2017/06/recaptcha.png), #f9f9f9;
    height: 73px;
    width: 75px;
    position: absolute;
    right: 0;
    top: 1px;
    background-size: contain;
    background-repeat: no-repeat;
    border-right: 1px solid #cfcfcf;
}

/*------------SUBMIT------------*/

/*.gform_footer.top_label {
    float: right;
    margin-top: 20px;
    max-width: calc(65% - 1%);
    width: 100%;
    margin-left: 1%;
}*/

.standard-form .button, .uk-form .button{
    height: 76px;
    width: 100%;
}

#tm-sidebar .gform_footer.top_label, .tm-sidebar .gform_footer.top_label {
    max-width: 100%;
    margin-left: 0;
}

.tm-sidebar .gform_button.button.uk-input.uk-button.uk-button-secondary {
    max-width: 400px;
}

#tm-sidebar .g-recaptcha , .tm-sidebar .g-recaptcha {
    max-width: 304px;
}

.tm-sidebar {
    max-width: 600px;
    margin: 0 auto;
}

/*-------FORM RESPONSIVE-------*/
@media (max-width: 959px) {
.standard-form ul li:last-of-type {
    max-width: 304px;
}
.gform_footer.top_label {
    max-width: calc(98% - 304px);
}
}

@media (max-width: 767px) {
.standard-form .gf_left_50, .standard-form .gf_right_50 {
    max-width: 100%;
}

.standard-form .gf_left_50 {
    margin-right: 0;
}

.standard-form .gf_right_50 {
    margin-left: 0;
}

.standard-form ul li:nth-child(2) .ginput_container {
    margin-top: 20px!important;
}
}

@media (max-width: 479px) {
.standard-form ul li:last-of-type {
    max-width: 100%;
}
.g-recaptcha {
    max-width: 304px;
    margin: 0 auto;
}
.gform_footer.top_label {
    max-width: 100%;
}
}

/* ==================================== /
/                                       /
/              Error Page               /
/                                       /
======================================= */
 .error_wrapper {
    text-align: center;
 }
 .error_wrapper .text_wrapper {
    margin-left: 90px;
}

 .error_wrapper .text_wrapper,  .error_wrapper .text_wrapper h1 {
    font-family: 'Oswald', sans-serif;
}

.error_image,  .error_wrapper .text_wrapper {
    display: inline-block;
    vertical-align: top;
}


.error404 .content-wrap {
    background: #e1e1e1;
}

 .error_wrapper .text_wrapper h1 {
    color: #404040;
    font-size: 105px;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 115px;
}

h1 span.er {
    color: #fff;
    font-weight: 300;
}

span.found, span.not, span.found {
    font-size: 72px;
    font-weight: normal;
    letter-spacing: -1px;
}

span.found, span.found {
    color: #fff;
}

span.not {
    font-weight: 800;
}

.error_wrapper a {
    color: #4e4e4e;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 65px;
    transition: .25s;
}

.error_wrapper a:hover {
    opacity: 0.5;
}

.error_wrapper a span {
    font-weight: bold;
}

.error_wrapper p {
    text-align: center;
}

 @media (max-width: 1330px) {
    .error_wrapper .text_wrapper {
        margin-left: 0;
    }

    .error_image, .error_wrapper .text_wrapper {
        width: 49%;
    }

    .error_wrapper .text_wrapper h1 {
        font-size: 7vW;
        line-height: 7vW;
    }

    span.found, span.not, span.found {
        font-size: 5vW;
    }

    .error_wrapper a {
        font-size: 3vW;
    }
}

@media (max-width: 682px) {
    .error_image, .error_wrapper .text_wrapper {
        width: 92vW;
    }
    .error_wrapper {
        text-align: center;
    }

    .error_image,  .error_wrapper .text_wrapper {
        display: block;
    }

    .error_wrapper a {
        font-size: 4vW;
        line-height: 28px;
    }

    .error_wrapper .text_wrapper h1 {
        font-size: 10vW;
        line-height: 10vW;
    }

    .error_wrapper .text_wrapper {
        margin-top: 50px;
    }

    .error_image {
        margin: 0 auto;
    }

    .error_image {
        margin: 0 auto;
    }
}

@media (max-width: 479px) {

        .error_wrapper a {
            font-size: 6vW;
        }

        .error_wrapper .text_wrapper h1 {
            font-size: 13vW;
            line-height: 13vW;
        }
}

@media (max-width: 979px) {
    .error_image, .error_wrapper .text_wrapper {
        width: 42%;
    }

    .error_wrapper {
        text-align: left;
    }
}

/**

End Error Page

**/
