  html{height: 100%;}

body {
    background: #E6E6E6;
    margin: 0;
    position: relative;
}

.heightOverride{overflow: hidden;}

#infoGraphic{margin: 0; background: #fff; overflow: auto; opacity: 0; height: 100%;}
#loader{position: absolute; text-align: center; height: 100%; width: 100%; margin-top: 10%; font-size: 100px; z-index: 1001;}

a, img {
    border:none;
    outline:none
}

a{color: #2EA8E6;}
a:hover{color: #317EA5;}

/*---- Heading Large ----*/
h1, .heading_large{
    font-family: Klinic Slab Book;
    font-weight: normal;
    font-style: normal;
    line-height: 52px;
    font-size: 50px;
    color: #317EA5;
    margin-top: 30px;
}
/*---- Heading Medium ----*/
h2, .heading_medium{
    font-family: Klinic Slab Book;
    font-weight: normal;
    font-style: normal;
    line-height: 45px;
    font-size: 38px;
    color: #317EA5;
}
/*---- Paragraph Large ----*/
h3{color: #317EA5;}
h3, .main_title, .paragraph_large{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
}
h4{color: #317EA5;}

.main_title, .main_title:hover{
    margin: 0;
    color: #fff;
}
.testimonial_card h3{
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    font-size: 22px;
    color: #7AAB9B;
}
/*---- Paragraph Medium ----*/
p, .paragraph_medium{
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    font-size: 16px;
    color: #808080;
    margin: 15px 0;
}
/*---- Paragraph Small ----*/
.paragraph_small, .testAbout p, .testAbout li{
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    font-size: 14px;
    color: #808080;
    margin: 15px 0;
}

p.title{
    margin-bottom: 0;
    color: #317EA5;
    position: relative;
}
p.title.z-link{z-index: 600;}

.testAboutIntro{font-style: italic; margin-bottom: 60px;}
.programTitle{margin-top: 60px;}

#Examples p, #About p{
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    font-size: 14px;
}

.eyebrow{
    font-family: 'Lato', sans-serif;
    line-height: 15px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #808080;
}

.meta{
    font-family: 'Lato', sans-serif;
    line-height: 15px;
    font-size: 12px;
    color: #808080;
}
.metaTitle{
    font-family: 'Lato', sans-serif;
    line-height: 15px;
    font-size: 12px;
    color: #808080;
    letter-spacing: 0.1em;
}
.aboutTitle{
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.action-label{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    font-size: 14px;
    color: #317EA5;
}

.blue, .uk-slidenav-next, .uk-slidenav-previous{color: #2EA8E6;}
.green{color: #7AAB9B;}
#testimonialMessage a.uk-button, #individualTestimonialMessage a.uk-button{color: #7AAB9B; border-color: #7AAB9B;}
#testimonialMessage a.uk-button:hover, #individualTestimonialMessage a.uk-button:hover {background: #7AAB9B; color: #fff;}

.testimonial_card p{
    font-family: 'Lato', sans-serif;
    line-height: 22px;
    font-size: 14px;
    color: #808080;
}
.uk-navbar{
    background: #317EA5;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.uk-navbar-right{padding-right: 60px; }
.uk-navbar-left{padding-left: 60px;}


.last-child a{height: 40px !important; margin: 0 0 0 15px; padding: 10px 14px;}
.last-child:hover{background: none !important;}

#Overview{
    margin-top: 60px;
    position: relative;
}
#Overview .uk-grid{margin-left: 0;}
#Overview-left{
    background-image: url("/HighNeeds/images/header_mosaic_desktop-min.png");
    padding: 90px 60px 60px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}
#Overview-right{
    padding: 60px;
}

.key-points{position: relative}
.key-points-divider{
    border-bottom: 1px solid #E5E5E5;
    transform: rotate(105deg);
    width: 137px;
    height: 0;
    position: absolute;
    top: 65px;
    right: -26%;
}

.featuredBox{
    background: #F5F5F5;
}
.featured{border-bottom: 1px solid #E5E5E5; padding: 15px 0;}
#Key-Takeway{text-align: center;}

#Overview, #Highlights, #About{background: #FAFAFA;}
#Opportunities-for-Action, #footer{background: #24445B; color: #fff;}

#page2 img{
    border: 1px solid #E5E5E5;
}

#ExamplesWrapper{
    background: #F5F5F5;
    position: relative;
}
#Examples{padding-bottom: 30px; position: relative;}
#Examples a,#Opportunities-for-Action a{color: #317EA5;}
#Examples a:hover, #Opportunities-for-Action a:hover{color: #2EA8E6;}
.toggleView{position: relative;}
.view-all{display: none;}
.view-grad{
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 31%, #F5F5F5 80%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}
.mobileView-remove{display: block;}

.footerSocial, .closingSocial{
    text-align: center;
}

.footerSocial a {
    cursor: pointer;
    display: inline-block;
    margin: 0 15px 0 0 !important;
    font-size: 18px;
    color: #fff !important;
}
.myfb{
    display: inline-block;
    margin: 0;
    padding: 0;
}

.closingSocial a{
    cursor: pointer;
    display: inline-block;
    margin: 0 10px !important;
    font-size: 18px;
    color: #fff !important;
}

.footerSocial a:hover, .closingSocial a:hover {
    color: #2EA8E6 !important;
    transform: translateY(0) !important;
    outline-offset: 0 !important;
}

#footer{text-align: center;}
#footer p, #Opportunities-for-Action p{color: #fff;}
#footer a{text-decoration: underline; color: #fff;}

#footer .uk-section{
    padding-bottom: 60px;
    padding-top: 60px;
}
.top-logo{
    max-width: 110px;
}

.logo{
    display: block;
    margin: 0 auto;
    max-width: 165px;
    position: relative;
}
/*----------- Icon Overides -----------*/
.icon{margin-right: 7px;}

/*----------- Uk Overides -----------*/
.uk-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 1 */
    padding: 0;
    list-style: none;
}

.uk-slidenav{
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    width: 48px;
    height: 48px;
    background: #fff;
    color: #99CCBB;
    border-radius: 48px;
    text-align: center;
    padding: 0;
}

.uk-slidenav:focus, .uk-slidenav:hover {
    background: #99CCBB;
    color: #fff;
}

.uk-slidenav svg{
    height: 48px;
    width: 14px;
}

.uk-navbar-nav > li > a{text-transform: none;}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle{
    height: 60px;
    color: #fff;
}
.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li:hover a{color: #fff;}

.uk-link:hover, a:hover{text-decoration: none;}
.uk-container{max-width: 960px;}

.uk-container-small {
    max-width: 560px;
    padding: 0;
}

.uk-section {
    padding-bottom: 90px;
    padding-top: 90px;
}


.uk-navbar .uk-active, .navItem:hover{
    background: #2A6B8C;
    color: #fff;
}

.uk-button{
    height: 30px;
    padding: 5px 14px;
    color: #2EA8E6;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    text-align: center;
    text-transform: none;
    border: 1px solid #2EA8E6;
    box-sizing: border-box;
    border-radius: 4px;
}
.uk-button:hover, .uk-button-primary{
    background-color: #2EA8E6;
    color: #fff;
}

.uk-button-primary:hover{
    background-color: transparent;
    color: #2EA8E6;
}

header .uk-button{
    height: 30px;
    padding: 6px 10px;
}

.uk-margin-top {
    margin-top: 30px !important;
}
.uk-margin-bottom {
    margin-bottom: 30px !important;
}
.uk-margin-small{margin-top:15px;}
.uk-margin-medium, * + .uk-margin-medium {
    margin-top: 60px !important;
}
.uk-margin-medium-bottom {
    margin-bottom: 60px !important;
}
.uk-padding-small-top{padding-top: 15px;}
.uk-container, .uk-container-small, .uk-container-large{margin: 0 auto;}

.uk-container-expand{padding: 0 60px;}
.uk-container-medium{width: 100%; max-width: 630px;}


/* -------------------------------- All Pages -------------------------------- */

.page1,.page2,.page3 {
    background-color: #EBEBEB;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 83.43%, rgba(196, 196, 196, 0.15) 100%, rgba(196, 196, 196, 0.15) 100%);

}
#page3{position: relative;}
.page1:hover,.page2:hover,.page3:hover {
    background: #2A6B8C;
    color: #fff;
}

.page .uk-section{
    padding-top: 60px;
}

ol{
    padding-left: 20px;
    color: #317EA5;
}
ol li{padding-left: 30px;}


.rainbowDarkBlue {
    animation-name: pulseDarkBlue;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    -moz-animation-name: pulseDarkBlue;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-name: pulseDarkBlue;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    -o-animation-name: pulseDarkBlue;
    -o-animation-duration: 3s;
    -o-animation-timing-function: ease-in;
    -o-animation-iteration-count: infinite;
    animation-delay: 1.25s;
    -moz-animation-delay:1.25s;
    -webkit-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
}
.rainbowBlue {
    animation-name: pulseBlue;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    -moz-animation-name: pulseBlue;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-name: pulseBlue;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    -o-animation-name: pulseBlue;
    -o-animation-duration: 3s;
    -o-animation-timing-function: ease-in;
    -o-animation-iteration-count: infinite;
    animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
}

@keyframes pulseDarkBlue
{
    0% { background-color:#EBEBEB; color: #317EA5; }
    10% { color: #fff;}
    20% { background-color:#317EA5; }
    30% { color: #fff;}
    40% { background-color:#EBEBEB; color: #317EA5;}
}
@-moz-keyframes pulseDarkBlue
{
    0% { background-color:#EBEBEB; color: #317EA5; }
    10% { color: #fff;}
    20% { background-color:#317EA5; }
    30% { color: #fff;}
    40% { background-color:#EBEBEB; color: #317EA5;}
}
@-webkit-keyframes pulseDarkBlue
{
    0% { background-color:#EBEBEB; color: #317EA5; }
    10% { color: #fff;}
    20% { background-color:#317EA5; }
    30% { color: #fff;}
    40% { background-color:#EBEBEB; color: #317EA5;}
}
@-o-keyframes pulseDarkBlue
{
    0% { background-color:#EBEBEB; color: #317EA5; }
    10% { color: #fff;}
    20% { background-color:#317EA5; }
    30% { color: #fff;}
    40% { background-color:#EBEBEB; color: #317EA5;}
}

@keyframes pulseBlue
{
    0% { background-color:#EBEBEB; color: #317EA5; }
    10% { color: #fff;}
    20% { background-color:#2EA8E5; }
    30% { color: #fff;}
    40% { background-color:#EBEBEB; color: #317EA5; }
}
@-moz-keyframes pulseBlue
{
    0% { background-color:#EBEBEB; color: #317EA5; }
    10% { color: #fff;}
    20% { background-color:#2EA8E5; }
    30% { color: #fff;}
    40% { background-color:#EBEBEB; color: #317EA5; }
}
@-webkit-keyframes pulseBlue
{
    0% { background-color:#EBEBEB; color: #317EA5; }
    10% { color: #fff;}
    20% { background-color:#2EA8E5; }
    30% { color: #fff;}
    40% { background-color:#EBEBEB; color: #317EA5; }
}
@-o-keyframes pulseBlue
{
    0% { background-color:#EBEBEB; color: #317EA5; }
    10% { color: #fff;}
    20% { background-color:#2EA8E5; }
    30% { color: #fff;}
    40% { background-color:#EBEBEB; color: #317EA5; }
}


/* -------------------------------- Testimonials -------------------------------- */

#hiddenTestimonials{display: none;}

.test-title{
    font-size: 24px;
    line-height: 32px;
}

h3.uk-card-title{color: #7AAB9B; font-size: 18px; line-height: 32px;}

#test-filter{width: 100%; max-width: 285px; height: 30px; position: relative;}
#test-filter select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;       /* remove default arrow */
    background-image: none !important;   /* add custom arrow */
    background-color: #FAFAFA;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    border: none;
    padding: 0 0 0 10px;
    color: #999999;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
}
#test-filter option{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
}
label {position:relative}

.chevron-down{
    font-size: 14px;
    color:#aaa;
    right:14px;
    top:8px;
    width: 10px;
    height: 10px;
    position:absolute;
    pointer-events:none;
    line-height: 25px;
}



#test-filter select::-ms-expand {
    display: none; /* hide the default arrow in ie10 and ie11 */
}

@media screen and (min-width:0\0) {
    #test-filter select {
        background-image:none\9;
        padding: 5px\9;
    }
}

#Testimonials h2{margin-bottom: 45px;}

#Testimonials.uk-grid > *{padding-left: 30px;}

#Testimonials .uk-card-body{width: 500px; padding: 30px 30px 60px;}

#Testimonials .uk-card{
    background: #FAFAFA;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    cursor: pointer;
}
.card-header {
    background: #ADD9CA;
    border-radius: 4px 4px 0 0;
    height: 4px;
}
.read-more{position: absolute; bottom: 35px; left: 30px; color: #ADD9CA; text-decoration: underline;}

#testimonialWrapper{
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    top: 90px;
    width:90%;
    max-width: 860px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
#individualTestimonial{background: #f6f6f6; padding: 90px 0;}

#individualTestimonialWrapper{
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    width:90%;
    max-width: 860px;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

#testimonialMessageWrapper{
    padding: 90px 115px;
}

#testimonialMessage img, #individualTestimonialMessage img {margin: 60px 0;}

.pullQuote{
    font-family: Klinic Slab Book;
    line-height: 37px;
    font-size: 30px;
    text-align: center;
    margin: 60px auto;
    color: #7AAB9B;
    max-width: 400px;
}

.closeTestimonial{
    border-radius: 4px;
    color: #7AAB9B;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    padding: 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
    width: 20px;
}
.closeTestimonial:hover{background: #fff;}

#Overlay{
    background: rgba(245, 245, 245, 0.9);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    display: none;
}
#Overlay-Content {
    height: 100%;
    overflow-y: scroll;
    margin-top: 60px;
}

.lightBoxContainer{display: none;}
.lightBoxContainer h2, .lightBoxContainer h3, .uk-card-body h2{
    color: #7AAB9B;
    margin-top: 0;
}
.uk-card-body h2{margin-bottom: 15px !important;}

.reveal{display: block !important;}

/* -------------------------------- Accordion -------------------------------- */

.uk-accordion-title{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    color: #fff !important;
    padding-left: 60px;
    line-height: 35px;
}

.health{
    background-image: url('/HighNeeds/images/health.svg');
}
.patients{
    background-image: url('/HighNeeds/images/patients.svg');
}
.payers{
    background-image: url('/HighNeeds/images/payers.svg');
}
.policy{
    background-image: url('/HighNeeds/images/policy.svg');
}
.provider{
    background-image: url('/HighNeeds/images/provider.svg');
}
.research{
    background-image: url('/HighNeeds/images/research.svg');
}



.uk-accordion-title:focus, .uk-accordion-title:hover, .uk-accordion-title:hover .blue{color: #317EA5 !important;}

.uk-accordion-title::after{
    content:"\002B";
    font-size: 22px;
    color:#fff;
    background-image: none !important;
}
.uk-open > .uk-accordion-title::after{
    content:"\002D";
    background-image: none !important;
}

.uk-accordion{border-bottom: 1px solid #317EA5; padding-bottom: 15px; margin-top: 45px;}
.uk-accordion > li{border-top: 1px solid #317EA5; padding: 15px 0 0;}
.uk-accordion-content ul{list-style: none; padding-left: 60px;}
.uk-accordion-content li:before{
    font-family: 'Lato', sans-serif;
    line-height: 15px;
    font-size: 14px;
    content: "•";
    color:#5FB2D8;
    width: 30px;
    display: inline-block;
    margin-left: -30px;
}
.uk-accordion-content li{margin-bottom: 15px;}
.uk-accordion-content p{margin-left: 30px;}


/* -------------------------------- Resources -------------------------------- */
.resourcesWrapper{padding-right: 20px;}
.events{border-top: 1px solid #E5E5E5; padding: 15px 0;}
.pressWrapper{border-bottom: 1px solid #E5E5E5;}
.press{border-top: 1px solid #E5E5E5; padding: 15px 0 0;}
.linkWrapper{margin-bottom: 10px;}
.link{margin-right: 30px;}

/* -------------------------------- Other -------------------------------- */
.tabMenu, .mobileTabMenu{
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 83.43%, rgba(196, 196, 196, 0.15) 100%, rgba(196, 196, 196, 0.15) 100%);
    background-color: #EBEBEB;
    border-bottom: 1px solid #D9D9D9;
    -moz-transition: border-color 1s ease;
    -webkit-transition: border-color 1s ease;
    -o-transition: border-color 1s ease;
    transition: border-color 1s ease;
    height: 45px;
}
.tabMenu .uk-grid, .mobileTabMenu .uk-grid{margin: 0 !Important;}

.mobileTabMenu .tab{text-align: center; display: flex; padding: 10px;}
.mobileTabMenu i{display: block; width: 100%; padding: 0 0 5px !important;}
.tabBlock{width: 100%; display: block;}

.tab{
    padding: 15px 15px 15px 15px;
    font-family: 'Lato', sans-serif;
    line-height: 15px;
    font-size: 14px;
    text-align: center;
    color: #317EA5;
    border-color: #D9D9D9;
    border-style: solid;
    border-width: 0 0 1px 1px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tab span{width: 100%;}
.tab-active{background: #FAFAFA; border-bottom-color: #FAFAFA;}
.tab .fa{font-size: 30px; padding: 5px 15px 5px 0; float: left;}
.tabMenu .uk-grid:last-child{border-right: solid 1px #D9D9D9;}

.buttonPulse{
    animation-name: Pulse;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    -moz-animation-name: Pulse;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-name: Pulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    -o-animation-name: Pulse;
    -o-animation-duration: 2s;
    -o-animation-timing-function: ease-in;
    -o-animation-iteration-count: infinite;
    animation-delay: 1s;
    -moz-animation-delay:1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
}

@keyframes Pulse
{
    0% { opacity: 1;  }
    25% { opacity: 0.7; }
    40% { opacity: 1;  }
}
@-moz-keyframes Pulse
{
    0% { opacity: 1;  }
    25% { opacity: 0.7; }
    40% { opacity: 1;  }
}
@-webkit-keyframes Pulse
{
    0% { opacity: 1;  }
    25% { opacity: 0.7; }
    40% { opacity: 1;  }
}
@-o-keyframes Pulse
{
    0% { opacity: 1;  }
    25% { opacity: 0.7; }
    40% { opacity: 1;  }
}



/*------------  Mobile ------------------*/

.mobile-nav{
    background-color: #317EA5;;
    width: 100%;
}
.mobileHeaderWrapper{padding: 10px 0; color: #fff; }

.mobileHeader{margin: 0; padding: 0;}
.mobileHeader a{color: #fff !important;}
.mobileHeader .uk-active{background: none;}

.mobile-nav .uk-navbar-nav{
    height: 45px;
}
.mobile-menu-left > ul > li{width: 100%; cursor: pointer;}
.mobile-menu-left .chevron-down{
    color: #fff;
    right: 150px;
    top: 16px;
}

.headerItem{display: none;}
.headerItem.uk-active{display: block;}

.mobileTabMenu .chevron-down{
    color: #317EA5;;
    right: 18px;
    top: 16px;
}

.mobile-nav .uk-navbar-nav > li > a{
    font-family: 'Lato', sans-serif;
    line-height: 15px;
    font-size: 12px;
    text-align: left;
    color: #317EA5;
    margin-top: 15px !important;
    height: 15px !important;
    letter-spacing: 0 !important;
    padding: 0;
}

.mobile-nav .uk-navbar-nav > li{
    border-color: #d8d8d8;
    margin: 0 0 0 20px;
    color: #317EA5;
}

.mobile-nav .uk-navbar-nav > li a{
    color: #317EA5;
}

.mobile-nav li.uk-active{
    border-color: #4b4b41;
}

.mobile-menu-right{
    background: #2EA8E6;
    float: right;
    padding: 10px 20px;
    width: 100px;
}
.mobile-menu-right a{
    color: #fff;
}

.mobile-nav .uk-dropdown{
    width: 100%;
    left: 0 !important;
    top: 30px !important;
    padding: 0;
}
.mobile-nav .uk-dropdown li{padding: 10px 20px;}
.mobile-nav .uk-dropdown li.uk-active a, .mobile-nav .uk-dropdown li:hover a {color: #fff;}

.mobileTabMenu{width: 100%; height: 45px; position: relative;}
.mobileTabMenu select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* remove default arrow */
    background-image: none !important; /* add custom arrow */
    background-color: #F2F2F2;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: none;
    padding: 0 0 0 10px;
    color: #317EA5;;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
}
.mobileTabMenu option{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
}
@media (max-width: 1320px) {
    .uk-navbar-left{display: none;}
    .uk-navbar-right{margin-left: 0;}
    .last-child{
        position: absolute;
        right: 0;
    }
    .last-child a{
        height: 60px !important;
        padding: 22px 14px;
        float: right;
        border-radius: 0;
    }
}

@media (max-width: 1215px) {
    #Overview-left {
        background-image: none;
    }
}

.mediumBreak{display: flex;}
.smallBreak{display: none;}

/*------------Custom Medium----------*/
@media (max-width: 815px) {
.mediumBreak{display: none;}
.smallBreak{display: block;}

}

@media (max-width: 960px) {

    .mobile-margin-top{margin-top: 40px;}
    .aboutTitle{margin-top: 30px;}
}

@media (max-width: 640px) {
    h1{
        line-height: 37px;
        font-size: 32px;
    }
    h2{font-size: 28px;
        line-height: 37px}
    h3, .main_title {
        font-size: 20px;
        line-height: 30px;
        margin-top: 15px;
    }
    p, .paragraph_medium, .paragraph_large{
        font-size: 14px;
        line-height: 22px;
    }

    #Overview{margin-top: 45px;}
    #Overview-left{padding: 30px 20px 60px;}
    #Overview-right{padding: 60px 20px;}
    .uk-container-expand{padding: 0 20px;}
    .uk-container-medium{width: auto;}
    .uk-section {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .key-points{margin-bottom: 30px;}
    .key-points-divider{display: none;}
    .key-takeway-align{text-align: left;}
    .uk-button{
        width: 100%;
        height: 45px;
        padding: 13px;
        margin: 15px 0 0;
    }

    #test-filter{height: 45px; margin-bottom: 30px; max-width: 640px;}
    #test-filter select{height: 45px;}
    #Testimonials .uk-card-body{
        max-width: 260px;
        padding: 20px 20px 50px;
    }
    .read-more{ bottom: 30px; left: 20px;}

    .uk-accordion-content ul {
        padding-left: 30px;
    }

    .uk-accordion-title {
        line-height: 22px;
        font-size: 16px;
    }

    .mobile-accordion .uk-accordion-title {
        color: #808080 !important;
        line-height: 22px;
        font-size: 16px;
        background-image: none;
        padding-left: 0;
    }
    .mobile-accordion .uk-accordion-title::after {
        color: #808080;
        width: auto;
        height: auto;
    }

    .mobile-accordion .uk-accordion-content p {
        margin-left: 0;
    }
    .mobile-accordion .uk-accordion {
        border-bottom: 1px solid #E5E5E5;
    }
    .mobile-accordion .uk-accordion > li{border-top: 1px solid #E5E5E5;}

    .mobileView-remove{display: none;}

    .link{display: block; margin-bottom: 15px;}
    .footerSocial a.mobile-margin-top-small{margin: 10px 0 !important;}
}

