/*
// VALUE:COLOR_1:#0776A0
// VALUE:COLOR_2:#19AFDD
*/


/*--------------------------------------------------------
    FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-size: 16px;
    font-family: "Roboto", arial, sans;
}

p {
    color: #0b4f64;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
}


/*--------------------------------------------------------
    ALIGNMENT
--------------------------------------------------------*/

.txt-c {
    text-align: center;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}


/*--------------------------------------------------------
    H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    padding: 0px;
    color: #0b4f64;
    font-weight: bold;
    margin: 10px 0 20px 0;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}


/*--------------------------------------------------------
    LINKS
--------------------------------------------------------*/

a {
    color: #42879b;
    cursor: pointer;
}

a:hover {
    color: #23527c;
    cursor: pointer;
}

a.black {
    color: #000000;
}

a.white {
    color: #ffffff;
}

a.white:hover {
    color: #cecece;
}


/*--------------------------------------------------------
    IMAGES
--------------------------------------------------------*/


/*--------------------------------------------------------
    GPE
--------------------------------------------------------*/

.row_background {
    background: #19AFDD;
    /* REPLACE:COLOR_2 */
}


/*--------------------------------------------------------
    MODAL LOGIN
--------------------------------------------------------*/

.modal-content {
    width: 280px;
    border-radius: 0;
}

.modal-dialog {
    display: block;
    width: 280px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.modal-body {
    padding: 10px 20px 20px;
}

.modal-title {
    text-align: center;
}

.modal-content input[type="text"],
.modal-content input[type="password"] {
    margin: 5px 0 5px;
    border: 1px solid #737373;
    padding: 5px 0;
    text-indent: 5px;
}


/*--------------------------------------------------------
    HEADER
--------------------------------------------------------*/

#header-top {
    padding: 15px 0;
}

.logo-iwea-wrap,
.logo-iwapco-wrap,
.logo-txt-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 16px;
    font-family: "Roboto", arial, sans;
}

#logo-wrap img {
    width: 100px;
    height: auto;
    max-width: 100%;
}

.logo-iwea-wrap img {
    width: 135px !important;
}

.logo-txt-wrap a {
    font-size: 24px;
    padding-left: 10px;
    font-weight: bold;
    color: #0053A5;
}

.logo-txt-wrap a:hover,
.logo-txt-wrap a:focus {
    text-decoration: none;
    color: #42879b;
}

#social-media {
    float: right;
}

#social-media img {
    display: inline-block;
}

#search input#q {
    background: transparent;
    float: left;
    width: 85%;
    margin: 8px 5px;
    padding: 2px 0;
    text-indent: 15px;
    color: #8C8C8C;
    border: 2px solid #8C8C8C;
    border-radius: 5px;
}

#search input.search-button {
    background-image: url('../images/search-icon.png');
    background-color: transparent;
    border: none;
    height: 30px;
    width: 29px;
    background-repeat: no-repeat;
    margin: 7px 0px;
    float: right;
}

#header-btm {
    background-color: #0053A5;
    /* REPLACE:COLOR_1 */
}

#nav_menu {
    margin: 7px 0;
}

.NP .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.NP .navbar-nav>li>a:focus,
.NP .navbar-nav>li>a:hover {
    color: #19AFDD !important;
    /* REPLACE:COLOR_2 */
    background-color: transparent !important;
}

li.mLogin {
    background: #fff;
    border-radius: 5px;
    position: relative;
    left: 220px;
}

li.mLogin a {
    color: #0776A0;
    /* REPLACE:COLOR_1 */
}

.NP .navbar-nav>li>a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


/*--------------------------------------------------------
    MOBILE MENU
--------------------------------------------------------*/

#mobileMenuWrapper {
    position: fixed;
    top: -1px;
    bottom: 0px;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 225px;
    max-width: 100%;
    background-color: #AD6336;
    transition: all 300ms cubic-bezier(1, 0.01, 0, 1) 0s;
}

#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}

#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 0px 20px 10px;
}

#mobileMenuWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#mobile-menu>li#triggerClose {
    color: #0776a0;
    float: right;
    display: inline;
    font-size: 22px;
    cursor: pointer;
    transform: rotate(45deg);
}

