.menuBtnWrapper, #mobileMenu {
    display: none;
}

.navigation {
    position: relative;
    z-index: 99;
    font-size: 17px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #C7ECFD 0%, #8BD4F5 100%);
    background: -moz-linear-gradient(270deg, #C7ECFD 0%, #8BD4F5 100%);
    background: -webkit-linear-gradient(270deg, #C7ECFD 0%, #8BD4F5 100%);
    background: -o-linear-gradient(270deg, #C7ECFD 0%, #8BD4F5 100%);
    line-height: 60px;
    -webkit-box-shadow: 0 5px 4px 1px #a6b6bd;
    box-shadow: 0 3px 2px 1px #a6b6bd;
    position: relative;
    height: 58px;
    overflow: hidden;
}

nav .container {
    position: relative;
}

nav ul li {
    display: inline-block;
    padding: 0px;
    //overflow:hidden;
    text-transform:: uppercase;
    /*position: relative;*/
    vertical-align: top;
}

    nav ul li a, nav ul li .childMarker {
        color: #0060a0;
        cursor: pointer;
        padding: 0px 16px;
        text-transform: uppercase;
        display: block;
        font-weight: 500;
        text-align: center;
        font-size: 17px;
        transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

nav ul .toggle_action a {
    border: 0;
}

.noPadding a {
    padding-right: 0;
}

nav ul li .submenu ul li a {
    color: #42a2e2;
    font-size: 15px;
    line-height: 20px;
    padding: 0px;
    text-transform: none;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 0px solid #cbcbcb;
}

.submenu:hover h3 a {
    border-radius: 0px;
}

.homeIcon {
    font-size: 25px;
    vertical-align: -3px;
}

nav ul li .submenu ul li a:hover {
    font-size: 15px;
    line-height: 20px;
    padding: 0px;
    text-transform: none;
    letter-spacing: 1px;
    border-radius: 0px;
    border: 0px solid #cbcbcb;
    background: none;
}

nav ul li .submenu h3 a {
    color: #0060a0;
    line-height: 20px;
}

    nav ul li .submenu h3 a:hover {
        background: none;
        color: #0060a0;
    }

nav ul li .submenu a:hover, nav ul li .submenu .childMarker:hover, nav ul li .submenu .childMarker {
    color: #0060a0;
    border: 0px solid #cbcbcb;
    border-radius: 0px;
    box-shadow: 0 0 0px #cbcbcb;
}

nav ul li a:hover, nav ul li .childMarker:hover {
    color: #0060a0;
    background: -moz-linear-gradient(270deg, rgba(244,251,255,1) 0%, rgba(232,247,253,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244,251,255,1)), color-stop(100%, rgba(232,247,253,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(244,251,255,1) 0%, rgba(232,247,253,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(244,251,255,1) 0%, rgba(232,247,253,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(244,251,255,1) 0%, rgba(232,247,253,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(244,251,255,1) 0%, rgba(232,247,253,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fbff', endColorstr='#e8f7fd',GradientType=0 ); /* ie6-9 */
}

nav ul li.active a {
    background: -moz-linear-gradient(270deg, rgba(178,222,247,1) 0%, rgba(125,201,240,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(178,222,247,1)), color-stop(100%, rgba(125,201,240,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(178,222,247,1) 0%, rgba(125,201,240,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(178,222,247,1) 0%, rgba(125,201,240,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(178,222,247,1) 0%, rgba(125,201,240,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(178,222,247,1) 0%, rgba(125,201,240,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2def7', endColorstr='#7dc9f0',GradientType=0 ); /* ie6-9 */
    margin-right: 5px;
    line-height: 54px;
}

    nav ul li.active a i {
        padding: 0 4px;
        vertical-align: -4px;
    }

nav ul li div.submenu {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    display: none;
}

nav ul li:hover > div.submenu {
    max-height: 1000px;
    overflow: visible;
    margin: 0px 0 0 0;
    opacity: 1;
    display: block !important;
}
/*nav ul li div.submenu ul{ width:210px; float:left;}*/
nav ul li div.submenu div {
}

    nav ul li div.submenu div:last-child {
        margin-right: 0px;
    }

nav ul li div.submenu .menu_row {
    width: 100%;
}

.submenu h3 {
    border-bottom: 1px solid #abaeb2;
    position: relative;
    color: #000000;
    padding: 0 0 8px 0px;
    margin-bottom: 5px;
}

    .submenu h3:after {
        /*	content:'';
	position:absolute;
	right:-17px;
	top:-15px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000000;
	height: 0;
	width: 0;
	margin:10%;
*/
    }

    .submenu h3 a {
        font-size: 17px;
        font-weight: 400;
        padding: 0px;
        color: #0060a0;
        text-align: left;
    }

nav ul li div.submenu ul li {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0px;
    background: url(../images/squre.png) no-repeat left center;
}

    nav ul li div.submenu ul li:last-child {
        border-radius: 0 0 5px 5px;
    }

    nav ul li div.submenu ul li:hover {
        margin: 0px;
    }

    nav ul li div.submenu ul li ul {
        float: left;
        position: absolute;
        left: 151px;
        top: 0;
        width: 0;
        margin: 0 0 0 -20px;
    }

    nav ul li div.submenu ul li:hover > ul {
        margin: 0;
        width: auto;
    }

nav ul li div ul li a, nav ul li div ul li a:hover, nav ul li div ul li ul li a, nav ul li div ul li ul li a:hover {
    border-radius: 0px;
    text-align: left;
}

.navSearchBtn .input {
    background-color: inherit;
    border: 0px;
    font-size: 16px;
    font-weight: 600;
    width: 75px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    cursor: default;
}

.navSearchBtn .btn {
    background: none;
    border: 0;
    cursor: pointer;
}

.navSearchBtn {
    position: absolute;
    bottom: -30%;
    right: 14%;
    z-index: 999999;
}

    .navSearchBtn a:hover input, .navSearchBtn a:hover i {
        color: #4d99d3;
    }

.submenu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, .3);
    display: none;
    position: relative;
    padding: 20px 20px 0;
}

.innerPage .submenu {
    top: 61px;
}

.submain img {
    margin-right: 11px;
}

.submenu li {
    float: left;
}

@media (min-width: 1280px) and (max-width: 1921px) {
    .navSearchBtn {
        right: 18%;
    }
}

@media (min-width: 981px) and (max-width: 1024px) {
    nav ul li {
        margin: 0 15px;
    }

    .navSearchBtn {
        right: 21%;
    }

    .menuBtnWrapper {
        padding-top: 0 !important;
    }

        .menuBtnWrapper i {
            vertical-align: middle !important;
        }
}

@media (min-width: 768px) and (max-width: 980px) {
    nav ul li {
        margin: 0 15px;
    }

    .navSearchBtn {
        right: 8%;
    }

    .menuBtnWrapper {
        padding-top: 0 !important;
    }

        .menuBtnWrapper i {
            vertical-align: middle !important;
        }
}

@media (max-width: 1024px) {
    #contents {
        position: relative;
        /*min-height: 2088px;*/
        box-shadow: -5px 0px 5px 1px rgba(0, 0, 0, 0.7);
        background-color: #fff;
    }

    .menuBtnWrapper {
        display: block;
    }

    .navigation {
        display: none;
    }

    #mobileMenu li.active {
        background-color: transparent;
    }

        #mobileMenu li.active a {
            color: #fff;
        }

        li.active a,, #mobileMenu li.active:hover a {
            color: #006e74;
        }

    .navigation nav li a, .childMarker {
        font-size:: 13px;
    }

    .navSearchBtn a, .navSearchBtn input {
        color: #fff;
    }

        .navSearchBtn a:hover, .navSearchBtn a:hover i, .navSearchBtn a:hover input {
            color: #fff;
        }

    .navSearchBtn {
        bottom: -29%;
        right: 0%;
    }

    #menuBtn {
        z-index: 1000;
        cursor: pointer;
    }

    .menuBtnWrapper {
        text-align: right;
        padding-top: 30px;
        padding-right: 20px;
        background: linear-gradient(270deg, #C7ECFD 0%, #8BD4F5 100%);
        background: -moz-linear-gradient(270deg, #C7ECFD 0%, #8BD4F5 100%);
        background: -webkit-linear-gradient(270deg, #C7ECFD 0%, #8BD4F5 100%);
        background: -o-linear-gradient(270deg, #C7ECFD 0%, #8BD4F5 100%);
    }

        .menuBtnWrapper i {
            cursor: pointer;
            font-size: 30px;
            margin: 10px 0;
            position: relative;
            color: #0060a0;
            transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

    .slideOut .menuBtnWrapper {
        transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

    #mobileMenu {
        display: none;
        background-color: #0060a0;
        height: 10000%;
        right: 0;
        overflow: hidden;
        position: fixed;
        -moz-transition: width 200ms;
        -o-transition: width 200ms;
        -webkit-transition: width 200ms;
        transition: width 200ms;
        top: 0;
        width: 200px;
        z-index: 0;
        box-shadow: -5px 0px 2px 1px rgba(0, 0, 0, 0);
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

        #mobileMenu div[data-bind="with: cipUserActions"] a {
            color: #000;
            display: block;
            line-height: 36px;
            padding: 0 10px;
            text-decoration: none;
            width: 180px;
        }

            #mobileMenu div[data-bind="with: cipUserActions"] a:hover {
                background-color: #ecebe6;
            }

        #mobileMenu ul {
            position: relative;
            width: 200px;
        }

            #mobileMenu ul li {
                color: #4d99d3;
                border-bottom: 1px solid rgba(255, 255, 255, 0.14);
                list-style: none;
            }

                #mobileMenu ul li a, #mobileMenu ul li .childMarker {
                    color: #959595;
                    font-size: 15px;
                    font-weight: 500;
                    color: #fff;
                    cursor: pointer;
                    display: block;
                    line-height: 28px;
                    padding: 4px 10px;
                    text-decoration: none;
                    width: 201px;
                }

                    #mobileMenu ul li a:hover, #mobileMenu ul li:hover .childMarker {
                    }

                    #mobileMenu ul li .childMarker i {
                        background-color: transparent;
                        color: #003580 font-size: 17px;
                        line-height: 28px;
                        position: relative;
                        margin-left: 10px;
                        vertical-align: bottom;
                    }

                    #mobileMenu ul li a i {
                        background-color: transparent;
                        color: #ffffff;
                        font-size: 22px;
                        line-height: 30px;
                        position: relative;
                        vertical-align: bottom;
                    }

        #mobileMenu .cipNavBarItemLast {
            padding-left: 10px;
        }

        #mobileMenu .fa-angle-double-left {
            color: #000;
        }

        #mobileMenu .submenu ul li a {
            color: #fff;
        }

        #mobileMenu. .submenu {
            color: #000;
        }

        #mobileMenu .submenu .backLinkContainer a {
            color: #000;
        }

        #mobileMenu .submenu h3:after {
            display: none;
        }

        #mobileMenu ul li .submenu {
            background-color: #0060a0;
            display: none;
            font-size: 17px;
            left: 200px;
            padding: 0px;
            position: absolute;
            -moz-transition: transform 200ms ease 0s;
            -o-transition: transform 200ms ease 0s;
            -webkit-transition: transform 200ms ease 0s;
            transition: transform 200ms ease 0s;
            top: 0;
            width: 232px;
            z-index: 10000;
        }

            #mobileMenu ul li .submenu li:last-child {
                /*border-bottom:0px solid #fff;*/
            }

            #mobileMenu ul li .submenu li .backLink {
                padding-left: 30px;
            }

                #mobileMenu ul li .submenu li .backLink i {
                    background-color: transparent;
                    color: #fff;
                    font-size: 17px;
                    line-height: 28px;
                    left: 12px;
                    position: absolute;
                    margin: 0;
                }

    .slideOut {
        animation: slideOut 200ms;
        animation-fill-mode: forwards;
        -webkit-animation: slideOut 200ms;
        -webkit-animation-fill-mode: forwards;
    }

    .submenu {
        box-shadow: none;
        padding: 0 !important;
        border: 0;
        margin-left: 0 !important;
    }

        .submenu li {
            float: none;
        }

        .submenu h3 {
            border-bottom: 1px solid #d9d9d9;
            color: #fff;
        }

    @-webkit-keyframes slideOut {
        from {
            right: 0px;
        }

        to {
            right: 200px;
        }
    }

    @keyframes slideOut {
        from {
            right: 0px;
        }

        to {
            right: 200px;
        }
    }

    .slideIn {
        animation: slideIn 200ms;
        animation-fill-mode: forwards;
        -webkit-animation: slideIn 200ms;
        -webkit-animation-fill-mode: forwards;
    }

    @-webkit-keyframes slideIn {
        from {
            right: 200px;
        }

        to {
            right: 0px;
        }
    }

    @keyframes slideIn {
        from {
            right: 200px;
        }

        to {
            right: 0px;
        }
    }

    #contents {
        box-shadow: -5px -6px 5px 1px rgba(0, 0, 0, 0.7);
    }
}

#contents {
    box-shadow: -5px -6px 5px 1px rgba(0, 0, 0, 0.7);
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {
    #mobileMenu .div_toggle {
        display: none;
    }

    .submenu h3 {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    #mobileMenu .toggle_action {
        background: rgba(255, 255, 255, 0.11) none repeat scroll 0 0;
        position: relative;
        cursor: pointer;
    }

        #mobileMenu .toggle_action a {
            font-size: 13px;
        }

        #mobileMenu .toggle_action .plus:after {
            background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
            border-radius: 50%;
            color: #ffffff;
            content: "+";
            font-style: normal;
            height: 20px;
            line-height: 19px;
            position: absolute;
            right: 9px;
            text-align: center;
            top: 8px;
            width: 20px;
        }

        #mobileMenu .toggle_action.active .plus:after {
            content: "-";
        }
}

@media (max-width: 767px) {
    .menuBtnWrapper {
        padding-top: 0px;
    }

    .submenu h3 {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .menuBtnWrapper i {
        vertical-align: middle;
    }
}
