/*
|-------------------------------------------------------
| Core Styles
|-------------------------------------------------------
*/

body {
    margin: 0;
    margin-top: -16px;
    padding: 0;
    color:#5a5a5a;
    overflow-y: scroll;
    font-family: 'Roboto', sans-serif;
}

img{
    border:0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* basic form styles */
input,
select,
textarea{
    outline: 0;
    width: 100%;
    color: #777;
    padding: 5px;
    display: block;
    background:#fff;
    border-radius: 2px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
}

p {
    margin: 5px 0;
    font-size: 18px;
}

li {
    font-size: 18px;
}

a {
    color: #367A90;
    text-decoration: none;
    transition: 0.6s ease all;
}

a:hover {
    color: #255564;
    transition: 0.2s ease all;
}

/*
|-------------------------------------------------------
| Grid System
|-------------------------------------------------------
| Link: http://thisisdallas.github.io/Simple-Grid/
|-------------------------------------------------------
*/

[class*="col-"]{float:left;padding-right:20px}.grid{width:100%;max-width:1140px;min-width:755px;margin:0 auto;    padding-left: 20px;    padding-right: 20px;overflow:hidden}.grid:after{content:"";display:table;clear:both}.grid-pad{padding-top:20px;padding-left:20px;padding-right:0}.push-right{float:right}.col-1-1{width:100%}.col-2-3,.col-8-12{width:66.66%}.col-1-2,.col-6-12{width:50%}.col-1-3,.col-4-12{width:33.33%}.col-1-4,.col-3-12{width:25%}.col-1-5{width:20%}.col-1-6,.col-2-12{width:16.667%}.col-1-7{width:14.28%}.col-1-8{width:12.5%}.col-1-9{width:11.1%}.col-1-10{width:10%}.col-1-11{width:9.09%}.col-1-12{width:8.33%}.col-11-12{width:91.66%}.col-10-12{width:83.333%}.col-9-12{width:75%}.col-5-12{width:41.66%}.col-7-12{width:58.33%}.push-2-3,.push-8-12{margin-left:66.66%}.push-1-2,.push-6-12{margin-left:50%}.push-1-3,.push-4-12{margin-left:33.33%}.push-1-4,.push-3-12{margin-left:25%}.push-1-5{margin-left:20%}.push-1-6,.push-2-12{margin-left:16.667%}.push-1-7{margin-left:14.28%}.push-1-8{margin-left:12.5%}.push-1-9{margin-left:11.1%}.push-1-10{margin-left:10%}.push-1-11{margin-left:9.09%}.push-1-12{margin-left:8.33%}@media handheld,only screen and (max-width:767px){.grid{width:100%;min-width:0;margin-left:0;margin-right:0;padding-left:20px;padding-right:10px}[class*="col-"]{width:auto;float:none;margin-left:0;margin-right:0;margin-top:10px;margin-bottom:10px;padding-left:0;padding-right:10px}[class*="mobile-col-"]{float:left;margin-left:0;margin-right:0;margin-top:0;margin-bottom:10px;padding-left:0;padding-right:10px;padding-bottom:0}.mobile-col-1-1{width:100%}.mobile-col-2-3,.mobile-col-8-12{width:66.66%}.mobile-col-1-2,.mobile-col-6-12{width:50%}.mobile-col-1-3,.mobile-col-4-12{width:33.33%}.mobile-col-1-4,.mobile-col-3-12{width:25%}.mobile-col-1-5{width:20%}.mobile-col-1-6,.mobile-col-2-12{width:16.667%}.mobile-col-1-7{width:14.28%}.mobile-col-1-8{width:12.5%}.mobile-col-1-9{width:11.1%}.mobile-col-1-10{width:10%}.mobile-col-1-11{width:9.09%}.mobile-col-1-12{width:8.33%}.mobile-col-11-12{width:91.66%}.mobile-col-10-12{width:83.333%}.mobile-col-9-12{width:75%}.mobile-col-5-12{width:41.66%}.mobile-col-7-12{width:58.33%}.hide-on-mobile{display:none!important;width:0;height:0}}

/*
|-------------------------------------------------------
| Utility Classes
|-------------------------------------------------------
*/

.float-right{
    float:right;
}

.no-margin{
    margin:0 auto;
}

.no-overflow{
    overflow:visible;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

/* button styles */
.btn{
    color: #fff;
    cursor:pointer;
    font-size: 18px;
    min-width: 136px;
    margin: 10px 5px;
    padding: 16px 26px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #fff;
    transition: all .3s ease;
}

/* default button states */
.btn-primary{ background:#337ab7; }
.btn-success{ background:#5cb85c; }
.btn-info   { background:#5bc0de; }
.btn-warning{ background:#f0ad4e; }
.btn-danger { background:#d9534f; }

/* hover button states */
.btn-primary:hover{ background:#286090; }
.btn-success:hover{ background:#449d44; }
.btn-info:hover   { background:#31b0d5; }
.btn-warning:hover{ background:#ec971f; }
.btn-danger:hover { background:#c9302c; }
.btn-default:hover{background: #fff;color:#333;}
/*
|-------------------------------------------------------
| Header
|-------------------------------------------------------
*/

/* nav styles */
.header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.header nav .logo_link {
    position: absolute;
    top: 0;
    left: 5%;
}

.header nav .logo_link:hover {
    background: transparent !important;
}

.header ul{
    padding:0;
    list-style:none;
}

.header nav li{
    float:left;
    position:relative;
}

.header nav a{
    color:#fff;
    display:block;
    padding: 17px 15px;
    text-decoration:none;
    transition: 0.6s ease all;
}

.header_logo {
    position: absolute;
    height: 100px;
    left: 5%;
    padding: 5px;
}

.header-logo {
   width: 380px !important;
   max-width: 80% !important;
}

#menu-main-menu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0px;
    height: 100px;
}

.header nav, 
.header nav ul ul{
    background-color: rgba(55, 130, 154, 1);
    height: 100px;
}

.header nav ul ul li{
    width: 100%;
}

.header nav a:hover,
.header .current_page_item{
    background:rgba(255,255,255,.1);
    transition: 0.2s ease all;
}

.sub-menu:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* sub nav */
.header li:hover ul{
    opacity: 1;
    visibility: visible;
    height:auto;
    transform: translateY(0);
}

.header nav ul ul{
    left: 0;
    height:0;
    top: 56px;
    opacity: 0;
    z-index: 10;
    width: auto;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    white-space: nowrap;
    transform: translateY(-5px);
    transition: 300ms cubic-bezier(.20,.90,.20,1);
}

/* hero banner */
.homepage_slider_container {
    width: 100vw;
    height: 100vh;
}

.internal_page_header_image{
    height: 80vh;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #37829A;
}

.internal_page_header_image h1 {
    color: white;
    font-size: 3em;
    text-shadow: 3px 3px 25px black;
    text-align: center;
}

.homepage_slider_container .homepage_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-position: top;
    background-size: cover;
}

.homepage_slide_content{
    font-size: 3em;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
}

.bx-wrapper {
    border: none !important;
    margin-bottom: 0px !important;
}

/** Common header underline, apply this class to a div if you want an underline **/
.header_underline::after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 40%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-radius: 2px;
}

/** If you want a blue underline under the header then use this **/
.header_underline_blue::after {
    border-bottom: 3px solid #6cc4df; /* This creates the border. Replace black with whatever color you want. */
}

/** If you want a white underline under the header then use this **/
.header_underline_white::after {
    border-bottom: 3px solid #cfe1e8; /* This creates the border. Replace black with whatever color you want. */
}

/** Modify the size of the underline **/
.header_underline_small::after {
    width: 20%;
}

/** Modify the size of the underline **/
.header_underline_large::after {
    width: 40%;
}

.large_header {
    font-size: 36px;
}

.bold-header {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    color: #4a4a4a;
    position: relative;
    margin: 0;
}


/*
|-------------------------------------------------------
| Body
|-------------------------------------------------------
*/

.title, .page-title {
    font-size: 1.17em;
    margin-bottom: 20px;
    padding: 8px 0 16px 0;
    border-bottom: 1px solid #eeeeee;
}

.title a{
    color: #5a5a5a;
    text-decoration: none;
}

/* 
  set a minimum height so the body doesnt go super small 
  on pages with minimal content
*/
.main-content{
    min-height: 500px;
    display:block; /* ie needs this */
}

/*Section 1*/

.section_header_underline {
    width: 100px;
    height: 20px;
    background-color: #6cc4df;
}

.section_1 {
    width: 100%;
    padding: 55px 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0 50px 0;
}

.section_1 .section_1_text {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

/*Section 2*/
.section_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section_2 .section_2_left,
.section_2 .section_2_right {
    width: 50%;
    min-height: 650px;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: white;
    height: 810px;
}

.section_2 .icons {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
}

.section_2_left h2, 
.section_2_right h2 {
    text-align: center;
}

.section_2_left_icon p {
    text-align: center;
}

.section_2 .section_2_left{
    background-color: #37829A;
}

.section_2_right ul {
    margin-top: 0;
}

.section_2 .section_2_left .section_2_left_text {
    padding: 5px 10%;
    text-align: justify;    
}

.section_2 .section_2_left .section_2_left_icon {
    width: 30%;
    display: inline-block;   
    width: calc(100% / 5) !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 1em;
}

.section_2 .section_2_left .section_2_left_icon img {
    width: 65%;
}

.section_2 .section_2_right ul li {
    padding: 7px 0px;
}

/*Section 3*/

.section_3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.section_3_header{
    width: 100%;
    font-size: 1.6em;
}

.section_3_header_text {
    text-align: center;
    color: #323232;
    width: 13%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.section_3 .section_3_sections {
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section_3 .section_3_sections .section_3_left,
.section_3 .section_3_sections .section_3_right {
    width: 50%;
    min-height: 400px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section_3 .section_3_sections .section_3_left {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    position: relative;
}

.section_3 .section_3_sections .section_3_left a{
    color: white;
    text-decoration: none;
    width: 85%;
    padding: 5px 0px 5px 5px;
    transition: 0.6s ease all;
}

.section_3 .section_3_sections .section_3_left a:hover span{
    color: #37829A;
    transition: all 0.2s;
}

.section_3_right_header {
    width: 100%;
}

.section_3 .section_3_sections .section_3_left p {
    width: 100%;
    font-size: 24px;
}

.section_3 .section_3_sections .section_3_right {
    background-color: rgba(55, 130, 154, 0.8);
}

.section_3_right > div > form {
    text-align: left;
}

.section_3_right > div > form > p > label > span > input {
    margin-top: 10px;
}



    /*
    |-------------------------------------------------------
    | Full Width
    |-------------------------------------------------------
    */

.full-width-content {
    width: 100%;
    padding: 15%;
    padding-top: 5%;
}


    /*
    |-------------------------------------------------------
    | Footer
    |-------------------------------------------------------
    */

.footer{
    background: #393939;
    height: 100%;
    display: flex;
    bottom: 0;
    width: 100%;
}

.footer2{
    background:#393939;
    height: 100px;
    width: 100%;
}

.footer2-content{
    float: right;
    position: relative;
    margin-right: 30px;
    margin-top: 40px;
}

.footer2-content a {
    color: #fff;
}

.footer_left {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 25px;
    padding: 10px;
}

.footer_right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-right: 10%;
    align-items: center;
    color: white;
}

.footer_right > a {
    text-decoration: none;
    color: white;
    white-space: pre;
}

.footer_right a span {
    color: white;
    transition: all 0.6s;
}

.footer_right a:hover span {
    color: #37829A;
    transition: all 0.2s;
}

.footer_left a {
    color: white;
    text-decoration: none;
    width: 85%;
    padding: 2px 0px 2px 5px;
    transition: 0.6s ease all;
    font-size: 16px;
}

.footer_left p {
    margin: 0;
    padding: 0;
    color: white;
}

.footer_left a:hover span{
    color: #37829A;
    transition: all 0.2s;
}

.footer_logo {
    height: 125px;
    position: relative;
    margin-left: 10%;
    display: flex;
    justify-content: center;
}

.footer_logo img {
    height: 100%;
}

.footer h3{
    font-size: 1.17em;
}

/*
|-------------------------------------------------------
| Contact Page
|-------------------------------------------------------
*/

.contact_container {
    min-height: 92vh;
    padding: 50px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-background-size: cover;
    background-size: cover;
}

.contact_left,
.contact_right {
    width: 50%;
    height: 100%;
    padding: 0px 5%;
    color: white;
}

.contact_right {
    margin-top: 100px;
}

.contact_left h1 {
    font-size: 3em;
    margin-top: 0;
}

.contact_left a{
    color: white;
    text-decoration: none;
    width: 85%;
    padding: 5px 0px 5px 0;
    transition: 0.6s ease all;
}

.contact_left a:hover span{
    color: #37829A;
    transition: all 0.2s;
}


/*
|-------------------------------------------------------
| Careers
|-------------------------------------------------------
*/

.job p {
    color: #333;
}




/*
|-------------------------------------------------------
| Meet the team page
|-------------------------------------------------------
*/

.content_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team_content {
    width: 50%;
    padding: 10px 5%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: justify;
    color: #000;
}

.team_content_icon {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team_content_icon img {
    width: 20%;
}

.team_content p {
    max-width: 100%;
}

.team,
.admin-staff-list {
    width: 100%;
    padding: 5px 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.team_header {
    width: 100%;
    text-align: center;
}

.team .team_member {
    width: calc(100% / 2 - 4em);
    min-width: 250px;
    margin: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: rgba(55, 130, 154, 0.8);  
    box-shadow: 1px 1px 3px #888888;  
}

.team .team_member .team_member_image {
    width: 200px;
    height: 200px;
    margin: 10px;
    border-radius: 100%;
    box-shadow: 1px 1px 3px #888888;  
    background-position: top;
    background-size: cover;
} 

.team .team_member .team_member_details {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
}

.team .team_member .team_member_details a, 
.team .team_member .team_member_details p,
.team .team_member .team_member_details span {
    color: white;
    text-decoration: none;
    transition: 0.6s ease all;
}

.team .team_member .team_member_details a:hover span {
    color: #343434;
    transition: 0.2s ease all;
}

.admin-names{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
}

.admin-staff-list a{
    text-decoration: none;
    color: #4a4a4a;
    transition: 0.5s ease all;
}
.admin-staff-list a:hover {
    color: #37829acc;
}

/*
|-------------------------------------------------------
| Testimonials & Masonary
|-------------------------------------------------------
*/
.testimonial_page {
    width: 100%;
    padding: 10px 20%;
}

.masonary-grid {
    margin: 0 auto;
}

.masonary-grid:after {
    content: '';
    display: block;
    clear: both;
}

.masonary-grid-sizer {
    width: 31%;
}

.masonary-grid-item {
    width: 31%;
    float: left;
    margin-bottom: 20px;
    background-color: rgba(55, 130, 154, 0.8);
    padding: 10px;
    box-shadow: 1px 1px 3px #888888;
}

.masonary-grid-item p {
    color: white;
    text-shadow: 2px 2px 10px #aaaaaa
}

/*
|-------------------------------------------------------
| Worpress edit UI
|-------------------------------------------------------
*/

/* edit page/post btn */
.post-edit-link{
    left: 0;
    bottom: 0;
    color: #fff;
    position: fixed;
    text-decoration: none;
    background: rgba(0,0,0,.8);
    padding: 10px 20px 10px 10px;
}

.post-edit-link:before{
    content: '\f464';
    top: 2px;
    margin-right:10px;
    vertical-align: bottom;
    font: 400 20px/1 dashicons;
}

.post-edit-link:hover{
    opacity:.8;
}


/*
|-------------------------------------------------------
| Contact form 7
|-------------------------------------------------------
*/

.wpcf7-submit {
    background-color: #37829A;
    color: white;
    padding: 10px;
    transition: ease all 0.6s;
}

.wpcf7-submit:hover {
    background-color: #2c687b;
    transition: all ease 0.2s;
}

.base_template_content > .team_content {
    min-height: 100vh;
}

.base_page_slider {
    width: 50%;
    height: 100%;
}

.base_page_slider div {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.base_template_content .bx-wrapper {
    width: 50%;
    box-shadow: none;
    z-index: -300;
    padding: 10px 20px;
}

.base_template_content .bx-wrapper .bx-viewport {
    height: 100%;
}

.bx-viewport {
    min-height: 100vh !important;
    max-height: 150%;
}

.header-definition {
    background-color: rgba(55, 130, 154, 0.4);
    padding: 10px 25px;
    border-radius: 15px;
    text-align: center;
    margin-top: 23%;
}

.header-definition h1 {
    margin: 0;
}

.left-blue-bkg-section {
    background-color: #37829A;
    color: white;
}

.job_download {
    padding: 10px;
    margin: 5px 0;
    display: block;
}

.arrow-down-container {
    background: #37829a6b;
    border-radius: 50%;
    width: 74px;
    padding: 9px 17px;
    margin: 0 auto;
    animation-iteration-count: 50;
}

.fa-angle-double-down {
    font-size: 65px;
    color: white;
    margin: 0 auto;
}