#mobileMenuWrapper #mobile-menu a {
    width: 100%;
    color: #0776a0;
    display: inline-block;
    margin: 10px 0 0 0;
}

#mobileMenuWrapper ul.mDropdown {
    margin: 0 15px;
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}

#mobile-menu a {}

#mobile-toggle {
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

#mobile-menu-col {
    top: 3px;
    right: 20px;
    float: right;
    position: relative;
}

#mobile-logo {
    width: 40%;
    float: left;
    margin-top: 27px;
    margin-bottom: 20px;
}

#mobile-logo a {
    margin: 0 !important;
}

#mobile-logo svg#logo {
    width: 250px;
    max-width: 250px;
}

svg#burger {
    width: 35px;
    height: 35px;
}


/*.caret {
    border-top: 4px solid #fff;
}*/


/* Mobile Search */

li.search-wrap {
    margin-top: 40px;
}

.search-wrap input#q {
    background: transparent;
    float: left;
    width: 85%;
    margin: 8px 5px;
    padding: 2px 0;
    text-indent: 15px;
    color: #8C8C8C;
    border: 2px solid #8C8C8C;
    border-radius: 5px;
}

.search-wrap input.search-button {
    background-image: url('../images/search-icon.png');
    background-color: transparent;
    border: none;
    height: 30px;
    width: 29px;
    background-repeat: no-repeat;
    margin: 7px 0px;
    float: right;
}


/* Mobile Social Media */

@media (max-width: 990px) {
    li.social-wrap {
        display: inline-block !important;
    }
}


/*--------------------------------------------------------
    INDEX / MAIN BODY
--------------------------------------------------------*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#slide-container .carousel-inner>.item>img {
    width: 100%;
}

#main-container {
    background-color: #19AFDD;
    /* REPLACE:COLOR_2 */
}

.home-content {
    padding: 60px 15px;
}

.home-content h1,
.home-content p {
    color: #fff;
}

#link-container {
    padding: 40px 0;
}

#quick-links h1 {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}

#quick-links p {
    color: #333333;
}

#who-we-are img,
#what-we-do img,
#contact-us img {
    margin: 0 auto;
    display: block;
}

#posts-container {
    background-color: #19AFDD;
    /* REPLACE:COLOR_2 */
    padding: 30px 0;
}

#posts-container img {
    float: left;
    display: inline-block;
    margin-right: 5px;
}

#posts-container h3 {
    display: block;
    line-height: 50px;
    color: #fff;
}

.news-item {
    padding: 15px 0;
    float: left;
}

p.news-title {
    color: #DCF6F7;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-weight: 300;
}

span.news-blurb {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

a.news-title-link,
a.ev-title-link {
    color: #fff;
}

.event-details {
    padding: 15px 0;
}

span.event-date {
    float: right;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

p.event-title {
    color: #DCF6F7;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-weight: 300;
}

span.event-blurb {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

#post-title img {
    /*float: left;*/
}

#post-title h3 {
    /*float: left;*/
    margin-left: 15px;
}

#post-feed {
    float: left;
}


/* Slideshow */

.slideshow-wrap {
    margin-bottom: 0px;
    position: relative;
}

.slideshow-wrap .container {
    width: 100%;
}

.slideshow-wrap img {
    width: 100%;
}
.slideshow-wrap .carousel-inner .item img {
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}

.slideshow-wrap a {
    text-decoration: none;
}

.slideshow-wrap [class*="col-"] {
    padding: 0;
}

.slideshow-wrap .row {
    padding: 0px !important;
}

.carousel-caption {
    background: rgba(140, 140, 140, .2);
}

