@font-face {
    font-family: 'HalisR-Book';
    src: url('fonts/HalisR-Book.eot');
    src: url('fonts/HalisR-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/HalisR-Book.woff2') format('woff2'),
        url('fonts/HalisR-Book.woff') format('woff'),
        url('fonts/HalisR-Book.ttf') format('truetype'),
        url('fonts/HalisR-Book.svg#HalisR-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HalisR-ExtraLight';
    src: url('fonts/HalisR-ExtraLight.eot');
    src: url('fonts/HalisR-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/HalisR-ExtraLight.woff2') format('woff2'),
        url('fonts/HalisR-ExtraLight.woff') format('woff'),
        url('fonts/HalisR-ExtraLight.ttf') format('truetype'),
        url('fonts/HalisR-ExtraLight.svg#HalisR-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'HalisR-Black';
    src: url('fonts/HalisR-Black.eot');
    src: url('fonts/HalisR-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/HalisR-Black.woff2') format('woff2'),
        url('fonts/HalisR-Black.woff') format('woff'),
        url('fonts/HalisR-Black.ttf') format('truetype'),
        url('fonts/HalisR-Black.svg#HalisR-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HalisR-Bold';
    src: url('fonts/HalisR-Bold.eot');
    src: url('fonts/HalisR-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HalisR-Bold.woff2') format('woff2'),
        url('fonts/HalisR-Bold.woff') format('woff'),
        url('fonts/HalisR-Bold.ttf') format('truetype'),
        url('fonts/HalisR-Bold.svg#HalisR-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HalisR-Light';
    src: url('fonts/HalisR-Light.eot');
    src: url('fonts/HalisR-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/HalisR-Light.woff2') format('woff2'),
        url('fonts/HalisR-Light.woff') format('woff'),
        url('fonts/HalisR-Light.ttf') format('truetype'),
        url('fonts/HalisR-Light.svg#HalisR-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HalisR-Regular';
    src: url('fonts/HalisR-Regular.eot');
    src: url('fonts/HalisR-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/HalisR-Regular.woff2') format('woff2'),
        url('fonts/HalisR-Regular.woff') format('woff'),
        url('fonts/HalisR-Regular.ttf') format('truetype'),
        url('fonts/HalisR-Regular.svg#HalisR-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HalisR-Thin';
    src: url('fonts/HalisR-Thin.eot');
    src: url('fonts/HalisR-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/HalisR-Thin.woff2') format('woff2'),
        url('fonts/HalisR-Thin.woff') format('woff'),
        url('fonts/HalisR-Thin.ttf') format('truetype'),
        url('fonts/HalisR-Thin.svg#HalisR-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HalisR-Medium';
    src: url('fonts/HalisR-Medium.eot');
    src: url('fonts/HalisR-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/HalisR-Medium.woff2') format('woff2'),
        url('fonts/HalisR-Medium.woff') format('woff'),
        url('fonts/HalisR-Medium.ttf') format('truetype'),
        url('fonts/HalisR-Medium.svg#HalisR-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

h1, h2, h3, h4{
    font-family: "HalisR-Bold", sans-serif;
    text-transform: uppercase;
}
h1{
    color: #0C2340;
    font-size: 32px;
    text-align: center;
}
h3{
    font-size: 28px;
    color: #CED3D8;
    margin-top: 0px;
    text-align: center;
}
h4{
    font-size: 24px;
}
h6, h5{
    font-family: 'HalisR-Medium', sans-serif;
}
p, a, button, input, select{
    font-family: 'HalisR-Regular', sans-serif;
}
p{
    color: #777C83
}
a{
    text-decoration: none !important;
}
body{
    background-repeat: no-repeat;
    background-size: cover;
}
#infoMessage{
    text-align: center;
    background-color: red;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'HalisR-Regular', sans-serif;
}
#infoMessage p{
    color: #fff;
}
.messageBar{
    text-align: center;
    font-size: 18px;
}
.messageBar p{
    color: #fff;
    padding: 4px 0px;
    border-radius: 10px;
}
.messageBar #success{
    background-color: green;
}
.messageBar #error{
    background-color: red;
}
header{
    border-bottom: 10px solid #D8D8D8;
}
header input[name='search']{
    font-family: 'HalisR-Light', sans-serif;
    font-size: 16px;
    color: #0070B8;
    background-color: #ededed;
    border: 0;
    padding: 4px 5px 4px 35px;
    background-image: url("images/search-icon.png");
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 7px 6px;
}
header .header-search{
    opacity: 1;
}
header{
    position: fixed; 
    top: 0; 
    width: 100%; 
    z-index: 999;
}
.f-nav .header-search{
    opacity: 0;
}
header.f-nav{
    height: 50px !important;
    border-bottom: 5px solid #D8D8D8;
    background-color: #fff;
}
header.f-nav .navbar-brand{
    padding: 4px 25px;
}
header.f-nav .navbar-nav{
    margin-top: 8px;
}
header, header *{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header input[name='search']::placeholder{
    color: #d1d4d8;
    position: relative;
    left: 35px;
    font-family: 'HalisR-Medium', sans-serif;
}
footer{
    margin-top: 55px;
    margin-right: 5em;
    background-color: rgba(136,136,137,0.2);
    width: 100%;
    padding: 20px 0 15px;
}
footer p{
    font-size: 12px;
    margin: 2px 0 0 0;
    color: #0C2340 !important;
}
ul.sitemap-links{padding: 0; margin: 0; float: right; text-align: right;}
ul.sitemap-links li{
    display: inline-block; padding:0 20px;
    border-right:1px solid #3e1914; line-height: 12px;
}
ul.sitemap-links li:last-child{padding-right: 0;border-right:0px solid #0C2340;}
ul.sitemap-links li a{color: #0C2340;font-size: 12px;}
.navbar {
    margin-bottom: 0px;

}
.navbar-default {
    background-color: transparent;
    border-color: transparent;   
}
.navbar-brand {
    height: inherit;
    padding: 28px 25px;
}
.navbar-default .navbar-nav{
    z-index: 99;
    position: relative;
}
.navbar-default .navbar-nav > li{
    padding: 5px 15px;
    color: #0070B8;
}
.navbar-default .navbar-nav > li > a{
    color: #0070B8 ;
    text-decoration: none !important;
    padding: 0px;
    font-size: 16px;
    font-family: "HalisR-Medium", sans-serif;
}
.navbar-default .navbar-nav > li.active > a,.navbar-default .navbar-nav > li:hover > a{
    color: #0c2240 !important;
    background-color: transparent !important;
    color: #0070B8;
    text-decoration: none;
    padding: 0px;
    
}

header.f-nav .navbar-brand>img{
    width: 85px;
}

.navbar-default .navbar-nav > li ul{
    background-color: #182e48; padding: 15px 0 10px 0;
    box-shadow: 0 0 0 0; border:0;border-radius: 0;left:8px;right: auto; z-index: 9;
    top: 36px;
}
.navbar-default .navbar-nav > li ul:before{
    content: "";
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-top: 33px solid white;
    position: relative;
    top: 10px;
    left: -8px;
}
.navbar-default .navbar-nav > li:hover ul{display: block;  }
.navbar-default .navbar-nav > li ul li a{
    color: #fff; 
    padding: 2px 10px; 
    font-size: 12px; 
    display: block;
    font-weight: 400;
    line-height: 18px; 
    font-family: 'HalisR-Bold', sans-serif;
}
.navbar-default .navbar-nav > li ul li:hover a,.navbar-default .navbar-nav > li ul li.active a{color: #0c2240; background-color: #fff; }
.navbar-nav{
    margin-top: 20px;
}
.media-wrap .social-media, .media-wrap .info{
    text-align: center;    
}
.media-wrap .info{
    margin: 50px 0px;
}
.media-wrap .social-media h6{
    color: #777C83;
    font-size: 12px;
    margin-top: 10px;
    font-family: "HalisR-Bold", sans-serif;
}
.media-wrap .social-media a{
    position: relative;
    display: inline-block;
    width: 32px;
    margin: 0px 10px;
}
.media-wrap .social-media a img{
    width: 100%;
    height: auto;
}
.media-wrap .social-media a:first-child:after{
    content: "";
    position: absolute;
    right: 0px;
    border-right: 2px solid #707070;
    height: 100%;
    margin-right: -12px;
}
.media-wrap .social-media, .media-wrap .info{
    text-align: center;
}
.media-wrap .info p{
    font-size: 16px;
    font-family: 'HalisR-Bold', sans-serif;
    color: #0D2240;
}

.media-wrap .social-media .icons{margin: 18px; 0}

/* Login Page */
.login-sec header{
    border-bottom: none;
}
.login-sec{
    padding: 40px 0 20px;
}
.login-sec h1{
    font-size: 32px;
}
.login-sec form{
    display: block;
    margin: auto;
    width: 330px;
    text-align: center;
    background-color: #0C2340;
    margin: 60px auto 30px auto;
}
.login-sec form .title{
    background-color: #0070B8;
    color: #fff;
    padding: 8px 0px;
}
.login-sec form .title h4{
    margin: 0;
}
.login-sec form .body{
    padding: 25px 60px 10px;
    text-align: left;
}
.login-sec form .form-group input[type="text"]::placeholder, 
.login-sec form .form-group input[type="password"]::placeholder{
    text-align: left;
}
.login-sec form .form-group input[type="text"], .login-sec form .form-group input[type="password"]{
    width: 100%;
    font-family: 'HalisR-Medium', sans-serif;
    font-size: 18px;
    padding: 0px 5px; 
    color: #000;
    background-color: rgba(247,  250, 255,0.8);
    border:1px solid #707070;
    height: 31px;
}
.login-sec form .form-group input[type="text"]::placeholder, .login-sec form .form-group input[type="password"]::placeholder{
    position: relative;
    left: 5px;
    color: #fff;
}
.login-sec form .checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #fff;
    font-family: 'HalisR-Medium', sans-serif;
    font-size: 16px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login-sec form .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.login-sec form .checkbox-wrap .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 24px;
    background-color: #eee;
}
.login-sec form .checkbox-wrap:hover input ~ .checkmark {
    background-color: #ccc;
}
.login-sec form .checkbox-wrap input:checked ~ .checkmark {
    background-color: #0070B8;
}
.login-sec form .checkbox-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.login-sec form .checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
}
.login-sec form .checkbox-wrap .checkmark:after {
    left: 9px;
    top: 2px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login-sec form .form-group:nth-child(3), .login-sec form .form-group:nth-child(4){
    text-align: left;
}
.login-sec form .form-group .submit_btn{
    font-family: 'HalisR-Medium', sans-serif;
    background-color: #0070B8;
    color: #fff;
    font-size: 16px;
    border: 0px;
    padding: 3px 12px 4px;
    width: 129px;
    margin-top: 5px;
}
.login-sec form .forgot-password{
    padding-bottom: 25px;
}
.login-sec form .forgot-password a{
    color: #fff;
    font-family: 'HalisR-Medium', sans-serif;
    font-size: 16px;
}

/* Forgot Password */
.forgot-password header{
    border-bottom: none;
}
.forgot-password form{
    display: block;
    margin: auto;
    width: 395px;
    text-align: center;
    background-color: #0C2340;
    margin-top: 40px
}
.forgot-password form .title{
    background-color: #0070B8;
    color: #fff;
    padding: 8px 0px;
}
.forgot-password form .title h4{
    margin: 0;
}
.forgot-password form .body{
    padding: 25px 45px;
}
.forgot-password form .body p{
    color: #fff;
    font-family: "HalisR-Regular", sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.forgot-password form .form-group input[type="text"]{
    width: 100%;
    font-family: 'HalisR-Bold', sans-serif;
    font-size: 16px;
    padding: 0px 5px; 
}
.forgot-password form .form-group input[type="text"]::placeholder{
    position: relative;
    left: 10px;
}
.forgot-password form .form-group input[type="submit"]{
    font-family: 'HalisR-Bold', sans-serif;
    background-color: #0070B8;
    color: #fff;
    font-size: 16px;
    border: 0px;
    padding: 3px 12px 4px;
}

/* Home Page */
.home .media-wrap{
    margin: 60px 0px 0px;
}
.home .list-wrap{
    margin: 60px 0px 0px;
    text-align: center;
}
.home .list-wrap .item{
   display: inline-block;
   width: 29.3%;
    margin: 0 20px 35px;
    overflow: hidden;
    position: relative;
    min-height: 125px;
}
.home .list-wrap .item img{width: 100%; height: auto;}

.home .list-wrap .item .text-con{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 210px;
    height: 125px;
    background-color: rgba(8,33,62,0.8);
    color: #fff;
    text-align: center;
    margin: auto;
    display: inline-block;
}
.home .list-wrap .item .text-con i{
    font-size: 26px;
    font-style: normal;
    text-transform: uppercase;

    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
}

/* Landing Page */
.landing{
    background-image: none;
}
.landing .item{
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 175px;
}
.landing .item a{
    display: block;
    margin: auto;
    width: auto;
    transition: 0.4s all ease-in-out;
}
.landing .item a:hover{
    transform: scale(1.2);
}
.landing .item img{
    display: block;
    margin: auto auto 20px;
}
.landing .item .text-con{
    display: block;
    text-align: center;
    padding: 0px 28px;
    text-align: center;
}
.landing .item .text-con i{
    display: block;
    font-style: normal;
    font-size: 21px;
    line-height: 28px;
    color: #0D2240;
    font-family: "HalisR-Medium", sans-serif;
}
.landing .item:hover .text-con i{
    color: #0070B8 !important;
}
.landing .item .text-con em{
    font-style: normal;
    font-size: 14px;
    color: #777C83;
    font-family: "HalisR-Regular", sans-serif;
}

/* Americas Landing Page & Monitoring process */
.subpage header{
    background-color: #fff !important;
}
.subpage .body-wrap{
    padding: 40px 0px;
}
.subpage h3 {
    margin-bottom: 35px;
}
.subpage.landing .framework ul.folder-framework{
    margin-top: 30px;
}

.subpage.landing .framework ul.folder-framework > li > div, .subpage.landing .framework ul.folder-framework > li > div > .inner-list > li, .subpage.landing .framework ul.folder-framework > li > div > .inner-list > li > a{
    padding-left: 0px;
    margin-left: 0px;
}

.subpage.landing .framework ul.folder-framework > li > div > .inner-list > li{
    padding-left: 10px;
}

.list-process{
    padding: 0 40px; 
    margin: 0; 
    display: block;
}
.list-process li{
    background:url(images/light-blue-folder.svg) no-repeat top center;
    width: 200px;
    height: 160px;
    display: inline-block;
    margin: 34px;  
    background-size: contain; 
}
.list-process li h6{
    padding: 55px 30px 15px 20px;
    width: inherit;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.list-process li h6 a{
    font-family: "HalisR-Medium", sans-serif; 
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.list-process li h6 a span{
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.quick-links_con{
    background-color: #0070b8; 
    padding: 20px 0 0px;
}
.quick-links_con h3{
    color: #fff;
    margin-top: 20px;
}
ul.quick-links{
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
}
ul.quick-links li{
    display: inline-block;
    text-align: center;
    width: 143px;
    min-height: 111px;
    vertical-align: top;
    margin-right: 40px;
}
ul.quick-links li:last-child{
    margin-right: 0px;
}
ul.quick-links li span{
    display: table;
    background-color: #CFD3D9;
    border-radius: 50%;
    width: 113px;
    height: 113px;
    margin: auto;
    margin-bottom: 15px;
}
ul.quick-links li span img{
    vertical-align: middle;
    display: table-cell;
    width: 75%;
    text-align: center;
    margin: auto;
    height: inherit;
    max-height: 70px;
    margin-top: 20px;
}
ul.quick-links li h4, ul.quick-links li h4 a{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    font-family: "HalisR-Medium", sans-serif;
}
.quick-search{
    background-image: url(images/bg-search_img.png);
    background-repeat: no-repeat; 
    background-size: cover;
    border-top: 32px solid #08213e;
    border-bottom: 32px solid #08213e;
    padding: 80px 0;
    position: relative;
}
.quick-search .search-wrap-con{
    width: 285px;
    margin: auto;
    position: relative;
}
.quick-search .inputsearch{
    width: inherit;
    height: 55px;
    display: block;
    margin: auto;
    background: url(images/search-icon.png) no-repeat left 10px center rgba(8,33,62,0.58);
    border: 0;
    color: #ffffff;
    font-size: 21px;
    line-height: 30px;
    font-family: "HalisR-Medium", sans-serif;
    text-align: center;
    padding: 4px 4px 4px 54px;
    background-size: 35px;
}
.quick-search .inputsearch::placeholder{
    color: #fff;
    opacity: 0.7;
    position: relative;
    left: -10px;
}
.quick-search .search_list {
    width: inherit;
    max-height: 250px;
    list-style: circle;
    margin: auto;
    border: 2px solid #000;
    border-radius: 5px;
    background-color: #fff;
    overflow-y: scroll;
    font-size: 18px;
    font-weight: 400;
    font-family: "HalisR-Medium", sans-serif;
    text-align: left;
    position: absolute;
    padding: 10px 20px 10px 30px;
    line-height: 30px;
    display: none;
}

.whats-next{
    padding:40px 0 90px; 
}
.whats-next > div {
    text-align: center;
}
.whats-next h3, .whats-next h4{ 
    font-weight: 500;
    margin-bottom: 54PX; 
}
.whats-next h3{    
    color: #08213e !important;
    font-size: 32px;
    text-align: center;   
    line-height: 40px;
}
.whats-next h4{
    color: #0070b8;
    font-size: 26px;
    line-height: 20px;
    text-align: left;
}
.whats-next .wats-img{
    width: 343px;
    height: 286px;
    overflow: hidden; 
    margin-bottom: 20px; 
    display: block;
    margin:auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.whats-next h5{
    color: #08213e;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.4285714px;   
    margin-top: 30px;  
    font-family: "HalisR-Regular",sans-serif;
}
.whats-next .read-more{
   color: #0070b8;
   font-family: "HalisR-Medium",sans-serif;
   font-size: 18px;
   font-weight: 400;
   line-height: 32px;
   letter-spacing: 0.4285714px;
   text-transform: uppercase; 
   display: block;
   margin-top: 15px; 
}
.quicklink-url{
    margin: 0px 0 55px;
    width: 100%;
    background: #08213e;
    padding: 10px 10px 2px;
    border-radius: 30px;
}
.quicklink-url p{
    color: #fff;
    font-family: "HalisR-medium",sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    display: block;
    padding-bottom: 0px;
}
.quicklink-url a{
    color: #fff;
    font-family: "HalisR-medium",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
}

/* Framework */
.framework.body-wrap{
    padding-bottom: 90px;
}
.framework h4{
    color: #0c2340;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 20px;
    font-family: "HalisR-Medium", sans-serif;
}
.framework h6{
    color: #777C83;
    font-size: 22px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
.framework ul{
    margin: 0 0 30px 0; 
    padding: 0;
    list-style: none;
}
.framework ul li{
    /*padding-left: 20px;
    clear: both;*/
    padding-bottom: 8px;
}
.framework ul.list-framework > li > ul > li{
    padding-left: 0px;
}
.framework ul.global-list{
    margin: 10px 0 35px 0; 
    padding: 0;
    list-style: none;
}
.framework ul li a{
    color: #0070b8;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    font-family: "HalisR-Regular", sans-serif;
}
.framework ul li iframe, .framework ul li video {
    float: left;
    width: 30%;
    border: 0px;
    min-height: 175px;
    margin-top: 30px;
    clear: both;
}
.framework ul li .text-con{
    float: left;
    margin-top: 30px;
    width: 65%;
    margin-left: 30px;
}
.framework ul li .text-con a{
    line-height: unset;
    float: left;
    margin-right: 10px;
    text-decoration: underline !important;
}
.framework ul li .text-con p{
    font-size: 18px;
    margin-bottom: 0px;
}
.framework .back-link-wrap{
    width: 100%;
    float: left;
}
.framework ul.folder-framework > li{
    background: url(images/inner-box-closed.svg) no-repeat top center;
    width: 178px;
    height: 148px;
    display: table;
    margin: 0px 28px 56px;
    background-size: contain;
    float: left;
    padding: 0px;
    cursor: pointer;
    transition: width 0.5s ease-out 0.3s;
}
.framework ul.folder-framework > li[aria-expanded="true"]{
    background: url(images/inner-box-open.svg) no-repeat top center;
    width: 100%;
    height: 95px;
    display: table;
    margin: 0px 0px 0px 28px;
    float: unset;
    position: relative;
    background-position: left top;
    background-size: 90px;
}
.framework ul.folder-framework > li[aria-expanded="true"]:after{
    content: "__";
    position: absolute;
    color: #0c2340;
    top: 33px;
    left: 30px;
    right: auto;
    text-align: center;
    width: 10px;
    height: 10px;
    font-size: 24px;
}
.framework ul.folder-framework > li h5{
    font-size: 16px;
    font-family: "HalisR-Medium",sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 20px 0px 10px;
    line-height: 25px;
    position: relative;
}
.framework ul.folder-framework > li[aria-expanded="true"] h5{
    float: left;
    color: #0c2340;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 95px;
    transition: all 0.4s ease-out;
}
.framework ul.folder-framework > li h5:after{
    content: "+";
    position: absolute;
    bottom: 15%;
    left: 47%;
    right: auto;
    text-align: center;
    width: 10px;
    height: 10px;
    font-size: 24px;
}
.framework ul.folder-framework > li[aria-expanded="true"] h5:after{
    display: none;
}
.framework ul.folder-framework .collapse{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0;
}
.framework ul.folder-framework > li[aria-expanded="true"]:last-child .collapse{
    margin-bottom: -20px;
}
.framework ul.folder-framework .collapse .inner-list{
    list-style: none;
    padding: 0px;
}
.framework ul.folder-framework .collapse .inner-list li{
    padding-left: 10px;
}
.framework ul.folder-framework .collapse .inner-list > li > h6 > ul > li{
    padding-left: 35px;
    padding-bottom: 0px;
}
.framework ul.folder-framework .collapse .inner-list > li > ul > li, .framework ul.folder-framework .collapse .inner-list > li > ul > li a{
    padding-left: 0px;
    margin-left: 0px;
}
.framework ul.folder-framework .collapse .inner-list > li > ul > li{
    padding-left: 35px;
}
.framework ul.folder-framework .collapse .inner-list > li p{
    padding-bottom: 8px;
}
.framework ul.folder-framework .inner-list .custom_editor, .framework ul.folder-framework .inner-list h6.articles{
    margin-left: 20px;
}
.framework ul.folder-framework .inner-list h6.custom_editor, .framework ul.folder-framework .inner-list h6.articles{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 30px;
}
.framework ul.folder-framework .inner-list h6.custom_editor:nth-child(1){
    margin-top: 5px;
}
.framework ul.folder-framework .inner-list .custom_editor > p > a{
    padding-left: 0px !important;
    font-size: 16px !important;
}
.framework ul.folder-framework .inner-list .articles ul{
    padding-left: 20px;
}
.framework ul.folder-framework .inner-list .articles ul li{
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 5px;
}
.framework ul.folder-framework .inner-list .articles ul li{
    font-family: "HalisR-Regular", sans-serif;
    font-size: 16px !important;
    color: #777C83 !important;
    margin-left: 10px;
    text-transform: initial;
    text-decoration: none;
}
.framework ul.folder-framework .inner-list .articles ul li b{
    font-family: "HalisR-Regular", sans-serif;
    font-size: 16px;
    color: #0070B9;
    text-transform: initial;
    text-decoration: underline;
    font-weight: normal;
}
.framework ul.folder-framework .inner-list .articles ul li b a{
    padding-left: 0px !important;
    font-size: 16px !important;
}
.framework ul.folder-framework .inner-list .articles span{
    font-family: "HalisR-Medium", sans-serif;
    font-size: 16px;
    color: #0C2340;
    margin-left: 10px;
    position: relative;
    top: 5px;
    cursor: pointer;
}
.framework ul.folder-framework .inner-list .articles span.spanPlus:after{
    content: "+";
    margin-left: 5px;
}
.framework ul.folder-framework .inner-list .articles span.spanPlus.spanMinus:after{
    content: "-";
    margin-left: 5px;
}
.framework ul.folder-framework .inner-list .video-sub{
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.framework ul.folder-framework .inner-list .video-sub span{
    font-family: "HalisR-Medium", sans-serif;
    font-size: 16px;
    color: #0C2340;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
    float: left;
}
.framework ul.folder-framework .inner-list .video-sub span.videoPlus:after{
    content: "+";
    margin-left: 5px;
}
.framework ul.folder-framework .inner-list .video-sub span.videoPlus.videoMinus:after{
    content: "-";
    margin-left: 5px;
}
.framework ul.folder-framework .inner-list .video-sub:last-child{
    margin-bottom: 50px;
    float: left;
}
.framework ul.folder-framework .inner-list .video-sub .sub-video-wrap{
    float: left;
    width: 100%;
    padding: 0px 10px;
}
.framework ul.folder-framework .inner-list .video-sub .sub-video-wrap .text-con a{
    float: left;
    padding-left: 0;
    line-height: 22px;
}
.framework ul.folder-framework .collapse .inner-list li a {
    color: #0070b8;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    font-family: "HalisR-Regular",sans-serif;
    padding-left: 10px;
}
.framework ul.folder-framework .collapse .inner-list p{
    font-size: 16px;
    margin-bottom: 0px;
}
.framework ul.folder-framework .collapse .inner-list p u{
    font-size: 18px;
    font-family: "HalisR-Regular",sans-serif;
}
.framework ul.folder-framework .collapse .inner-list a{
    font-size: 18px;
}
.framework ul.folder-framework h6{
    margin-top: 20px;
    margin-bottom: 15px;
}
.framework ul.folder-framework > ul{
    margin-left: 20px;
}
.framework ul.folder-framework h6 ul{
    margin: 0;
}
.framework ul.folder-framework > ul > li > a{
    line-height: 35px !important;
}

/* Global Topics Editor */
.framework ul.folder-framework.topics-folder div.collapse > ul.inner-list .plus{
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    color: #0C2340;
    font-size: 28px;
    font-family: "HalisR-Medium", sans-serif;
}
.framework ul.folder-framework.topics-folder div.collapse > ul.inner-list .plus:before{
    content: "+";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
}
.framework ul.folder-framework.topics-folder div.collapse > ul.inner-list .plus.minus:before{
    content: "_";
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.framework ul.folder-framework.topics-folder div.collapse > ul.inner-list ul{
    padding-left: 0px;
    list-style: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
.framework ul.folder-framework.topics-folder div.collapse > ul.inner-list ul li{
    padding-left: 0px;
    color: #0070b8;
    font-size: 18px;
    font-family: "HalisR-Regular", sans-serif;
}
.framework ul.folder-framework.topics-folder div.collapse > ul.inner-list ul li a {
    color: #0070b8;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    font-family: "HalisR-Regular",sans-serif;
    padding-left: 20px;
}
.framework ul.folder-framework.topics-folder div.collapse > ul.inner-list p{
    font-size: 16px;
}
.framework ul.folder-framework.topics-folder div.collapse > ul.inner-list > li > p{
    padding-left: 10px;
}
.framework ul.folder-framework.topics-folder div.collapse > ul.inner-list p u{
    font-size: 18px;
    font-family: "HalisR-Regular",sans-serif;
}
.framework ul.folder-framework .collapse .inner-list li.articles > ul{
    padding-left: 10px !important;
}


/* Topics */
.framework .topics-list{
    width: 100%;
    float: left;
}
.framework .topics-list li{
    width: 100%;
    float: left;
}

.editor-wrap{ 
    width: auto; 
    overflow: hidden;
}
.editor-wrap h2{
    color: #fff; 
    font-size: 28px; 
    min-width: 300px;
    background-color: #0C2340;
    display: inline-block; 
    margin-top: 50px; 
    padding: 10px; 
    text-align: center;
}
.editor-wrap h2:first-child{
    margin-top: 25px; 
}
.editor-wrap p{
    margin-top: 10px;
}
.editor-wrap p a{
    color: #0071CE;
    font-size: 18px;
}

.blue_title{ 
    width: auto; 
    overflow: hidden; 
    padding-top: 25px;
}
.blue_title h2{
    color: #fff; 
    font-size: 28px; 
    min-width: 300px;
    background-color: #0C2340;
    display: inline-block; 
    margin: 0; 
    padding: 10px; 
    text-align: center;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}
.blue_title h2[aria-expanded="true"]{
    background-color: #0070B8;
}
.blue_title h2[aria-expanded="true"]:after{
    content: "_";
    margin-left: 14px;
    position: relative;
    top: -12px;
    left: -4px;
}
.blue_title h2 span{
    display: inline-block; 
    margin-left: 10px;
}
.blue_title h2[aria-expanded="true"] span {
    display: none;
}
.quick-menu{
    display: block;
    width: 180px;
    min-height: 56px;
    padding: 10px 20px;
    border: 3px solid #0070B9;
    border-radius: 20px;
    background-color: #E6E6E9;
    font-family: "HalisR-Book", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #0C2340;
    text-decoration: none;
    float: right;
}

/* Global Topics */
.error-search{color: red; margin-top: 5px; margin-bottom: 0px;}
.topics h4{
    text-align: center;
    font-size: 18px;
    text-transform: initial;
    margin-bottom: 50px;
}
.topics_search{width: 500px; overflow: hidden; display: block;margin:auto; margin-bottom: 30px}
.topics_search input.inputtopicsearch{
    font-family: "HalisR-Medium", sans-serif;
    width: 100%; 
    font-size: 14px;
    color: #08213E; 
    background:url(images/search-icon.png) no-repeat left 10px center #c7ccd3; 
    padding: 8px 20px 8px 40px;
    border: 0;
    background-size: 20px;
    text-transform: uppercase;
}
.topics_search input.inputtopicsearch::placeholder{
    color: #08213E;
    opacity: 0.5; 
    font-size: 14px;  
    letter-spacing: 7px;
    font-family: 'HalisR-Medium', sans-serif;
}
ul.list-topics_con{padding: 0 0 0 20px; margin: 0; }
ul.list-topics_con > li{display: block; text-align: left; width: 100%; float: left; margin-bottom: 50px}
ul.list-topics_con > li h5{
    color: #0c2340;
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
    text-decoration: underline;
    text-transform: uppercase;
}
.topics .list-topics{
    padding: 0; 
    margin: 0 0 0 -25px;
    display: block;
}
.topics .list-topics li{
    background:url(images/light-blue-folder.svg) no-repeat top center;
    width: 140px;
    height: 112px;
    display: inline-table;
    margin: 25px;   
    background-size: contain;
    float: left;
}
.topics .list-topics li h6{
    padding: 30px 20px 0 13px;
    width: inherit;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.topics .list-topics li h6 a{
    font-family:  "HalisR-Regular", sans-serif !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.portal-resources{
    display: block;
    width: 180px; 
    min-height: 56px; 
    padding: 10px 20px;
    border: 3px solid #0070B9; 
    border-radius: 20px;
    background-color: #E6E6E9;
    font-family: "HalisR-Book", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;      
    color: #0C2340;
    text-decoration: none;
    float: right;
}

/*Team*/

.team .body-wrap{position: relative;}
.team .team-accordion {
    margin-top: 40px;
    padding-bottom: 40px;
}
.team .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
    text-align: center;
}
.team .panel-group .panel-heading {
    border-bottom: 0;
    width: 340px;
    display: inline-grid;
    text-align: center;
    margin: auto;
}
.team .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    text-align: left;
}
.team .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color:transparent;
    border-color: transparent;
}
.team .panel-default > .panel-heading h4 a{
    color: #0c2340;
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
    text-transform: uppercase;
    text-decoration: underline !important;
    margin-bottom: 0px; 
    display: block;
}
.team .panel-default > .panel-heading span{
    display: block;
    color: #ced3d8;
    font-family: "HalisR-Medium", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.team .panel-title {
    background-color: #0C2340;
    border-radius: 35px;
    width: auto;
    min-height: 74px;    
    font-family: "HalisR-Bold", sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    position: relative;
    margin-top: 0;
    text-align: center; 
}

.team .panel-title > a {
    display: inherit;
    padding: 28px 10px;
    border-radius: inherit;
}

.team .more-less {
    font-size: 28px;
    color: #0071CE;
    position: relative;
    top: -3px;
    right: 20px;
    float: right;
}

.team .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.team_overlay{
    display: none;
    background-color: #fff;
    opacity: 0.9;
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
}
.hiddenUnder{
    opacity: 0.1;
}

/*accordian panel end*/

.team h4{font-size: 28px; text-decoration: underline; margin-top: 50px;}
ul.team-members{padding: 40px 0 0 0;  position: relative;   }

ul.team-members > li{
    width: 240px;
    min-height: 320px;
    padding: 0px 15px;
    margin: 0px 20px 40px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
ul.team-members > li .member{ 
    width: 100%;
    background-color: #fff;
    display: block;
    margin: auto;    
    cursor: pointer;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 99;
    position: relative;
 }
 ul.team-members > li .member,ul.team-members > li .member *{
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
ul.team-members > li .member .member_top, ul.team-members > li .member .member_btm{
    background-color: #fff;
    position: absolute;
    top: 0;
    width: 100%;
}
ul.team-members > li .member .member_top{z-index: 4; }
ul.team-members > li .member .member_btm{z-index: 3; height: 100%; opacity: 0}

ul.team-members > li .member .member_top .img{
    display: block;
    width: inherit;
    height: 225px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
ul.team-members > li .member h5{
    font-family: "HalisR-Medium", sans-serif !important;
    
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    margin: 15px 0 5px 0;
    color: #08213E;
}
ul.team-members > li .member .member_top h5{font-size: 18px;}
ul.team-members > li .member .member_top h6{font-size: 16px;}
ul.team-members > li .member h6{
    color: #0071CE;
    font-family: "HalisR-Regular", sans-serif !important;    
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin-top: 0;
}

ul.team-members > li .member .member_btm{
    margin: 0;    
    transform: scale(0.8);
}
ul.team-members > li .member .member_btm .member-title{
    width: 58%; 
    height: 60px;
    vertical-align: middle;
    float: left;    
}
ul.team-members > li .member .member_btm .member-title h5{
    font-size: 14px !important;
    padding-left:5px;
    text-align: left;
}
ul.team-members > li .member .member_btm h6{
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
}
ul.team-members > li .member .member_btm .img{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    float: left;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
ul.member-short-info{    
    background-color: rgba(12,35,64);
    padding: 10px; 
    margin: 12px 0 0 0;   
    overflow: hidden;
    width: 100%;
    display: block;
    overflow: hidden;
    list-style: none;
}
ul.member-short-info li{
    display: block; 
    margin-bottom: 10px;
    text-align: center;
    word-break: break-word;
}
ul.member-short-info li, 
ul.member-short-info li a{
    color: #fff;
    font-family: "HalisR-Medium", sans-serif;
    font-size: 12px;
    line-height: 14px;
    display: list-item;
}
ul.member-short-info li.email{margin-bottom: 20px;}
ul.member-short-info li.email a{font-size: 12px;}
ul.member-short-info li.download{
  margin-top: 10px; font-weight: 500;
}
ul.member-short-info li.download a{display: block; width: 100%; margin-bottom: 6px}

ul.team-members > li:hover{
    z-index: 9; 
    transform: scale(1.5);
}
ul.team-members > li .member .member_btm span.right-border {
    width: 16px;
    background-color: #CED3D8;
    position: absolute;
    right: -28px;
    top: 30px;
    display: none;
}
ul.team-members > li:hover .member{   
}
ul.team-members > li:hover .member .member_btm{
    opacity: 1; z-index: 4;
    padding-top: 10px;
}
ul.team-members > li:hover .member .member_top{
    opacity: 0; z-index: 3;    
}
ul.team-members > li:hover .member .member_btm:after{
    content: "";
    width: 174px;
    height: 16px;
    background-color: #CED3D8;
    display: block;
    position: absolute;
    right: -28px;
    margin-top: 12px;
}

/*Document Upload*/
.document_upload_con{text-align: center; padding: 0px 30px;}
.document_upload_con .close{overflow: hidden; line-height: 12px; position: absolute;
    right: 10px;
    top: 7px;
    width: 22px;
    padding-bottom: 10px;
    font-size: 45px;
}
.document_upload_con h1{font-size: 34px !important;}
.document_upload_con h3{margin-bottom: 30px; font-size: 18px !important}
.document_upload_con .modal-body {
    padding: 0px;
}
.document_upload_form{
    width:100%; display: block; margin: auto; text-align: left;
}

.document_upload_form label{
 font-family: "HalisR-Medium", sans-serif; font-size: 14px; text-transform: uppercase;
 display: block; margin-top: 6px; color: #0c2240; margin-bottom: 10px; font-weight: initial;
}
.document_upload_form label span{
    font-weight: 500;
    font-size: 12px;
    text-transform: lowercase;
}
.document_upload_form input[type="text"],.document_upload_form input[type="email"], .document_upload_form select{
    height: 35px; padding: 2px 10px; border:1px solid #c8c9cc; border-radius: 0;
    background-color: #edeff1;
}
.document_upload_form input[type="text"]{width: 96%; }
.document_upload_form input[type="file"]{width: 90%; }
.document_upload_form input[type="email"]{width: 98%; }
.document_upload_form textarea{ font-family: "HalisR-Medium", sans-serif; font-size: 14px; color: #555; background-color: #edeff1;  padding: 2px 10px; border:1px solid #c8c9cc; border-radius: 0; }
.document_upload_form button[type="submit"]{
    background-color: rgba(206,211,216); box-shadow: 3px 3px 3px #464646; opacity: 0.5;
    font-family: "HalisR-Medium", sans-serif; font-size: 18px; text-transform: uppercase;
 display: block; margin: auto; color: #0c2240; width: 122px; border-radius: 10px; border: 0;
 margin-bottom: 20px;
}

/* Contact Form */
#contact_us .document_upload_form input[type="text"], #contact_us .document_upload_form input[type="email"]{
    width: 100%;
}
#contact_us .document_upload_con h1 {
    margin-top: 35px;
    margin-bottom: 20px;
}
#contact_us .document_upload_con p {
    text-align: left;
    margin-bottom: 25px;
    margin-left: 15px;
}
#contact_us .document_upload_form button[type="submit"]{
    margin-top: 25px;
}

.button-wrap label.fileupload-label{margin-bottom: 0}
.button-wrap input[type="file"] {
    position: absolute;
    z-index: 2;
    top: 40px;
    left: 37px;
    font-size: 15px;
    color: rgb(153,153,153);
}

.button-wrap {
  position: relative;
}

.button-wrap .new-button {
   display: inline-block;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #CED3D8;
    font-size: 16px;
    color: #0c2246bf;
    box-shadow: 2px 2px 3px rgba(27,27,27,0.7);
    position: relative;
    z-index: 3;
    text-transform: none;
}

#media_list .modal-body #list_table{
    width: 100% !important;
}

@media (min-width: 992px) {
    .subpage header, .home header{
        height: 106px;
    }
    header .container{position: relative; }
    header .search-wrap{    
        position: relative;
        bottom: -57px;
        right: -33.2em;
        float: right;
    }
    .home header .search-wrap{
        right: -22.6em;
    }
    header .search-wrap .search_list{    
        position: absolute;
        background-color: #fff;
        border: 2px solid #000;
        border-radius: 4px;
        padding: 5px 10px;
        list-style: none;
        font-size: 12px;
        width: 195px;
        left: 0px;
        margin-top: 2px;
        max-height: 250px;
        overflow-y: scroll;
        display: none;
    }
    header .search-wrap .search_list li{    
        padding-left: 12px;
    }
    header .search-wrap .search_list li:before{    
        position: absolute;
        content: "*";
        left: 11px;
        font-size: 18px;
    }

    .body-wrap{
        padding-top: 140px !important;
    }
    .login-sec {
        padding-top: 140px !important;
    }
    .fp-sec {
        padding-top: 90px !important;
    }
}

@media (max-width: 1199px) {
    .list-process, ul.quick-links{text-align: center;};


}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
    .home .list-wrap .item{margin: 0 16px;}

    .landing .item .text-con{padding: 0 20px;}

    .whats-next .wats-img {
        width: 90%;
        height: 185px;
    }

    .landing .item{
        min-height: 200px;
    }

    ul.quick-links li{width: 140px}
    ul.quick-links li h4, ul.quick-links li h4 a{font-size: 16px; line-height: 22px}

    .quicklink-url a{font-size: 18px; line-height: 22px}



}




/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    /*Header*/
    header .container{position: relative; }
    header input[name='search']{
         position: absolute;
        bottom: 10px;
        right: 42px;
    }
    .navbar-nav { margin-top: 12px !important;}
    .navbar-default .navbar-nav > li{padding: 5px 8px;}

    .home .list-wrap .item{margin: 0 12px;}
    .home .list-wrap .item .text-con{    
        width: 150px;
        height: 80px;
        display: inline-block;
        
    }
    .home .list-wrap .item .text-con i{
        display: table-cell;
        width: inherit;
        height: inherit;
        vertical-align: middle;
        font-size: 18px;
    }
    .login-sec{padding-top: 140px;}
    .body-wrap{padding-top: 76px !important;}
    
    /*Americas Landing Page & Moonitoring process*/
    .subpage .body-wrap {
        padding: 0px;
        margin: 35px 0 30px;
    }
    .subpage h3 {
        margin-bottom: 10px;
    }
    .subpage .body-wrap h1{font-size: 26px !important}
    .subpage .body-wrap h3{font-size: 18px !important}
    .landing .item {
        width: 50%;
        text-align: center; 
        margin-top: 40px;
        margin-bottom: 0px;
        min-height: 190px;
    }
    .landing .item .text-con{float: none; display: block;}
    .landing .item .text-con i{display: block;}
    .landing .item img { margin: auto auto 0; }
    .quick-links_con h3{margin-bottom:0;}
    ul.quick-links{padding: 0}
    ul.quick-links li{width: 140px}
    ul.quick-links li h4, ul.quick-links li h4 a{font-size: 16px; line-height: 22px}
    .quick-links_con h3{ padding:20px 0 }
    .whats-next{padding-bottom: 0}
    .whats-next .wats-img {
        width: 65%;
        height: 265px;
    }
    .whats-next .read-more{margin:20px 0 30px} 

    .quicklink-url{margin: 20px 0}
    .quicklink-url a{font-size: 18px; line-height: 22px}
    .quicklink-url p{font-size: 18px; line-height: 26px}  

    .framework h4{margin-top: 15px; font-size: 20px; margin-bottom: 0}  
    .framework h4,.framework ul.list-framework{text-align: left;} 
    .framework ul.list-framework{padding: 0; margin: 0 0 25px 0;}
    .framework ul.list-framework li h6{margin:0;}
    .framework ul.list-framework li a.downldownfile{left: 16px;}
    .framework ul.list-framework li a{font-size: 16px;}

    .quick-menu li {
        width: 90px;
        height: auto;
        background-size: contain;
    }
    .quick-menu li h6 {
        padding: 25px 18px 20px 10px;
    }
    .quick-menu li h6 a {
        font-size: 11px;
        line-height: 14px;
    }


    footer .col-md-6{width: 50%; float: left;}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    /*Header*/
    .login .navbar-toggle{ display: none; }
    .body-wrap{padding-top: 76px !important;}
    header input[name='search']{margin-bottom: 20px; display: none;}
    .navbar-nav{ float: left !important; }
    .navbar-brand { padding: 8px !important;}
    .navbar-toggle{border: 0px solid transparent !important; }
    .f-nav .navbar-default .navbar-collapse, .f-nav .navbar-default .navbar-form {
        border-bottom: 5px solid #D8D8D8;
    }
    .media-wrap .info p{ font-size: 14px;  }
    .navbar-default .navbar-nav > li ul:before, .navbar-default .navbar-nav > li ul{
        display: none;
    }
    .navbar-default .navbar-nav > li.open ul{
        display: block !important;
        background-color: #182e48;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #fff;
        position: relative;
        top: -1px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent !important;
    }
    .navbar-default .navbar-nav > li{float: left; width: 100%}
    .navbar-default .navbar-nav > li ul {
        display: block !important;
        left: 0px;
        right: auto;
        position: relative;
        margin-bottom: 0px;
        float: left !important;
        width: 100% !important;
        margin-top: -35px;
    }
    .navbar-default .navbar-nav > li ul li a {
        color: #fff !important;
        padding: 2px 10px !important;
        line-height: 18px !important;
    }
    .navbar-default .navbar-nav > li ul li.active a, .navbar-default .navbar-nav > li ul li a:hover, .navbar-default .navbar-nav > li ul li a:focus {
        color: #182e48 !important;
    }

    .login-sec{padding-top: 80px;}
    .login-sec h1{font-size: 25px;}

    .home .list-wrap .item{display: inline-block; margin: 20px 20px auto; width: 200px}
    .home .list-wrap .item .text-con{width: 150px;    height: 84px;}
    .home .list-wrap .item .text-con i{font-size: 18px;}

    /*Americas Landing Page & Moonitoring process*/
    .subpage .body-wrap {
        padding: 0px;
        margin: 15px 0 20px;
    }
    .subpage .body-wrap h1{font-size: 22px !important}
    .subpage .body-wrap h3{font-size: 18px !important; margin-bottom: 10px;}
    .landing .item {
        text-align: center; 
        margin-top: 40px; 
        margin-bottom: 0px; 
        min-height: 140px; 
    }
    .landing .item .text-con{float: none; display: block;}
    .landing .item .text-con i{display: block;}
    .landing .item img { margin: auto auto 10px; }
    .list-process, ul.quick-links{padding:0;}
    .quick-search .search-wrap-con { width: 90%;}
    .quick-links_con h3{ padding: 20px 0; margin-bottom:0;} 
    .whats-next{padding-bottom: 0}
    .whats-next .wats-img {
        width: 60%;
        height: auto
    }
    .whats-next .read-more{margin:20px 0 30px; font-size: 20px;}  
    .quicklink-url{margin: 20px 0}
    .quicklink-url p{font-size: 16px; line-height: 26px}  

    .blue_title h2{font-size: 20px; text-align: left; margin-top: 40px;}
    .framework h4{margin-top: 20px; font-size: 20px; margin-bottom: 0}  
    .framework h4,.framework ul.list-framework{text-align: left;} 
    .framework ul.list-framework{padding: 0; margin-bottom: 40px;}
    .framework ul.list-framework li h6{margin:0;}
    .framework ul.list-framework li a.downldownfile{left: 16px;}
    .framework ul.list-framework li a{font-size: 16px;}
    .framework ul.folder-framework > li {
        margin: 0px 50px 56px;
    }
    .framework ul li iframe, .framework ul li video  {
        min-height: 110px;
    }
    .framework ul li .text-con {
        width: 60%;
    }
    .framework ul.folder-framework .collapse .inner-list li a {
        font-size: 16px;
    }
    .framework ul.folder-framework.topics-folder div.collapse > ul.inner-list p {
        font-size: 14px;
    }
    .framework ul.folder-framework .inner-list .articles ul li b {
        font-size: 15px;
    }
    .framework ul.folder-framework .inner-list .articles ul li {
        font-size: 14px !important;
    }
    .framework ul.folder-framework .collapse .inner-list {
        width: 90%;
    }

    /*Topics*/
    .topics_search{width: 80%;}
    .topics_search input.inputtopicsearch{ padding:11px 20px 8px 40px}
    .topics_search input.inputtopicsearch::placeholder{letter-spacing: 3px; font-size: 12px;}
    .topics .portal-resources{
        width: 85px;
        padding: 5px;
        font-size: 12px;
        line-height: 14px;
        min-height: 30px;
        margin-bottom: 20px;
        margin-right: 30px;
    }
    .landing .ul.list-topics_con{float: left; }
    .topics .list-topics{ text-align: center; }
    .landing .topics .list-topics li {
        width: 140px;
        height: 116px;
        /*margin: 18px;*/
        background-size: 100%;
        float: none;
        display: inline-block;
        margin: 20px 10px;
    }

    .landing .topics .list-topics li h6{
           padding: 20px 10px 0 0px;
    }
    .landing .topics .list-topics li h6 a{font-size: 13px; font-weight: bold;}

    /*team*/
    .team h4{font-size: 22px; text-align: center;}
    ul.team-members{text-align: center;}
    ul.team-members > li{margin:0px 25px 40px;}
    .team .panel-title{
        padding: 22px;    min-height: 60px;
        display: block; margin: auto; text-align: left;
    }
    .team .more-less{
        font-size: 18px;    top: 20px;
    }

    .portal-resources{    
        width: 110px;
        min-height: 50px;
        padding: 8px 15px;
        font-size: 13px;
        line-height: 13px;
    }

    .quick-menu {
        font-size: 14px;
        padding: 13px;
    }
    .quick-menu li {
        width: 90px;
        height: auto;
        background-size: contain;
    }
    .quick-menu li h6 {
        padding: 25px 18px 20px 10px;
    }
    .quick-menu li h6 a {
        font-size: 11px;
        line-height: 14px;
    }
    .team .panel-title > a {
        padding: 0px;
    }

    footer{text-align: center; }
    ul.sitemap-links{float: none; text-align: center;}
    ul.sitemap-links li:last-child{padding-right: auto;}
    .copyright{position: relative; bottom: -20px }
    .footer-links{position: relative; top:-20px;}
    
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    h4 {
        font-size: 22px;
    }
    .login-sec {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .login-sec form {
        width: 295px;
        margin: 30px auto 30px auto;
    }
    .login-sec form .body {
        padding: 25px 35px;
    }
    .media-wrap .info {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .subpage .body-wrap h1 {
        font-size: 21px !important;
    }
    .subpage .body-wrap {
        margin: -10px 0 0px;
    }
    .home .list-wrap {
        margin: 30px 0px 30px;
    }
    .whats-next .wats-img {
        width: 80%;
        height: 170px;
    }
    .whats-next h3 {
        font-size: 26px;
    }
    .whats-next h4 {
        font-size: 22px;
        text-align: center;
    }
    .whats-next h3, .whats-next h4 {
        margin-bottom: 30px;
    }
    .quicklink-url a {
        font-size: 15px;
    }
    ul.list-topics_con > li {
        margin-bottom: 0px;
    }
    footer {
        margin-top: 30px;
    }
    .framework ul.folder-framework .collapse .inner-list li a {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        padding: 0;
    }
    .framework ul.folder-framework > li[aria-expanded="true"] {
        height: 0px;
        display: table;
        margin: 0px;
        background-position: center top;
        background-size: 60px;
    }
    .framework ul.folder-framework > li[aria-expanded="true"]:after {
        content: "__";
        top: 19px;
        left: 0;
        right: 0;
        width: 25px;
        height: 0px;
        font-size: 19px;
        margin: auto;
    }
    .framework ul.folder-framework > li[aria-expanded="true"] h5 {
        margin-top: 58px;
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }
    .framework ul {
        margin: 0 0 20px 0;
    }
    .framework ul.folder-framework > li h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .framework ul.folder-framework h6 {
        margin-top: 10px;
    }
    .framework ul li .text-con {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .framework ul.folder-framework .inner-list h6.custom_editor, .framework ul.folder-framework .inner-list h6.articles {
        font-size: 16px;
        margin-top: 30px;
        line-height: 25px;
    }
    .framework ul.folder-framework .inner-list .video-sub span {
        font-size: 14px;
    }
    .framework ul.folder-framework .inner-list .articles span {
        font-size: 14px;
    }
    .quick-menu {
        font-size: 12px;
        padding: 5px;
        margin: auto;
        display: block;
        float: none !important;
        margin-bottom: 20px;
        width: 120px;
    }
    ul.quick-links li{
        display: block;
        margin: auto;
    }
    ul.quick-links li:last-child{
        margin: auto;
    }
    .framework ul li iframe, .framework ul li video{
        width: 100%;
    }
}