/*
-----------------------------------
        Table of contents
-----------------------------------
-Normalize
-Header
-Main
-Footer
-About Page
-News Page
-Contact Us Page
-Learning Log Page
-Subbrand Landing
-Subbrand Resources Content
-Subbrand News Article Page
-Subbrand Resources Content Pearl
-Module Step Page
-Search Page
-Theme Color

-----*/

/*-----------------------------------
        -Normalize
-----------------------------------*/
html{line-height: 1.5;}
body {font-family: Montserrat-Light;font-weight: 400;font-size: 16px;color: #332f21;line-height: 1.3;min-width: 2px!important;margin: 0;}
img {border-style: none;max-width: 100%;vertical-align: middle;}

input[type="submit"], input[type="button"], input[type="text"]{appearance: none; -webkit-appearance: none; -o-appearance: none; -moz-appearance:none;}
input:focus, button:focus, textarea, select, input[type="submit"] { outline: inherit; }

b,strong {font-weight: 400;font-family: Montserrat-Bold;}
select::-ms-expand {display: none;}

img:-moz-broken::before, input:-moz-broken::before, img:-moz-user-disabled::before, input:-moz-user-disabled::before, img:-moz-loading::before, input:-moz-loading::before, applet:-moz-empty-except-children-with-localname(param):-moz-broken::before, applet:-moz-empty-except-children-with-localname(param):-moz-user-disabled::before {
    content: -moz-alt-content;
    unicode-bidi: isolate;
}

h1,h2,h3,h4,h5,h6 {font-weight: normal;color: #332f21;}

@font-face {
    font-family: Montserrat-Rg;
    src: url(../webfonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(../webfonts/Montserrat-Light.otf);
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url(../webfonts/Montserrat-ExtraLight.otf);
}

@font-face {
    font-family: Montserrat-Bold;
    src: url(../webfonts/Montserrat-Bold.otf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../webfonts/Montserrat-SemiBold.otf);
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(../webfonts/Montserrat-ExtraBold.otf);
}

@font-face {
    font-family: RobotoSlab-Bold;
    src: url(../webfonts/RobotoSlab-Bold.ttf);
}

@font-face {
    font-family: RobotoSlab-Rg;
    src: url(../webfonts/RobotoSlab-Regular.ttf);
}

.title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6 { color: #332f21; font-family: RobotoSlab-Bold; }
.title-h1 { font-size: 38px; }
.title-h2 { font-size: 36px; }
.title-h3 { font-size: 28px; }
.title-h4 { font-size: 24px; }
.title-h5 { font-size: 20px; }
.title-h6 { font-size: 18px; }

.full_width { width: 100%; float: left; }
.big_continer{max-width: 1717px;margin: 0 auto;}


.btn { padding: 15px 50px; display: inline-block; position: relative; font-size: 20px; color: #fff; text-decoration: none; text-transform: uppercase; line-height: normal; border-radius: 10px; z-index: 1; overflow: hidden; border: none; background: #332f21; }
.btn:after { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; content: ""; z-index: -1; border-radius: 8px; background: rgba(0,0,0,0.3); opacity: 0; }
.btn:hover:after { opacity: 1; }
.btn:hover, .btn:focus { color: #fff; outline: inherit !important; }
input.btn.purple_bg:hover { background: #4e1952; }
input.btn.pink_bg:hover { background: #ab3868; }
input.btn.green_bg:hover { background: #338a7c; }
input.btn.pacific_blue_bg:hover { background: #007387; }


.purple_bg { color: #fff; background: #702476; }
.pink_bg { color: #fff; background: #f55095; }
.green_bg { color: #fff; background: #49c5b1; }
.pacific_blue_bg { color: #fff; background: #00a5c2; }

.purple_lt_bg { background: #dbc8dd; }
.pink_lt_bg { background: #fcd3e4; }
.green_lt_bg { background: #d1f0eb; }
.pacific_blue_lt_bg { background: #bfe8ef; }

.purple_elt_bg { background: #f8f4f8; }
.pink_elt_bg { background: #fef6fa; }
.green_elt_bg { background: #f6fcfb; }
.pacific_blue_elt_bg { background: #f2fafc; }


/*-----------------------------------
        -Header
-----------------------------------*/
header{background: #fff;width: 100%;float: left;}
header ul{margin: 0;padding: 0;list-style: none;}

/* top_head */
.top_head { width: 100%; float: left; }

/* site_logo */
.site_logo{height: 164px; float: left;max-width: 289px; }
.site_logo .logo { width: 100%; height: 100%; display: table; }
.site_logo .cntr { padding: 10px 0 0 0; width: 100%; height: 100%; display: table-cell; vertical-align: middle; }
.site_logo .cntr img { max-height: 100%; }

/* right_head */
.right_head { float: right; }
.right_head .top { margin-bottom: 30px; clear: both; float: right; }
.right_head .bottom { clear: both; float: right; }
.right_head .tag_line { padding: 14px 20px 0 0; float: right; font-size: 13px; }
.right_head .mobile_logo { display: none; }
.right_head .accounts { float: right; border-radius: 0 0 8px 8px; overflow: hidden; }
.right_head .accounts a { padding: 14px 10px; min-width: 123px; position: relative; float: left; font-family: Montserrat-Rg; font-size: 13px; color: #fff; text-align: center; text-transform: uppercase; text-decoration: none; }
.right_head .accounts a:hover { background: rgba(0,0,0,0.2); }
.right_head .accounts a:after { width: 1px; height: 30px; position: absolute; top: 7px; right: 0px; content: ""; background: #fff; }
.right_head .accounts a:last-child:after { display: none; }

/* main_menu */
.main_menu { padding-top: 9px; float: left; font-family: Montserrat-Rg; }
.main_menu > ul > li { padding-bottom: 28px; float: left; position: relative; }
.main_menu > ul > li > a { padding: 0 18px; display: block; font-size: 20px; color: #00a5c2; text-transform: uppercase; text-decoration: none; }
.main_menu > ul > li:hover > .drop_down, .main_menu .drop_down li:hover > .drop_down { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); transform: translateY(0px); }

.main_menu .drop_down { width: 210px; margin: 0 0 0 -105px; position: absolute; top: 100%; left: 50%; text-align: center; background: #515151; border-radius: 10px; z-index: 9; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); transform: translateY(20px); visibility: hidden; opacity: 0; transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s; }
.main_menu .drop_down:after { margin-left: -27px; position: absolute; top: -27px; left: 50%; content: ""; border-width: 0 27px 27px 27px; border-color: #515151 transparent; border-style: solid; }
.main_menu .drop_down ul:after { display: none; }
.main_menu .drop_down li { position: relative; border-bottom: 1px solid #fff; }
.main_menu .drop_down li:last-child { border-bottom: none; }
.main_menu .drop_down li:last-child > a { border-radius: 0 0 10px 10px; }
.main_menu .drop_down li:first-child > a { border-radius: 10px 10px 0 0; }
.main_menu .drop_down li a { padding: 12px 10px; display: block; color: #fff; font-size: 16px; text-decoration: none; }
.main_menu .drop_down li:hover > a { background: #702476; }
.main_menu .drop_down ul { top: 0px; left: 100%; margin: 0px; background: #702476; }
.main_menu .drop_down ul li:hover > a { background: rgba(0,0,0,0.2); }


.main_menu .drop_down li.purple_hover_bg:hover > a { background: #702476; }
.main_menu .drop_down li.pink_hover_bg:hover > a { background: #f55095; }
.main_menu .drop_down li.green_hover_bg:hover > a { background: #49c5b1; }
.main_menu .drop_down li.pacific_hover_blue_bg:hover > a { background: #00a5c2; }

.main_menu .drop_down ul.purple_bg { background: #702476; }
.main_menu .drop_down ul.pink_bg { background: #f55095; }
.main_menu .drop_down ul.green_bg { background: #49c5b1; }
.main_menu .drop_down ul.pacific_blue_bg { background: #00a5c2; }


/* mobile_main_menu */
.mobile_main_menu { display: none; width: 100%; float: left; font-family: Montserrat-Rg; }
@media (min-width: 768px){ .mobile_main_menu { display: none !important; } }
.mobile_main_menu > ul > li { padding: 9px 0 7px 0; border-bottom: 1px solid #bbbab3; }
.mobile_main_menu > ul > li > a { display: inline-block; font-size: 16px; color: #00a5c2; text-transform: uppercase; text-decoration: none; vertical-align: middle; }

.mobile_main_menu .plus { margin-left: 17px; width: 18px; height: 18px; display: inline-block; position: relative; vertical-align: top; cursor: pointer; }
.mobile_main_menu .plus:before { width: 100%; height: 2px; content: ""; position: absolute; top: 8px; left: 0px; background: #00a5c2; }
.mobile_main_menu .plus:after { width: 100%; height: 2px; content: ""; position: absolute; top: 8px; left: 0px; background: #00a5c2; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
.mobile_main_menu .plus.active:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); }
.mobile_main_menu .drop_down .plus:after, .mobile_main_menu .drop_down .plus:before { background: #fff; }

.mobile_main_menu .drop_down { margin: 7px 0 -7px 0; display: none; }
.mobile_main_menu .drop_down li { padding: 9px 0 7px 0; }
.mobile_main_menu .drop_down li a { display: inline-block; font-size: 16px; color: #fff; text-decoration: none; vertical-align: middle; }
.mobile_main_menu .drop_down .drop_down li { border-bottom: 1px solid #fff; }
.mobile_main_menu .drop_down .drop_down li:last-child { border-bottom: none; }
.mobile_main_menu .drop_down .drop_down li a { color: #322f20; }

/* mobile_toggle */
.mobile_toggle { padding: 0 15px; display: none; width: 100%; float: left; position: relative; border-bottom: 1px solid #00a5c2; }
.mobile_toggle .menu_toggle { display: inline-block; font-family: Montserrat-Bold; font-size: 20px; color: #322f20; text-decoration: none; text-transform: uppercase; line-height: 37px; }
.mobile_toggle .search_toggle { width: 37px; height: 37px; float: right; position: absolute; top: 0px; right: 6px; background: url(../images/search.png) no-repeat center center; }


/* search_bar */
.search_bar { min-width: 246px; float: left; border: 1px solid #00a5c2; text-align: center; border-radius: 10px; font-family: Montserrat-Rg; }
.search_bar .srch_btn { width: 42px; height: 42px; display: inline-block; vertical-align: middle; border: none; background: url(../images/search.png) no-repeat center center; }
.search_bar input[type="text"] { width: 80px; height: 41px; display: inline-block; vertical-align: middle; font-size: 18px; color: #00a5c2; border: none; border-radius: 10px; }
.search_bar input[type="text"]:focus, .search_bar input[type="text"]:valid { width: 190px; }
.search_bar input::-webkit-input-placeholder { color: #00a5c2; text-transform: uppercase; }
.search_bar input::-moz-placeholder { color: #00a5c2; text-transform: uppercase; }
.search_bar input:-ms-input-placeholder { color: #00a5c2; text-transform: uppercase; }
.search_bar input:-moz-placeholder { color: #00a5c2; text-transform: uppercase; }

/* bottom_head */
.bottom_head { padding: 16px 0; width: 100%; float: left; text-align: center; }
.bottom_head span, .bottom_head h1 { margin: 0px; display: block; font-size: 20px; color: #fff; text-transform: uppercase; line-height: normal; }
.bottom_head a { color: #fff; text-decoration: none; position: relative; display: inline-block; padding-left: 25px; }
.bottom_head a i { position: absolute; top: -3px; left: 0; font-size: 30px; }


/*-----------------------------------
        -Main
-----------------------------------*/
#skip_content{overflow: hidden;}

/* banner_section */
.banner_section img { width: 100%; height: auto; }
.banner_section .mobile_banner { display: none; }

/* breadcrumb_section */
.breadcrumb_section { padding: 30px 0; }
.breadcrumb_section ul { margin: 0px; padding: 0px; list-style: none; }
.breadcrumb_section .crumb { padding: 5px 0; float: left; }
.breadcrumb_section .crumb li { padding-right: 14px; float: left; font-size: 20px; color: #b1b1b1; }
.breadcrumb_section .crumb li a { float: left; color: #b1b1b1; text-decoration: none; }
.breadcrumb_section .crumb li a:hover, .breadcrumb_section .crumb li.current, .breadcrumb_section .crumb li:hover { color: #f55095; }
.breadcrumb_section .crumb li:after { margin-left: 14px; width: 8px; height: 13px; display: inline-block; content: ""; background: url(../images/right-arrow.png) no-repeat center center; }
.breadcrumb_section .crumb li:last-child:after { display: none; }

.breadcrumb_section .social { float: right; }
.breadcrumb_section .social li { margin-left: 13px; float: left; }
.breadcrumb_section .social li a { display: block; width: 37px; height: 37px; font-size: 20px; color: #fff; text-align: center; text-decoration: none; line-height: 37px; border-radius: 100%; }


/* three_colmun_section */
.three_colmun_section { padding: 30px 0 40px 0; text-align: center; }
.three_colmun_section .title-h2 { margin-bottom: 63px; }
.three_colmun_section .row { margin: 0 -18px; }
.three_colmun_section .colmun { padding: 0 18px; text-align: center; }
.three_colmun_section .image { width: 100%; float: left; text-decoration: none; color: #fff; }
.three_colmun_section h3 { margin: 0px; font-size: 24px; clear: both; }
.three_colmun_section h3 a { padding: 15px 0; display: block; color: #fff; text-decoration: none; }
.three_colmun_section .image img { width: 100%; height: auto; }
.three_colmun_section .text { padding: 27px 0 0 0; width: 100%; float: left; text-align: left; }


/*-----------------------------------
        -About Page
-----------------------------------*/
.about_section { padding: 50px 0 10px 0; }
.about_section .title-h2 { margin-bottom: 40px; text-align: center; }
.about_row { margin-bottom: 40px; width: 100%; float: left; }
.about_row:last-child { margin-bottom: 0px; }
.about_row .image img { width: 100%; height: auto; }
.about_row .text { padding-left: 0px; font-size: 20px; }

/*-----------------------------------
        -News Page
-----------------------------------*/

/* text_with_image */
.text_with_image { position: relative; }
.text_with_image .owl-dots { width: 100%; position: absolute; bottom: 10px; left: 0px; text-align: center; z-index: 2; }
@media (min-width: 767px){ .text_with_image .owl-dots { top: auto !important; } }
.text_with_image .owl-dots .owl-dot { margin: 0 3px; padding: 0px; width: 12px; height: 12px; display: inline-block; vertical-align: top; border-radius: 100%; border: none; background: #fff; }
.text_with_image .owl-dots .owl-dot.active { background: #00a5c2; }
.text_with_image .owl-nav button { position: absolute; top:50%;margin-top: -25px; }
@media (min-width: 767px){ .text_with_image .owl-nav button { top:50% !important; } }
.text_with_image .owl-nav button span { display: none; }
.text_with_image .owl-prev { left: 4px; }
.text_with_image .owl-next { right: 4px; }
.text_with_image .owl-prev:before { content: "\f104"; font-family: 'FontAwesomesolid'; font-size: 38px; color: #332f21; }
.text_with_image .owl-next:before { content: "\f105"; font-family: 'FontAwesomesolid'; font-size: 38px; color: #332f21; }

.text_image_row { width: 100%; float: left; position: relative; }
.text_image_row .text { padding: 30px 70px 30px 70px; min-height: 240px; }
.text_image_row .text .title-h3 { margin: 0 0 20px 0; color: #00a5c2; }
.text_image_row .text p { font-size: 20px; }
.text_image_row .text .btn { margin-top: 15px; }
.text_image_row .image { width: 50%; height: 100%; position: absolute; top: 0px; right: 0px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.text_image_row .image .mobile_show { display: none; width: 100%; height: auto; }
.text_image_row .image .tag { padding: 6px; min-width: 260px; position: absolute; top: 0px; right: 0px; font-size: 16px; font-family: Montserrat-Rg; text-align: center; }
.text_image_row .learn { padding-right: 16px; display: inline-block; font-family: Montserrat-Rg; font-size: 20px; color: #00a5c2; text-decoration: none; background: url(../images/blue-Rarrow.png) no-repeat right 8px; }
.text_image_row .brand { padding-top: 14px; display: block; font-size: 12px; }


/* multi_color_colmun */
.multi_color_colmun { padding: 50px 0; }
.multi_color_colmun .title-h2 { margin-bottom: 30px; text-align: center; }
.multi_color_colmun .intro { margin-bottom: 70px; text-align: center; font-size: 20px; max-width: 980px; margin-left: auto; margin-right: auto; }
.multi_color_colmun .colmun { padding-bottom: 30px; }
.multi_color_colmun .colmun > div { width: 100%; float: left; }
.multi_color_colmun .colmun .cat_title { margin: 0px; font-size: 16px; text-align: center; }
.multi_color_colmun .colmun .cat_title a { padding: 8px 0; display: block; color: #fff; text-decoration: none; }
.multi_color_colmun .colmun .image { width: 100%; float: left; }
.multi_color_colmun .colmun .image img { width: 100%; height: auto; }
.multi_color_colmun .colmun .text { padding: 23px 27px 37px 27px; width: 100%; float: left; }
.multi_color_colmun .colmun .text .title { margin: 0 0 10px 0; font-family: Montserrat-SemiBold; font-size: 20px; line-height: normal; }
.multi_color_colmun .colmun .text .title a { color: #332f21; text-decoration: none; }
.multi_color_colmun .colmun .text p { font-size: 20px; line-height: normal; }
.multi_color_colmun .colmun .text .btn { margin: 23px auto 0 auto; display: table; clear: both; }

.three_space .three_row { margin: 0 -32px; }
.three_space .colmun { padding: 0 32px 36px 32px; }

.four_space .three_row { margin: 0 -22px; }
.four_space .colmun { padding: 0 22px 34px 22px; }

.multi_color_colmun.border-layout .colmun .text { padding: 25px 20px 27px 20px; border: 1px solid #702476; border-top: none; }
.multi_color_colmun.border-layout .colmun .text p { font-size: 14px; }
.multi_color_colmun.border-layout .colmun .text .btn { padding: 15px 32px; }

.advertisement { padding-left: 50px; }
.advertisement .add { margin-bottom: 36px; width: 100%; float: left; }
.advertisement .add img { width: 100%; height: auto; }

.pagination_area { padding: 20px 0 0 0; width: 100%; float: left; text-align: center; }
.pagination_area ul { list-style: none; padding: 0px; margin: 0px; }
.pagination_area li { padding: 0 10px; display: inline-block; font-size: 20px; color: #b1b1b1; }
.pagination_area li a { display: block; color: #b1b1b1; text-decoration: none; }
.pagination_area li a:hover { color: #f55095; }
.pagination_area .current, .pagination_area .current a { color: #f55095; }
.pagination_area .left_arrow { width: 8px; height: 13px; background: url(../images/left-arrow.png) no-repeat center center; }
.pagination_area .right_arrow { width: 8px; height: 13px; background: url(../images/right-arrow.png) no-repeat center center; }


/* looking_news */
.looking_news { padding: 45px 0 54px 0; background: #f5f4f4; text-align: center; }
.looking_news .title-h2 { margin-bottom: 50px; }
.looking_news .btn { min-width: 333px; }


/*-----------------------------------
        -Contact Us Page
-----------------------------------*/

/* colmun_set */
.form_section { padding-bottom: 35px; }
.form_section .mobile_show { display: none; }
@media (max-width: 991px){ .form_section .mobile_hide { display: none; } .form_section .mobile_show { display: block; } }
.row_mins { margin: 0 -6px; }
.colmun_set { padding: 0 6px; }
.colmun_set.big_width { width: 60%; }
.colmun_set.small_width { width: 40%; }

.colmun_set .title-h2 { margin: 0 0 20px 0; font-family: RobotoSlab-Rg; color: #00a5c2; }
.colmun_set .col_bg { padding: 35px 30px 20px 30px; margin-bottom: 12px; width: 100%; float: left; background: #f6f6f6; }

.colmun_set p { font-size: 20px; }
.colmun_set p strong { font-family: Montserrat-Rg; }
.colmun_set p a { color: #332f21; text-decoration: none; }

.colmun_set.contact_info p { padding-bottom: 10px; }

.colmun_set .emai_intro { padding-bottom: 30px; }

.colmun_set .type_enquiry { min-height: 366px; }
.colmun_set .type_enquiry .radio_type { margin-bottom: 14px; }

.colmun_set .col_bg.sign, .colmun_set .col_bg.reg { padding-bottom: 40px; }
.colmun_set .sign p { padding: 10px 0 20px 0; font-size: 19px; }
.colmun_set .sign .btn, .colmun_set .reg .btn { min-width: 224px; }
.colmun_set .reg p { padding: 10px 0 30px 0; }

.colmun_set .benefits { min-height: 526px; }
.colmun_set .benefits img { margin: 20px 0 35px 0; }
.colmun_set .benefits ul { padding: 0px; margin: 0px; list-style: none; font-size: 20px; }
.colmun_set .benefits li { margin-bottom: 8px; }

.botton_row { padding: 50px 6px; width: 100%; float: left; text-align: center; }
.botton_row .btn { min-width: 333px; }


/* field_group */
.field_group { padding: 10px 14px 20px; }
.field_group.bottom_space { padding-bottom: 0px; padding-top: 10px; }
.field_group.top_space { padding-top: 0px; }
.field_group label { display: block; font-size: 18px; font-weight: normal; font-family: Montserrat-Rg; }
.field_group .style_field { padding: 0 10px; width: 100%; height: 39px; float: left; font-size: 18px; color: #332f21; border: 1px solid #332f21; font-family: Montserrat-Rg; }
.field_group textarea.style_field { padding: 7px 10px; height: 200px; }
.field_group select.style_field { padding-right: 40px; appearance: none; -webkit-appearance: none; -o-appearance: none; -moz-appearance:none; background: #fff url(../images/select-arrow.png) no-repeat center right / auto 100%; }

.field_group .field_msg { padding-top: 10px; font-size: 16px; clear: both; }
.field_group .field_msg a { font-family: Montserrat-Bold; color: #332f21; }

.field_group .btn { min-width: 220px; }

/* Radio Type */
.radio_slct { margin-bottom: 32px; width: 100%; float: left; }
.radio_slct .title { margin-bottom: 20px; font-size: 20px; font-family: Montserrat-Bold; }
.radio_slct .radio_type { margin-right: 28px; display: inline-block; }
.radio_type { padding-left: 38px; min-height: 20px; display: block; clear: both; position: relative; line-height: normal; font-weight: normal; font-size: 20px; }
.radio_type input[type="radio"] { position: absolute; opacity: 0; visibility: hidden; }
.radio_type input[type="radio"]:checked ~ span:before { background: #00a5c2; }
.radio_type span { padding: 2px; width: 20px; height: 20px; position: absolute; top: 2px; left: 0px; border-radius: 100%; border: 2px solid #00a5c2; background: #fff; }
.radio_type span:before { width: 100%; height: 100%; display: block; content: ""; border-radius: 100%; background: #fff; }
.radio_type a { color: #00a5c2; font-family: Montserrat-Bold; }
.radio_type.spaceB { margin-top: 10px; padding-bottom: 10px; }


/*-----------------------------------
        -Learning Log Page
-----------------------------------*/
.learning_section .count { margin-bottom: 45px; font-size: 20px; font-family: Montserrat-Rg; }

/* learn_item */
.learn_item { margin-bottom: 33px; width: 100%; float: left; position: relative; }
.learn_item .white_bg { width: 100%; float: left; position: relative; background: #fff; }
.learn_item .image { width: 110px; height: 100%; position: absolute; }
.learn_item .image .icon { width: 100%; height: 100%; display: table; }
.learn_item .image .cntr { padding: 10px; width: 100%; height: 100%; display: table-cell; vertical-align: middle; }
.learn_item .image img { margin: 0 auto; display: block; max-height: 100%; }
.learn_item .text { padding: 18px 440px 10px 42px; width: calc(100% - 110px); float: right; min-height: 103px; background: #fff; }
.learn_item .text p { font-size: 18px; }
.learn_item .btn { margin-top: -27px; position: absolute; right: 20px; top: 50%; }

.multi_color_colmun.one_layout { padding: 45px 0; }
.multi_color_colmun.one_layout .title-h2 { margin-bottom: 67px; }
.multi_color_colmun.one_layout .colmun .cat_title { font-family: Montserrat-Rg; font-size: 20px; }
.multi_color_colmun.one_layout .colmun .cat_title a { padding: 22px 0; }
.multi_color_colmun.one_layout .colmun .text { padding: 23px 22px 15px 22px; }
.multi_color_colmun.one_layout .colmun .text p { font-size: 14px; }


/*-----------------------------------
        -Subbrand Landing
-----------------------------------*/
.multi_color_colmun.top_pad { padding-top: 0px; }
.multi_color_colmun.six_layout { padding-bottom: 0px; }
.multi_color_colmun.six_layout .colmun .cat_title { font-family: Montserrat-Rg; font-size: 16px; }
.multi_color_colmun.six_layout .colmun .cat_title a { padding: 21px 0; }
.multi_color_colmun.six_layout .colmun .text { padding: 15px 12px 20px 12px; }
.multi_color_colmun.six_layout .colmun .text p { font-size: 14px; }
.six_layout .colmun .text .btn { padding: 15px 40px; margin-top: 15px; }


/*-----------------------------------
        -Subbrand Resources Content
-----------------------------------*/
/* resources_content */
.resources_content { padding: 60px 0 10px 0; }
.resources_content .title-h2 { margin-bottom: 40px; text-align: center; }
.resources_content .content_row { margin-bottom: 30px; width: 100%; float: left; }
.resources_content .text { padding-right: 10px; }
.resources_content .text p { margin-bottom: 20px; font-size: 18px; }
.resources_content .text a { color: #332f21; text-decoration: underline; }
.resources_content .text a:hover { text-decoration: none; }
.resources_content .text .small_text { padding-top: 20px; font-size: 14px; }
.resources_content .text .small_text span { margin-right: 20px; display: inline-block; }
.resources_content .add img, .resources_pdf_section .add img { margin: 0 auto; display: block; }

/* resources_pdf_section */
.resources_pdf_section { padding: 35px 0; }
.resources_pdf_section .title-h2 { margin-bottom: 72px; text-align: center; }
.resources_pdf_section .item { padding-bottom: 32px; }
.resources_pdf_section .item .image { width: 100%; float: left; }
.resources_pdf_section .item .image img { display: block; margin: auto; }
.resources_pdf_section .item .text { padding: 22px 0 0 0; width: 100%; float: left; }
.resources_pdf_section .item .text p { font-size: 14px; }
.resources_pdf_section .item .text .btn { padding: 15px 28px; margin: 24px auto 0 auto; display: table; clear: both; }
.resources_pdf_section .mobile_show { display: none; }
@media (max-width: 767px) { .resources_content .mobile_hide { display: none; } .resources_pdf_section .mobile_show { display: block; } }

/*-----------------------------------
        -Subbrand News Article Page
-----------------------------------*/
.article_section { padding-bottom: 80px; }

/* content_article */
.content_article { margin: 25px 0 0 0; width: 100%; float: left; }
.content_article p { margin-bottom: 25px; font-size: 18px; }
.content_article img { margin-bottom: 30px; display: block; }
.content_article .publish { padding-top: 40px; font-size: 16px; }
.content_article .source { font-size: 16px; }
.content_article .source strong { font-family: Montserrat-Bold; }

/* article_item */
.article_item { padding: 28px 0; width: 100%; float: left; }
.article_item .item { margin-bottom: 35px; width: 100%; float: left; }
.article_item .image { width: 198px; float: left; }
.article_item .image .cat_title { margin: 0px; font-size: 16px; color: #fff; text-align: center; }
.article_item .image .cat_title a { padding: 8px 0; display: block; color: #fff; text-decoration: none; }
.article_item .image img { width: 100%; height: auto; }
.article_item .text { padding: 22px 22px; width: calc(100% - 198px); float: left; background: #fff; }
.article_item .text h2 { margin: 0 0 15px; font-size: 20px; font-family: Montserrat-Rg; }
.article_item .text p { margin-bottom: 15px; font-size: 18px; }
.article_item .text .read { padding-right: 15px; display: inline-block; font-size: 20px; color: #332f20; text-decoration: none; font-family: Montserrat-Rg; background: url(../images/read-arrow.png) no-repeat right 9px; }
.article_item .add { width: 100%; float: left; }


/*-----------------------------------
        -Subbrand About Us
-----------------------------------*/
.multi_color_colmun.normal_layout { padding: 50px 0 20px 0; }
.multi_color_colmun.normal_layout .title-h2.extra_space { margin-bottom: 40px; }
.multi_color_colmun.normal_layout .colmun .text { padding: 25px 0 0 0; }
.multi_color_colmun.normal_layout .colmun .text .title { margin-bottom: 15px; font-family: Montserrat-Bold; }


/*-------------------------------------------------------
        -Subbrand Resources Content Pearl
-------------------------------------------------------*/
.pearls_section { padding: 60px 0; }
.pearls_section .pearls_left .title-h3 { margin: 0 0 20px; }
.pearls_section .pearls_left p { margin-bottom: 15px; font-size: 18px; }
.pearls_section .pearls_left .date { font-size: 14px; }

.pearls_section .pearls_right { padding-top: 40px; }
.pearls_section .pearls_right .tag { padding: 8px 20px; display: inline-block; font-size: 20px; text-transform: uppercase; font-family: Montserrat-Rg; line-height: normal; }
.pearls_section .pearls_right .right_bg { width: 100%; float: left; background: #fff; }
.pearls_section .pearls_right .image { width: 300px; float: left; }
.pearls_section .pearls_right .image img { width: 100%; height: auto; }
.pearls_section .pearls_right .text { padding: 20px 25px; width: calc(100% - 300px); float: left; }
.pearls_section .pearls_right .text .title { margin: 0 0 15px 0; font-size: 20px; font-family: Montserrat-Bold; }
.pearls_section .pearls_right .text p { font-size: 18px; }

/* pearl_slider */
.pearl_slider { padding: 0 50px; margin-top: 50px; width: 100%; float: left; }
.pearl_slider .owl-stage-outer { width: 100%; float: left; }
.pearl_slider .item { width: 100%; float: left; position: relative; background: #fff; }
.pearl_slider .item .image { width: 120px; float: left; }
.pearl_slider .item .text { padding: 10px 15px; width: calc(100% - 120px); float: left; }
.pearl_slider .item .text .title { margin-bottom: 6px; font-size: 16px; font-family: Montserrat-SemiBold; }
.pearl_slider .item .text p { margin: 0px; font-size: 12px; }
.pearl_slider .view_large { width: 18px; height: 18px; position: absolute; top: 0px; right: 0px; background-image: url(../images/maximize-icon.png); background-position: center center; background-repeat: no-repeat; background-size: 14px 14px; }

.pearl_slider .owl-nav button { position: absolute; top:50%;margin-top: -25px; }
.pearl_slider .owl-nav button.disabled { cursor: not-allowed; }
.pearl_slider .owl-nav button span { display: none; }
.pearl_slider .owl-prev { left: 0px; }
.pearl_slider .owl-next { right: 0px; }
.pearl_slider .owl-prev:before { content: "\f104"; font-family: 'FontAwesomesolid'; font-size: 38px; color: #332f21; }
.pearl_slider .owl-next:before { content: "\f105"; font-family: 'FontAwesomesolid'; font-size: 38px; color: #332f21; }


/*-----------------------------------
        -Module Step Page
-----------------------------------*/
.module_section { padding-bottom: 70px; }

/* module_step */
.module_step { padding: 40px 30px; width: 100%; float: left; background: #f6f6f6; }
.module_step .title-h2 { margin: 0 0 20px 0; float: left; font-family: RobotoSlab-Rg; color: #00a5c2; }
.module_step .right_logo { float: right; text-align: right; }
.module_step .right_logo .text { padding: 28px 25px 0 0; float: left; }
.module_step .right_logo .link_title { display: block; margin-bottom: 2px; font-size: 14px; color: #332f21; text-decoration: underline; text-transform: uppercase; font-family: Montserrat-Rg; }
.module_step .right_logo .link_title:hover { text-decoration: none; }
.module_step .right_logo .date { display: block; font-size: 12px; }
.module_step .right_logo .image { float: right; }

.module_step .text_width_field { margin: 0 -18px; padding-top: 70px; clear: both; }
.module_step .text_width_field .colmun { padding: 0 18px; }
.module_step .text_width_field p { margin-bottom: 25px; font-size: 20px; }
.module_step .text_width_field .field_style { padding: 8px 10px; width: 100%; height: 236px; float: left; border: 1px solid #332f21; }

.module_step .content_image { padding-top: 22px; clear: both; }
.module_step .content_image .title-h5 { margin: 0 0 20px 0; font-family: Montserrat-Bold; color: #00a5c2; }
.module_step .content_image .title-h5.Rg { font-family: Montserrat-Rg; font-size: 22px; }
.module_step .content_image p { margin-bottom: 25px; font-size: 20px; }
.module_step .content_image .image { padding-top: 45px; text-align: center; }
.module_step .content_image .image img { margin: 0 auto 25px auto; display: block; }
.module_step .content_image .image p { padding-top: 10px; font-size: 16px; font-family: Montserrat-Rg; }

.module_step .assessment .title-h5 { margin-bottom: 40px; }
.module_step .assessment .radio_type { margin-bottom: 12px; }
.module_step .assessment .style_field { padding: 0 10px; width: 100%; height: 39px; float: left; font-size: 18px; color: #332f21; border: 1px solid #332f21; font-family: Montserrat-Rg; }

.module_step .button_area { padding: 45px 0 0 0; width: 100%; float: left; }
.module_step .button_area .btn { padding: 15px 20px; }
.module_step .button_area .btn .arrow { margin-top: 4px; width: 9px; height: 16px; display: inline-block; vertical-align: top; }
.module_step .button_area .btn.back { float: left; border-radius: 25px 5px 5px 25px; }
.module_step .button_area .btn.back .arrow { margin-right: 20px; background: url(../images/L-white-arrow.png) no-repeat center center; }
.module_step .button_area .btn.next { float: right; border-radius: 5px 25px 25px 5px; }
.module_step .button_area .btn.next .arrow { margin-left: 20px; background: url(../images/R-white-arrow.png) no-repeat center center; }
.module_step .button_area.cntr { text-align: center; }
.module_step .button_area.cntr .btn { padding: 15px 50px; min-width: 240px; }

.module_step.thank_you { text-align: center; position: relative; }
.module_step.thank_you .right_logo { position: absolute; top: 38px; right: 30px; }
.module_step.thank_you .title-h2 { padding: 0 100px 28px 100px; float: none; display: block; font-family: RobotoSlab-Bold; }
.module_step.thank_you .title-h2.Rg { font-family: RobotoSlab-Rg; } 
.module_step.thank_you .code { margin-bottom: 15px; font-size: 20px; font-family: Montserrat-Bold; color: #00a5c2; }
.module_step.thank_you p.Rg { font-family: Montserrat-Rg; }

.module_step.thank_you .button_area .btn { margin: 0 23px 15px 23px; }

.module_step.thank_you .resources_pdf_section { padding: 90px 0 50px; }
.module_step.thank_you .resources_pdf_section .item { float: none; display: inline-block; }
.module_step.thank_you .resources_pdf_section .item .text .btn { padding: 15px 18px; }

.module_step.thank_you .note { clear: both; font-size: 16px; font-family: Montserrat-Rg; }
.module_step.thank_you .note a { font-family: Montserrat-Bold; text-decoration: none; color: #332f21; }

/*-----------------------------------
        -Search Page
-----------------------------------*/
.search_result { padding: 10px 0 58px; }
.search_result .search_title { margin-bottom: 33px; font-size: 20px; }
.search_result .search_title strong { font-family: Montserrat-Bold; }
.search_result .no_result { padding: 15px 0; font-size: 18px; }
.search_result .colmun_set .col_bg { padding-top: 30px; }


/* search_item */
.search_item { margin-bottom: 13px; padding: 18px 15px; width: 100%; float: left; background: #fff; }
.search_item .title { margin: 0 0 15px; font-size: 18px; font-family: Montserrat-Rg; }
.search_item p { margin-bottom: 20px; font-size: 14px; }
.search_item .date { font-size: 14px; float: left; font-family: Montserrat-Bold; }
.search_item .read { padding-right: 20px; font-size: 16px; float: right; font-family: Montserrat-Rg; color: #00a5c2; text-decoration: none; background: url(../images/blue-Rarrow.png) no-repeat right 5px; }


/*-----------------------------------
        -Footer
-----------------------------------*/
footer{width: 100%;float: left; }
footer ul { margin: 0px; padding: 0px; list-style: none; }

.footer_social { padding: 35px 0 47px 0; width: 100%;float: left; text-align: center; }
.footer_social .title { margin-bottom: 22px; font-family: Montserrat-Rg; font-size: 20px; color: #fff; text-transform: uppercase; }
.footer_social li { margin: 0 17px; display: inline-block; }
.footer_social li a { width: 49px; height: 49px; display: block; color: #00a5c2; font-size: 28px; text-align: center; text-decoration: none; line-height: 49px; background: #fff; border-radius: 100%; }
.footer_social li a:hover { background: #fff; }

.footer_menu { padding-bottom: 35px; width: 100%; float: left; text-align: center; }
.footer_menu li { padding: 0 34px; display: inline-block; }
.footer_menu li a { display: block; font-size: 20px; color: #fff; text-decoration: none; }
.footer_menu li a:hover { color: #fff; }

/* footer_popup */
.global_popup { padding: 0 15px; overflow: inherit; overflow-y: auto; }
.global_popup .close { position: absolute; font-size: 42px; line-height: 30px; opacity: 1; top: 7px; right: 11px; outline: none; }
.global_popup .modal-dialog { max-width: 1370px;  width: 100%; }
.global_popup .modal-content { padding: 50px 15px 30px 15px; border: 1px solid #00a5c2; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; }
.global_popup .modal-body { padding: 5px 110px 5px 133px; /*max-height: 663px;*/ overflow-y: auto; font-family: Montserrat-ExtraLight; }
.global_popup .modal-body::-webkit-scrollbar { width: 16px; }
.global_popup .modal-body::-webkit-scrollbar-track { background: #fff; border: 1px solid #c7c7c7; border-radius: 20px; }
.global_popup .modal-body::-webkit-scrollbar-thumb { background: #c7c7c7; border-radius: 20px; }
.global_popup .modal-body::-webkit-scrollbar-thumb:hover { background: #9c9b9b; }

.global_popup .title-h2 { margin: 0 0 25px 0; font-family: RobotoSlab-Rg; color: #00a5c2; text-align: center; }
.global_popup .title-h4 { margin: 0 0 20px 0; font-family: Montserrat-Rg; color: #00a5c2; font-size: 26px; }
.global_popup p { margin-bottom: 20px; font-size: 20px; }
.global_popup p strong { font-family: Montserrat-Rg; }

.global_popup.auto_width .modal-dialog { max-width: 620px; }
.global_popup.auto_width .modal-body { padding: 0 35px; text-align: center; }
.global_popup.auto_width p { font-size: 18px; }
.global_popup.auto_width .style_field { padding: 0 25px; margin: 16px 0 27px; width: 100%; height: 55px; float: left; font-size: 18px; color: #a7a6a6; border: 1px solid #707070; font-family: Montserrat-Rg; border-radius: 10px; }
.global_popup.auto_width .style_field::-webkit-input-placeholder { color: #d0d0d0; }
.global_popup.auto_width .style_field::-moz-placeholder { color: #d0d0d0; }
.global_popup.auto_width .style_field:-ms-input-placeholder { color: #d0d0d0; }
.global_popup.auto_width .style_field:-moz-placeholder { color: #d0d0d0; }
.global_popup.auto_width .btn { margin: 6px 16px; min-width: 220px; font-family: Montserrat-Rg; }
.global_popup.auto_width input.btn { height: 55px; }

.global_popup.auto_width .image { width: 27%; float: left; }
.global_popup.auto_width .image img { display: block; margin: auto; }
.global_popup.auto_width .text { padding-bottom: 20px; width: 68%; float: right; text-align: left; }
.global_popup.auto_width .text .btn { margin: 0px; min-width: auto; padding: 15px 20px; }

.global_popup.pearl p { font-size: 16px; }
.global_popup.pearl .title-h3 { margin-top: 0px; }


/*** Offline Page Popup ***/
.home_page{width: 100%;float: left;}
.home_page img{width: 100%;}
body.offline{width: 100%;height: 100%;position: fixed;padding: 0;}

body.offline .home_page {-webkit-filter: blur(1px);filter: blur(1px);}


.offline_page_popup{position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);
background: #00a5c2;text-align: center;z-index: 9;max-width: 500px;padding: 27px 26px;}
.offline_page_popup .title{color: #fff; padding: 0 0 12px;   font-size: 36px; font-weight: 500;margin: 0;    font-family: RobotoSlab-Bold;}

.offline_page_popup p {color: #fff;    font-family: Montserrat-Light;font-weight:400;font-size: 16px;line-height: 23px;padding:0;margin: 0;}

.offline_page_popup_overlay {    position: fixed;    width: 100%;height: 100%;top: 0;left: 0;background: #fff;opacity: 0.8;z-index: 5;}

/*** Offline Page Popup ***/

/*-----------------------------------
        -Theme Color
-----------------------------------*/
/* purple_color */
body.purple_color .main_menu > ul > li > a { color: #702476; }
body.purple_color .search_bar { border-color: #702476; }
body.purple_color .search_bar .srch_btn { background: url(../images/search-purple.png) no-repeat center center; }
body.purple_color .search_bar input[type="text"] { color: #702476; }
body.purple_color .search_bar input::-webkit-input-placeholder { color: #702476; }
body.purple_color .search_bar input::-moz-placeholder { color: #702476; }
body.purple_color .search_bar input:-ms-input-placeholder { color: #702476; }
body.purple_color .search_bar input:-moz-placeholder { color: #702476; }

body.purple_color .text_image_row .text .title-h3 { margin: 0 0 12px 0; color: #702476; }
body.purple_color .text_image_row .text p { font-size: 16px; }
body.purple_color .text_image_row .learn { color: #702476; background: url(../images/purple-Rarrow.png) no-repeat right 8px; }
body.purple_color .text_with_image .owl-dots .owl-dot.active { background: #702476; }

body.purple_color .colmun_set .title-h2 { color: #702476; }
body.purple_color .colmun_set .col_bg { background: #f8f4f8; }

body.purple_color .global_popup .modal-content { border-color: #702476; }