p.caption-text {
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

p.alt-text {
    color: #fff;
    text-shadow: none;
    font-size: 16px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left: 6px !important;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 10px;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin-left: 6px !important;
    background: #0776A0;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-control.left {
    background-image: none;
    text-shadow: none;
    color: #0776A0;
    font-size: 45px;
    font-weight: bold;
    line-height: 35px;
    opacity: 1;
    top: 0px;
    left: auto;
    bottom: 0;
    margin: auto;
    margin-left: 15px;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    width: 45px;
    background: #fff;
    border: 1px solid #0776A0;
    border-radius: 50px;
}

.carousel-control.right {
    background-image: none;
    text-shadow: none;
    color: #0776A0;
    font-size: 45px;
    font-weight: bold;
    line-height: 35px;
    opacity: 1;
    top: 0px;
    left: auto;
    bottom: 0;
    margin: auto;
    margin-right: 15px;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    width: 45px;
    background: #fff;
    border: 1px solid #0776A0;
    border-radius: 50px;
}


/* Conference - Become member */

#conference-section-wrap p,
#become-section-wrap p {
    color: #fff;
}

#conference-section-wrap p,
#conference-section-wrap a,
#conference-section-wrap p a,
#become-section-wrap p,
#become-section-wrap a,
#become-section-wrap p a {
    color: #fff;
}

#conference-section-wrap a,
#conference-section-wrap p a,
#become-section-wrap a,
#become-section-wrap p a {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-weight: 400;
}


/*--------------------------------------------------------
    CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

#main-container-page {
    background-color: #ffffff;
}

#page {
    min-height: calc(100vh - 237px);
    padding-top: 20px;
    padding-bottom: 20px;
}

#page a {
    color: #42879b;
}


/*--------------------------------------------------------
    CSS STYLE FOR MMS Page
--------------------------------------------------------*/

#gm-addnew a {
    color: #fff !important;
}


/*--------------------------------------------------------
    FOOTER
--------------------------------------------------------*/

#footer-container {
    background-color: #0053A5;
    /* REPLACE:COLOR_1 */
}

#footer-wrap {
    padding-top: 20px;
    padding-bottom: 10px;
}

#footer-wrap p {
    text-align: center;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

#footer-wrap a {
    color: #fff;
    font-family: 'Lato', sans-serif;
}


/*--------------------------------------------------------
    MEDIA QUERY
--------------------------------------------------------*/

@media (min-width: 1000px) {
    .container {}
}

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    #main-menu {
        display: none;
    }
    #search input#q {
        margin: 8px 0px;
    }
    .logo-txt-wrap a {
        font-size: 20px;
        padding-left: 0px;
    }
}

@media (max-width: 990px) {
    .logo-txt-wrap {
        width: 100%;
    }
    .logo-txt-wrap a {
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
}

@media (max-width: 767px) {
    .container {}
    #logo-wrap img {
        width: 85px;
    }
    #search input#q {
        width: 80%;
        margin: 8px 0 8px 5px;
    }
    #link-container .column,
    #posts-container .column {
        margin-bottom: 20px;
    }
}

@media (min-width: 560px) and (max-width: 990px) {
    .logo-txt-wrap {
        width: 59%;
        padding-top: 10px;
    }
}

@media (max-width: 560px) {
    .logo-txt-wrap {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .container {}
    #logo-wrap {
        width: 100%;
        padding-bottom: 10px;
    }
    .logo-txt-wrap a {
        font-size: 20px;
        padding-top: 20px;
    }
    #right-area {
        width: 100%;
    }
    #search input#q {
        width: 85%;
    }
}


/*------------------------------------------------------------------------------------
                            Dropdown Menus - full/collapsed
--------------------------------------------------------------------------------------*/

.NP .dropdown-menu li {
    width: 100%;
}

.NP .nav .open>a,
.NP .nav .open>a:focus,
.NP .nav .open>a:hover {
    background-color: transparent;
}


/*----------------------------
    Mobile Menu
    
    --- INSTRUCTIONS ---
    For the most part, these mobile menu styles will be exactly like your regular navigation styles.
    There are a few things to watch out for however. I've marked specific items with two hash tags and caps,
    like ##ITEM. 
    
    ##TOP - There are three places where this exists, and each one should be the same as the other three.
            This item tells the mobile menu to start lower than the toggle button.
            
    ##DIRECTION - This item tells your mobile menu which direction to slide in from, and has a few
        different parts. Changing "left" to "top" in each ##DIRECTION would have the menu slide in from the top. Bottom is a bad choice here.
        ##DIRECTION-01 - slides in from the side you specify. This one is set negative as it is the starting position of the menu.
        ##DIRECTION-02 - sets the duration of the slide, and again which direction it slides from.
        ##DIRECTION-03 - sets the "open" position. This will be the zeroed out version of ##DIRECTION-01
    
    --------------------
------------------------------*/


