/*
================================================================================================

================================================================================================
*/
.text-align-center { text-align: center; }
.text-align-right { text-align: right; }
.text-align-left { text-align: left; }
.align-center { margin: 0 auto; }
.width-5 { width: 5%; }
.width-10 { width: 10%; }
.width-15 { width: 15%; }
.width-20 { width: 20%; }
.width-25 { width: 25%; }
.width-30 { width: 30%; }
.width-35 { width: 35%; }
.width-40 { width: 40%; }
.width-45 { width: 45%; }
.width-50 { width: 50%; }
.width-55 { width: 55%; }
.width-60 { width: 60%; }
.width-65 { width: 65%; }
.width-70 { width: 70%; }
.width-75 { width: 75%; }
.width-80 { width: 80%; }
.width-85 { width: 85%; }
.width-90 { width: 90%; }
.width-95 { width: 95%; }
.width-100 { width: 100%; }      
.row-align-vertical {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.row-color-gray {
    padding: 40px 0;
    background: #FCFCFC;
}
.row-color-white {
    padding: 40px 0;
    background: #ffffff;
}
.container-full-width {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.box-container-pic-text {
    padding: 0px;
    margin-bottom: 0px;
}
.box-container-pic-text .col-sm-1,
.box-container-pic-text .col-sm-2,
.box-container-pic-text .col-sm-3,
.box-container-pic-text .col-sm-4,
.box-container-pic-text .col-sm-5,
.box-container-pic-text .col-sm-6,
.box-container-pic-text .col-sm-7,
.box-container-pic-text .col-sm-8,
.box-container-pic-text .col-sm-9,
.box-container-pic-text .col-sm-10,
.box-container-pic-text .col-sm-11,
.box-container-pic-text .col-sm-12
{
    padding-left: 0px;
    padding-bottom: 10px;
}
.box-container-pic-text .col-sm-1:nth-child(1),
.box-container-pic-text .col-sm-2:nth-child(1),
.box-container-pic-text .col-sm-3:nth-child(1),
.box-container-pic-text .col-sm-4:nth-child(1),
.box-container-pic-text .col-sm-5:nth-child(1),
.box-container-pic-text .col-sm-6:nth-child(1),
.box-container-pic-text .col-sm-7:nth-child(1),
.box-container-pic-text .col-sm-8:nth-child(1),
.box-container-pic-text .col-sm-9:nth-child(1),
.box-container-pic-text .col-sm-10:nth-child(1),
.box-container-pic-text .col-sm-11:nth-child(1),
.box-container-pic-text .col-sm-12:nth-child(1) {
    padding-right:15px;
}
.box-container-pic-text .col-sm-1:nth-child(2),
.box-container-pic-text .col-sm-2:nth-child(2),
.box-container-pic-text .col-sm-3:nth-child(2),
.box-container-pic-text .col-sm-4:nth-child(2),
.box-container-pic-text .col-sm-5:nth-child(2),
.box-container-pic-text .col-sm-6:nth-child(2),
.box-container-pic-text .col-sm-7:nth-child(2),
.box-container-pic-text .col-sm-8:nth-child(2),
.box-container-pic-text .col-sm-9:nth-child(2),
.box-container-pic-text .col-sm-10:nth-child(2),
.box-container-pic-text .col-sm-11:nth-child(2),
.box-container-pic-text .col-sm-12:nth-child(2) {
    padding-right:0px;
}   
video {
    width: 100%;
}    
/*
================================================================================================
SOCIAL ICONS
================================================================================================
*/
#social_icons {
    font-size: 12pt;
    float: right;
    top: 5px;
    position: relative;
}
#top-page-row {
    background-color:#f7f3eb;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
@media (max-width: 999px) {
    #social_icons {
        font-size: 14pt;
    }
    #top-page-row {
        padding: 10px 0px 10px 0px;
    }
}
#social_icons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}
#social_icons li {
    float: left;
    margin-left:20px;
    color: #2c6e90;
    float: right;
}
#social_icons li a {
    display: block;
}
#social_icons i {
    color: #2c6e90;
}
/*
================================================================================================

================================================================================================
*/
.main-nav {
    border-bottom: 2px solid #8db863;
    background: #fff;
}
.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}
.nav-brand {
    float: left;
    margin: 0;
}
.nav-brand a {
    display: block;
    padding: 11px 11px 11px 20px;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
}
#main-menu {
    clear: both;
    border-bottom: 0;
}
@media (min-width: 768px) {
    #main-menu {
        float: right;
        clear: none;
    }
}
/* Mobile menu toggle button */
.main-menu-btn {
    float: right;
    margin: 5px 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #333;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}
.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
    display: none;
}
#main-menu-state:checked ~ #main-menu {
    display: block;
}
@media (min-width: 768px) {
    /* hide the button in desktop view */
    .main-menu-btn {
        position: absolute;
        top: -99999px;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked) ~ #main-menu {
        display: block;
    }
}
/*
================================================================================================
IGNORE: Unrelated generic demo styles
================================================================================================
*/
body {
    margin: 8px;
    background: #fff;
    color: #aaa;
    font: 16px/1.5em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.demo-text {
    margin: 3em 22px;
}
.demo-text p {
    margin-bottom: 1em;
}
.demo-text a {
    color: #999;
}
/*
================================================================================================
MY CUSTOM MENU
================================================================================================
*/
.bg-light {
    background-color: white !important;
}
.navbar-light .navbar-nav .nav-link,
.dropdown-item,
.dropdown,
a.text-dark,
a.text-dark:focus {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #316e8c !important;
    background-color: white !important;
}
.navbar {
    margin-top: 0px;
    padding-top: 0px;
}
.navbar-brand {
    position: relative;
    top: 17px;
}
.mb-4 {
    margin-bottom: 0px !important;
}
body {
    padding-top: 0px;
    margin-top: 0px;
}
.global-page-header {
    /*
    background-attachment: fixed;
    background-size: cover;
    */
    padding: 20px 0px 20px 0px;
    margin-top: 0px;
    background: #316e8c;
    color: #fff;
}
.page-title {
    font-size: 30px;
    font-weight: bold;
}
.navbar-toggler-icon {
    width: 0.8em;
    height: 0.8em;
    color: #2c6e90;
}    
/*
================================================================================================
MY PAGE CONTENT STYLES
================================================================================================
*/
#block-content-subpage h1,
#block-content-subpage h2,
#block-content-subpage h3,
#block-content-subpage h4,
#block-content-subpage h5,
#block-content-subpage h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    /*margin-top: 20px;
    margin-bottom: 10px;   */
    color: #316e8c;
}
#block-content-subpage h1,
#footer h1 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
#block-content-subpage h2,
#footer h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
#block-content-subpage h3,
#footer h3 {
    font-size: 22px;
    font-weight: 600;
}
#block-content-subpage h4,
#footer h4 {
    font-size: 18px;
    font-weight: 600;
}
#block-content-subpage h5,
#footer h5 {
    font-size: 16px;
    font-weight: 500;
}
#block-content-subpage h6,
#footer h6 {
    font-size: 14px;
    font-weight: 500;
}
#block-content-subpage p,
#footer p {
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
    color: #727272;
}
a,
a:hover {
    text-decoration: none;
    color: #316e8c;
    font-weight: 600;
}
.sub-arrow {
    margin: 0px 0px 0px 10px;
}
@media (min-width: 1000px) {
    .dropdown-menu {
        width: 400px !important;
    }            
}
.navbar-toggler-icon {
    margin: 0px;
}
/*
================================================================================================
FORMS
================================================================================================
*/
input,
input[type="checkbox"] + label { /* the label of a checkbox */
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    color: #727272;                
    /*line-height: 0px;*/
    /*
    display: inline;
    padding-left: 10px;
    text-indent: -10em;    
    */
}
input[type="checkbox"] {   
    margin-left: 10px;
    position: relative;
    top: 2px;
    background-color:#316e8c;
}  


.div-checkbox {
}

.div-checkbox label {
    display: block;
    padding-left: 30px;
    text-indent: -30px;
    margin-bottom: 0px;
    font-size: 10pt; /*new*/
}


.ion-close-circled {
color: orange;
font-weight: 600;
position: relative;
top: 5px;
left:5px;
cursor: pointer;
}
/*
================================================================================================
PAGINATION
================================================================================================
*/
.pagination span {
    margin-left: 5px;
    margin-right: 5px;
}