/*---------------------------------------------
        Mobile Menu
---------------------------------------------*/


/*-------------------------------------toggle*/

button#mobile-toggle {
    width: 37px;
    height: 37px;
    display: none;
    position: absolute;
    right: 15px;
    bottom: 30px;
    border: 2px solid #002857;
    border-radius: 4px;
    padding: 8px 5px;
    background-color: white;
    box-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

@media (max-width: 990px) {
    button#mobile-toggle {
        display: inline-block;
    }
}

button#mobile-toggle svg * {
    fill: #002857;
}


/*--------------------------------end--toggle*/

#mobile-menu>li#triggerClose {
    display: inline;
    float: right;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;
}

#mobile-menu>li#mobile-logo {
    position: relative;
    left: -15px;
    top: -10px;
}

#mobile-menu>li#mobile-logo>a {
    display: inline;
    max-width: 80%;
}

#mobile-menu>li #q {
    width: 80%;
}

#mobile-menu>li>a {
    width: 174px;
    min-height: 32px;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: transparent;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #5485A3;
    -webkit-transition: color .25s;
    transition: color .25s;
    text-decoration: none;
}

#mobileMenuWrapper {
    /*
    The menu wrapper is the div that surrounds the mobile menu.
    You'll want to make sure this has a background of some sort so the text shows up/doesn't appear over other text
    Setting bottom:0px; is needed to make a long menu scroll-able.
    
    
    
    /* REQUIRED */
    position: fixed;
    top: 0px;
    bottom: 0px;
    /* If having the menu slide in from the top or bottom, comment out this line */
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    /* CHANGEABLE-ISH */
    left: -120%;
    /* Change this to left, right, top, or bottom.  You'll also have to make a change in the open state */
    width: 300px;
    /* The mobile menu works best with a pre-defined width. Percentages also work great here. */
    /* CHANGEABLE */
    background-color: #fff;
    /* REPLACE:COLOR_1 */
    border-right: 3px solid #0776a0;
    /* Transition - bump */
    transition: left .3s;
    /* ##DIRECTION-02 */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    /* older webkit */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    -moz-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    -o-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
}

#mobileMenuWrapper.open {
    left: 0px;
    /* This is required.  If you changed the direction attribute above, change it here too. */
    bottom: 0px;
    /* This line is here for bottom/top slide-ins.  See note on bottom above.*/
}


/* REQUIRED - Dropdown menu item transition states*/

#mobileMenuWrapper .mDropdown {
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}


/* REQUIRED - Sets the ULs to not have dots, or be spaced in the typical UL fashion. */

#mobileMenuWrapper ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


/* OPTIONAL-ISH - These are the settings for the base menu UL */

#mobileMenuWrapper #mobile-menu {
    overflow: auto;
    padding: 15px 15px 15px 10px;
}


/* OPTIONAL-ISH - This sets each link on its own line fo' sho' */


/*#mobileMenuWrapper a, #mobileMenuWrapper div{
    display: block;
}*/


/* OPTIONAL - The actual A's. Style them as you wish*/


/* Top Level / all*/

#mobileMenuWrapper #mobile-menu a {
    display: inline-block;
    width: 100%;
}


/* dropdown only */

#mobileMenuWrapper .mDropdown a {
    padding: 8px;
    margin-bottom: 10px;
}

#mobile-menu>li>ul {
    background-color: rgba(0, 0, 0, .04);
}


/*------------------------------------------------------------------------------------
                                @Media and Sizes
--------------------------------------------------------------------------------------*/


/*------ Nav collapse @ Tablet size ------*/

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    /*.dropdown-menu {
        border: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/
}

@media (min-width: 768px) and (max-width: 990px) {}

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

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