﻿html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-size: 0.9em;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
}

a {
    color: #0b75c2;
}
a:visited {
    color: #639;
}
a:active, a:focus, .btn-link:active, .btn-link:focus {
    background-color: rgb(255, 213, 88);
}
/* Underline links for in content text*/
.override a{
text-decoration:underline;
font-weight: normal;
}
.override a.btn{
text-decoration: none;
    font-size: inherit;
    font-weight: bold;
}

p a{
text-decoration:underline;
}
.container a[target=_blank]:after {
    content: "\f08e";
    color: #999;
    font-size: 0.8em;
    line-height: normal;
    padding-left: 5px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.btn, .btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.btn, .btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #ccc;
}
.btn-primary {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}
.btn-success {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
.btn-info {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}
.btn-warning {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}
.btn:focus, .btn:hover, .btn-default:focus, .btn-default:hover {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #265a88;
    background-position: 0 -15px;
}
.btn-success:focus, .btn-success:hover {
    background-color: #419641;
    background-position: 0 -15px;
}
.btn-info:focus, .btn-info:hover {
    background-color: #2aabd2;
    background-position: 0 -15px;
}
.btn-warning:focus, .btn-warning:hover {
    background-color: #eb9316;
    background-position: 0 -15px;
}
.btn-danger:focus, .btn-danger:hover {
    background-color: #c12e2a;
    background-position: 0 -15px;
}
.btn.active, .btn:active {
    background-image: none;
}
.btn.active, .btn:active, .btn-default.active, .btn-default:active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}
.btn-primary.active, .btn-primary:active {
    background-color: #265a88;
    border-color: #245580;
}
.btn-success.active, .btn-success:active {
    background-color: #419641;
    border-color: #3e8f3e;
}
.btn-info.active, .btn-info:active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}
.btn-warning.active, .btn-warning:active {
    background-color: #eb9316;
    border-color: #e38d13;
}
.btn-danger.active, .btn-danger:active {
    background-color: #c12e2a;
    border-color: #b92c28;
}
.btn, btn:visited, .btn.btn-default, .btn.btn-default:visited {
    color: #333;
}
.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-primary:visited, .btn-success:visited, .btn-info:visited, .btn-warning:visited, .btn-danger:visited{
    color: #fff;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default {
    background-color: #e0e0e0 !important;
    border-color: #ccc !important;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
    background-color: #265a88 !important;
    border-color: #245580 !important;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success {
    background-color: #419641 !important;
    border-color: #3e8f3e !important;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info {
    background-color: #2aabd2 !important;
    border-color: #269abc !important;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning {
    background-color: #eb9316 !important;
    border-color: #e38d13 !important;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger {
    background-color: #c12e2a !important;
    border-color: #ac2925 !important;
}
.btn.btn-link, .btn.btn-link:visited {
    color: #0b75c2;
    background: none;
    border: none;
    box-shadow: none;
}
.btn-link.disabled, .btn-link[disabled], fieldset[disabled] .btn-link {
    background: none !important;
    border-color: #0b75c2 !important;
}
.dropdown-menu > li > a:active, a:focus, .btn-link:active, .btn-link:focus {
    background-color: rgb(255, 213, 88);
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}
.override h3 + h4{
    margin-top: 25px;
}

h1, h2, h3 {
    line-height: 40px;
}
h2, h3 {
    letter-spacing: -0.05em;
}
h1 {
    font-size: 38.5px;
    letter-spacing: -0.06em;
}
h2 {
    border-top: 3px solid #00a8de;
    line-height: 1.4em;
    font-size: 26px;
}
h3 {
    font-size: 24.5px;
}
h4 {
    font-size: 17.5px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 11.9px;
}
.read-text {
    font-size: 1.2em;
    line-height: 1.4em;
}
.large-text {
    font-size: 3em;
    font-family: Arial black, Arial, Helvetica, sans-serif;
    line-height: 0.9em;
}
.related-sidebar h3, .related h3, .related-sidebar div.news_heading {
    border-top: 3px solid #00a8de;
    line-height: 1.6em;
    font-size: 20px;
    letter-spacing: normal;
}
.news h2, .news h3 {
    border-color: #c2508b !important;
}

a.toptask {
    font-weight:bold;
    font-size:1.2em;
    text-decoration:underline;
}

/* make block quotes magically style to override bad formatting */

blockquote 
{
border-left: 3px solid #73a2b2;
margin: 25px 0 0px 0px;
background-color: #e9f1f6;
padding: 13px 15px;
font-size: inherit;
}
.read-text li {
    margin-bottom: 10px;
}

#readcontent blockquote + p
{
margin-top: 25px;
}


#readcontent p + blockquote 
{margin-top: 25px;}

#readcontent p + br + blockquote 
{
margin-top: 0px !important;
}

br ~ br + blockquote
 {
 margin-top: 0px !important; 
 }

#readcontent > br + blockquote
{margin-top: 25px;}



#readcontent blockquote + blockquote 
{
margin: 0px; 
}

#readcontent blockquote + br + blockquote {margin-top: -55px; }


#readcontent blockquote + br + br:first-child() {
background-color:red;
}


#readcontent blockquote p {
font-size:1em;margin: 15px 0px;}

#readcontent blockquote > p:first-child {
font-size:1em;margin: 10px 0px;}

#readcontent blockquote > p:last-child {
font-size:1em;margin-bottom: 10px}
/*

blockquote:before {
content: "\201C";
display: inline-block;
font-family:georgia;
float: left;
font-size: 40px;
font-size: 4rem;
}

blockquote:after {
content: "\201D";
font-family:georgia;
display: inline-block;
float: right;
font-size: 30px;
font-size: 3rem;
}*/

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.calendar-feed h3 {
    border-color: #b0c32c !important;
}
.date {
    color: #888;
}
.small {
    font-size: 0.8em;
}
.muted {
    color: #999999;
}
label {
    font-weight: normal;
}
hr {
    border-top: 1px solid #ccc;
}
ol, ul {
    padding: 0;
    margin: 0 0 10px 25px;
}
ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none;
}
ul.inline, ol.inline {
    margin-left: 0;
    list-style: none;
}
ul.inline > li, ol.inline > li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 0px;
}
.related-sidebar ul li, .related ul li {
    list-style-type: none;
    margin: 0px 0px 4px;
}
.related-sidebar ul li:before, .related ul li:before {
    content: "-";
    position: relative;
    float: left;
    width: 15px;
    margin-left: -15px;
}
ul.unstyled li:before {
    content: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.formee-button, .formee input.btn-primary[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    border-color: #ccc !important;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%) !important;
    border-radius: 4px !important;
    background-repeat: repeat-x !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075) !important;
}

.formee-button:hover, .formee input.btn-primary[type="submit"]:hover, .formee input[type="button"]:hover, .formee input[type="reset"]:hover, .formee-button:focus, .formee input.btn-primary[type="submit"]:focus, .formee input[type="button"]:focus, .formee input[type="reset"]:focus {
    background-color: #e0e0e0 !important;
    background-position: 0 -15px !important;
}

.formee-button:active, .formee input.btn-primary[type="submit"]:active, .formee input[type="button"]:active, .formee input[type="reset"]:active {
    background-image: none !important;
    background-color: #e0e0e0 !important;
    border-color: #dbdbdb !important;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
}

.formee-msg-info h3, .formee-msg-warning h3, .formee-msg-error h3, .formee-msg-success h3 
{
    border-top: none;
}
        
.breadcrumb {
    border: 0px;
    color: #777;
    /*border-bottom: 4px solid #00a8de;*/
    padding: 8px 0px;
    font-size: 1.2em;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    margin: 0 0 24px;
}
.view-all-link {
    /*padding-top: 10px;*/
    margin-bottom: 10px;
}
.tasks h2, .tasks h3, .related-sidebar .tasks h3, .related .tasks h3  {
    border-color: #f7b334;
}
.tasks ul {
    margin: 0px 0px 10px 15px;
}
.tasks ul li {
    font-weight: bold;
    text-decoration: underline;
    list-style-type: none;
    margin: 0px 0px 10px;
    font-size: 1.1em;
}
.tasks ul li:before {
    content: "" !important;
}
.read-text .tasks ul li {
    font-size: 1em;
}
.question {
    border: 1px solid #cccccc;
    background: #fafafa;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 10px;
}
.question_head {
    margin-bottom: 8px;
    cursor: pointer;
}
.question_head:nth-last-child(2) {
    margin-bottom: 0px;
}
.question_title_image, .feedback_title_image {
    float: left;
}
.question_title_image img, .feedback_title_image img {
    vertical-align: -2px;
}
.question_title_text {
    margin-left: 25px;
    color: #0088cc;
}
.question_body {
    margin: 5px 0px 15px 25px;
    cursor: text;
}
.question_head:nth-last-child(2) .question_body {
    margin: 5px 0px 0px 25px;
}
.nav-menu {
    margin: 10px 0px;
}
.nav-menu > li:before {
    content: "" !important;
}
.nav-menu > li > a {
    border-left: 1px solid #d9dde0;
    border-right: 1px solid #d9dde0;
    border-bottom: 1px solid #d9dde0;
    word-break: break-word;
}
.nav-menu > li:first-child > a {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top: 1px solid #d9dde0;
}
.nav-menu > li:last-child > a {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav-menu > .active > a, .nav-menu > .active > a:hover, .nav-menu > .active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: #0AA7D6;
    border: 1px solid #0AA7D6 !important;
    margin-top: -1px;
}
.nav-menu > .active:first-child > a {
    margin-top: 0px;
}
.more-info-list .active {
    display: none;
}

.nav {
    margin: 0px;
}
.navbar-static-top {
    margin:0px;
}
.navbar-inverse {
    border-style: none;
    border-width: 0px;
    background-color: #1b1b1b;
    background-repeat: repeat-x;
    border-color: inherit;
    border-radius: 0px;
    min-height: 45px;
    background-image: linear-gradient(to bottom,#222222 0,#111111 100%);
}
.navbar-inverse .navbar-brand {
    height: auto;
}
.navbar-inverse .navbar-brand img {
    height: 17px;
}
.navbar-inverse .navbar-brand, .navbar-inverse .nav > .dropdown > a {
    color: #ccc;
    margin-right: 2px !important;
    max-height: 46px;
}
.navbar-inverse a.navbar-brand:focus {
    background: #00a8de;
}
.navbar-inverse .nav > li > a {
    padding: 13px 8px;
    font-size: 14px;
}
.navbar-inverse .navbar-toggle {
    margin: 0px 0px 0px 2px;
    border: 0px;
    padding: 13px 16px;
    background-color: #444;
    border-radius: 0px;
    color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    width: 18px;
}
.menu-text {
    margin-left: 6px;
}
ul.nav.userlogin > li > a {
    padding: 13px 16px;
    color: #FFF;
    background: #444;
    margin-left: 2px;
}
.navbar-inverse .navbar-toggle:hover, ul.nav.userlogin > li > a:hover {
    background: #666;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7 !important;
    color: #333 !important;
}
.btn-orange {
    font-size: 19px;
    font-weight: bolder;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f89406;
    border-top: 1px solid #f89406;
    border-left: 1px solid #d57b10;
    border-right: 1px solid #d57b10;
    border-bottom: 1px solid #d57b10;
    background-image: none;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
    color: #ffffff;
    background-color: #f89406;
}
.btn-orange:active, .btn-orange.active {
    background-color: #c67605;
}
.searchy {
    display: inline-block;
    padding: 6px 10px;
    margin-left: 2px;
}
.searchy input[type="text"] {
    width: 170px;
    font-size: 16px;
    line-height: 20px;
    padding: 6px;
    margin-right: -4px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    border-radius: 0px;
}
.searchy .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 6px 12px;
    line-height: 20px;
    vertical-align: top;
}
.navbar-inverse .dropdown-menu, .dropdown-menu2 {
    margin: 0px 0 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 17px;
}
.navbar-inverse .dropdown-menu > li > a {
    padding: 3px 20px;
    line-height: 23px;
    color: #0b75c2;
}
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus, .navbar-inverse .dropdown-submenu:hover > a, .navbar-inverse .dropdown-submenu:focus > a {
    color: #FFF;
    background: #333;
    text-decoration: underline;
    background-color: #00a8de;
}
.navbar-inverse .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.navbar-inverse .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
    background-color: #666 !important;
    background-image: none;
    box-shadow: none;
}
.navbar-inverse .nav .open>a, .nav .open>a:focus, .navbar-inverse .nav .open>a:hover, .navbar-inverse .nav .open>a:active {
    background-color: #666 !important;
    color: #fff !important;
}
#services.on {
    background-color: #666;
    color: #fff;
}
#services.on:before {
    position: absolute;
    bottom: 0px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
#services.on:after {
    position: absolute;
    bottom: -1px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f1f0f0;
    border-left: 6px solid transparent;
    content: '';
}
.az-nav {
    float: left;
    padding: 0px;
    margin: 0px;
    background-color: #f1f0f0;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.az-nav .pagination {
    margin: 12px 15px 13px 15px;
}
.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 0px;
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #f5f5f5;
}
.ga-user {
    max-width: 75px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    vertical-align: top;
}
.userlogin .caret {
    vertical-align: top;
    margin-top: 9px;
}
.footer {
    margin: 50px 0px 70px;
    padding: 25px 0px 0px 0px;
    border-top: 1px solid #ccc;
}
#translate {
    display: inline-block;
    width: 240px;
    float:left;
    margin-right: 15px;
}
#translate h4 {
    float: left;
    font-size: 1.0em;
    margin: 4px 10px 0px 0px;
    padding: 0px;
    color: #555555;
}
select.goog-te-combo {
    color: #00AEEF;
    font-weight: bold;
    width: 165px !important;
    border-color: #555555;
    margin: 1px 0 !important;
    cursor: pointer;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 4px 6px;
}
.goog-te-gadget {
    color: transparent !important;
    font-size: 0 !important;
}
.goog-te-gadget span {
    display:none;
}
.footerhidden {
    display:none;
}
.cogg-logo-wrapper {
    text-align: right;
}
.cogg-logo-wrapper img {
    max-width: 300px;
}
margin-left: -30px;
.list-socialmedia {
    display: inline-block;
    width: calc(100% - 260px);
    float: left;
}
.list-inline.list-socialmedia>li {
    padding: 0px 1px;
}
.list-inline.list-socialmedia>li span {
    color: #666666;
    text-decoration: none;
    font-size: 26px;
    margin: 1px 0px;
}
.list-inline.list-socialmedia>li a:hover span {
    color: #444444;
}
.list-inline.list-socialmedia>.tis_icon {
    vertical-align: top;
    padding: 0px 15px 0px 5px;
}
.tis_icon img {
    width: 22px;
    border-radius: 4px;
    margin: 3px 5px;
}

/* acknowledgement style*/

.atsiflags {
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.owners {
	margin-top: 20px;
	font-size: 0.9em;
}

@media (max-width: 768px) {

	.atsiflags {
		float: none;
		margin: 0px auto 10px;
		width: 90px;
		max-width: 90px;
	}

	.owners {
		clear: both;
		padding-top: 20px;
		text-align: center;
		
	}
}
/* end acknowledgement style*/

/* ---------- footer flags rework ---------- */
/*.terms-footer .container {
    padding-right: 0px;
    padding-left: 0px;
}*/


.allflags {
    padding: 10px 0px 0px 0px;
    margin: 0px auto;
    text-align: right;
}


    .allflags img {
        width: 100px;
    }


@media (max-width: 767px) {
    .allflags {
        padding: 0px 0px 20px 0px;
        margin: 30px auto 0px;
        text-align: center;
    }

    .allflags img {
        /*width: 100px;*/
    }
}


.carousel-control:active, .carousel-control:focus {
    background-color: transparent;
}
.carousel-control:visited {
    color: #fff;
}
.navbar-custom {
    border-radius: 0px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    background: #f3f6f8;
    border: 0px;
    min-height: 40px;
    margin-bottom: 16px;
}
.navbar-custom .navbar-collapse {
    padding:0px;
}
.navbar-custom .nav>li {
    border-left: 1px solid #dee0e3;
}
.navbar-custom .nav>li:last-child {
    border-right: 1px solid #dee0e3;
}
.navbar-custom .navbar-nav>li>a {
    color: #5b5b5b;
    font-size: 1.2em;
    padding: 12px 16px;
}
.navbar-custom .navbar-nav>li>a:hover {
    background-color: rgba(0,0,0,0.05);
}
.navbar-custom .navbar-nav>li>a:focus, .navbar-custom .navbar-nav>li>a:active {
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
}
.navbar-custom .dropdown-menu, .dropdown-menu2 {
    margin: 0px 0 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 17px;
}
.navbar-custom .dropdown-menu > li > a {
    padding: 3px 20px;
    line-height: 23px;
    color: #0b75c2;
}
.navbar-custom .dropdown-menu > li > a:hover, .navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-submenu:hover > a, .navbar-custom .dropdown-submenu:focus > a {
    color: #FFF;
    background: #333;
    text-decoration: underline;
    background-color: #00a8de;
}
.dropdown-header {
    font-size: 14px;
}
.navbar-custom .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.navbar-custom .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
.home-text {
    margin-left:6px;
    display:none;
}
.navbar-custom .navbar-toggle, .home-btn {
    margin: 0px;
    border: 0px;
    padding: 12px 16px;
    border-radius: 0px;
    color: #5b5b5b !important;
}
.navbar-custom .navbar-toggle .icon-bar {
    width: 18px;
    background-color: #5b5b5b;
}
.navbar-custom .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}
.navbar-custom .navbar-toggle:hover, .home-btn:hover {
    background-color: rgba(0,0,0,0.05);
}
.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:active, .home-btn:focus, .home-btn:active {
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
}
.home-btn {
    display:none;
    border-right: 1px solid #dee0e3;
    border-left: 1px solid #dee0e3;
}
.home-btn .fa-home {
    font-size: 1.2em;
}
.home-btn, .home-link {
    cursor: pointer;
}
.search-wrapper {
    float:right;
    overflow: hidden;
    transition: all .2s ease-in;
    border-left: 1px solid #dee0e3;
    border-right: 1px solid #dee0e3;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    background-color: #f3f6f8;
}
.search-menu-btn {
    padding: 12px 24px;
    color: #5b5b5b;
    cursor: pointer;
    float: right;
}
.search-menu-btn:hover {
    background-color: rgba(0,0,0,0.05);
}
.search-menu-btn:focus, .search-menu-btn:active {
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
}
.search-menu-text-outer {
    overflow: hidden;
    width: 0px;
    float: right;
    transition: all .2s ease-in;
}
.search-menu-text-inner {
    float: right;
    padding: 13px 0px 11px 12px !important;
    background: #fff;
    width: 260px;
    margin: 0px !important;
    border-radius: 0px !important;
    border: 0px !important;
    box-shadow: none !important;
    font-size: 16px !important;
}
.search-menu-text-inner:focus {
    outline: none;
}
.search-wrapper.active  {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
    border-color: #caccce;
    background: #fff;
}
.active .search-menu-btn {
    background-color: #ffffff;
}
.active .search-menu-btn:hover {
    background-color: #fff;
}
.active .search-menu-text-outer {
    width: 260px;
}
.iwantto-wrapper {
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    margin-bottom:24px;
    margin-top:10px;
}
.iwantto-header {
    background: #F90;
    color: #fff;
    padding: 5px 10px 3px 10px;
    font-size: 20px;
    font-weight: bold;
}
.iwantto-wrapper ul {
    border-top: 2px solid #F90;
    border-bottom: 2px solid #F90;
    list-style: none;
    background-color: #fafafa;
    padding: 0px 10px;
    margin: 0px;
}
.iwantto-wrapper li {
    border-bottom: dotted 1px #d9d9d9;
    font-size: 1.1em;
}
.iwantto-wrapper li:last-child {
    border-bottom: none;
}
.iwantto-wrapper a {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #cb7b08;
    display: block;
    margin: 0px -10px;
    padding: 8px 10px;
}
.iwantto-wrapper a:hover {
    color: #333;
}
.iwantto-wrapper .iwantto-desc {
    text-decoration: none;
    font-weight: normal;
    font-size: 0.8em;
    color: #666;
    margin-left: 5px;
}

/* i wantt to version 2 style */

.iwantv2 {
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    margin-bottom: 24px;
}


  
  
.iwantv2 ul {
   /* border-top: 2px solid #0b75c2;
    border-bottom: 2px solid #0b75c2;*/
    border-top: solid 2px #F90;
    border-bottom: solid 2px #F90;
	    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    list-style: none;
    background-color: #fafafa;
    padding: 5px 10px;
    margin: 0px;
}
.iwantv2 li {
    border-bottom: dotted 1px #d9d9d9;
    font-size: 1.1em;
}
.iwantv2 li:last-child {
    border-bottom: none;
}
.iwantv2 a {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: normal;
    display: block;
    margin: 0px -10px;
    padding: 8px 10px;
}
.iwantv2 a:hover {
    color: #333;
}
.iwant_des {
    border-bottom: 1px dotted blue;
    font-weight: bold;
}



.iwantto-wrap {
    border-top: 2px solid #0b75c2;
    border-bottom: 2px solid #0b75c2;
    border-radius: 2px;
    margin: 0px 0px 10px;
}
.iwantto-header {
    padding: 4px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #0b75c2;
    border-bottom: 2px solid #0b75c2;
}
.iwantto-wrap ul {
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    list-style: none;
    background-color: #f9fafb;
    padding: 0px 10px;
    margin: 0px;
}
.iwantto-wrap li {
    border-bottom: dotted 1px #d9d9d9;
    margin: 0px !important;
}
.iwantto-wrap li:last-child {
    border-bottom: none;
}
.iwantto-wrap li:before {
    display: none;
}
.iwantto-wrap a {
    display: block;
    margin: 0px -10px;
    padding: 8px 10px;
    text-decoration: none;
}
.iwantto-wrap a:hover {
    background-color: #f3f5f7;
}
.iwantto-wrap a:after {
    clear: both;
}
.iwantto-wrap a:before, .iwantto-wrap a:after {
    display: table;
    content: " ";
}
.iwantto-item-title {
    font-size: 17px;
    font-weight: bold;
    float: left;
    padding: 0px 10px 0px 0px;
    word-break: break-word;
}
.iwantto-item-desc {
    color: #737373;
    float: left;
}



.news-list .clearfix {
    clear: right;
    margin-bottom: 16px;
}
.news-img {
    display: inline-block;
    position: relative;
    width: 30%;
    max-width: 110px;
    float: left;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
.news-img img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-img:after {
    content: '';
    display: block;
    margin-top: 65%;
}
.news-img span {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    background: rgba(11, 117, 194, 0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 4px;
}
.news-list:hover .news-img span {
    opacity: 1;
}
.news-desc {
    display: inline-block;
    float: left;
    padding-left: 10px;
    width: 70%;
}
.news-list:hover .news-title {
    text-decoration: underline;
}
.news-date {
    font-size: 12px;
    color: #888;
}

/* engage item widget content static pages  */
.engage-item {
    display: block;
    margin: 0px 0px 16px;
}
.engage-item:before, .engage-item:after {
    display: table;
    content: " ";
}
.engage-item:after {
    clear: both;
}
.engage-item, .engage-item:hover {
    text-decoration: none;
}
.engage-item-title {
    float: left;
    padding: 0px 10px 0px 0px;
    word-break: break-word;
}
.engage-item:hover .engage-item-title {
    text-decoration: underline;
}
.engage-item-label {
    float: left;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
}
.engage-item-label-success {
    background-color: #5cb85c;
}


.arrows {
    background: #f1f1f1;
}
a.prev, a.next  {
    line-height: 1em;
    display: block;
    width: 100%;
}
a.prev {
    text-align: left;
    float: left;
}
a.next {
    text-align: right;
    float: right;
}
a.prev .blurb, a.next .blurb  {
    font-size: 1.2em;
    line-height: 1.4em;
    width: calc(100% - 45px);
    float: left;
    padding: 10px;
}
a.prev .blurb {
    float: left;
}
a.next .blurb {
    float: right;
}
a.prev:hover .blurb, a.next:hover .blurb  {
    text-decoration: underline;
}
figure {
    margin: 0px 0px 15px 0px !important;
    background: #eee;
}
figure img {
    width: 100%;
}
figcaption {
    padding: 3px 6px;
    font-size: 0.7em;
    color: #555;
    font-family: verdana;
}
.alert-important {
    border-radius: 0px !important;
    webkit-border-radius: 0px;
    border-width: 3px;
    border-style: solid;
}
.item-header {
    margin: 8px 0 0;
}
ul.related-task {
    margin: 0px 0px 10px 15px;
}
ul.related-task li {
    font-weight: bold;
    text-decoration: underline;
    list-style-type: none;
    margin: 0px 0px 10px;
    font-size: 1.1em;
}
ul.related-task li:before {
    display: none;
}
.panel-default {
    background: #f9fafb;
    border-color: #d9dde0;
    padding: 15px;
}
@media (min-width: 1200px) {
    .searchy input[type="text"] {
        width: 190px;
    }
    .ga-user {
        max-width: 255px;
    }
    .navbar-nav {
        max-width: 1076px;
    }
}
@media (min-width: 992px and max-width: 1199px) {
    .navbar-nav {
        max-width: 877px;
    }
}
@media (min-width: 992px) {
    .navbar-inverse>.container .navbar-brand, .navbar-inverse>.container-fluid .navbar-brand {
        margin: 0px 0px 0px -10px;
        padding: 15px 10px 14px;
    }
}
@media (max-width: 991px) and (min-width: 767px) {
    .navbar-inverse .container {
        width: auto;
        padding: 0px;
    }
    .navbar-inverse>.container .navbar-brand, .navbar-inverse>.container-fluid .navbar-brand {
        margin: 0px;
        padding: 15px 14px 14px 20px;
    }
    .navbar-inverse .navbar-toggle {
        display: inline-block !important;
    }
    .navbar-inverse .navbar-nav {
        float: none;
        margin: 7.5px 0px;
    }
    .navbar-inverse .navbar-nav>li {
        float: none;
    }
    .navbar-inverse .navbar-collapse {
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        margin: 0px;
        width: 100%;
    }
    .navbar-inverse .navbar-collapse.collapse {
        overflow-x: visible !important;
    }
    .navbar-inverse .collapse {
        display: none !important;
    }
    .navbar-inverse .collapse.in {
        display: block !important;
    }
    .navbar-inverse .navbar-collapse.in {
        overflow-y: auto !important;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010 !important;
    }
    .cogg-logo-wrapper img {
        width: 250px;
        margin-left: -30px;
    }
    .list-contact {
        width:100%;
        margin-bottom: 5px;
    }
    .navbar-custom .container {
        width: auto;
        padding: 0px;
    }
    .navbar-custom .navbar-toggle {
        display: inline-block !important;
        border-right: 1px solid #dee0e3;
    }
    .navbar-custom>.container .navbar-brand, .navbar-custom>.container-fluid .navbar-brand {
        margin: 0px;
        padding: 15px 14px 14px 20px;
    }
    .navbar-custom .navbar-toggle {
        display: inline-block !important;
    }
    .navbar-custom .navbar-nav {
        float: none;
        width:720px;
        margin: 7.5px 0px;
    }
    .navbar-custom .navbar-nav>li {
        float: none;
    }
    .navbar-custom .navbar-collapse {
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        margin: 0px;
        width: 100%;
    }
    .navbar-custom .navbar-collapse.collapse {
        overflow-x: visible !important;
    }
    .navbar-custom .collapse {
        display: none !important;
    }
    .navbar-custom .collapse.in {
        display: block !important;
    }
    .navbar-custom .navbar-collapse.in {
        overflow-y: auto !important;
    }
    .navbar-custom .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010 !important;
    }
    .home-btn {
        display: inline-block;
    }
    .tablet-wrapper {
        width: 750px;
        margin: auto;
        padding: 0px 15px;
    }
    .col-xs-12.col-sm-2 .nav > li > a {
        padding: 10px 8px;
    }
}
@media (max-width: 991px) {
    .navbar-inverse .navbar-collapse {
        padding-right: 20px !important;
        padding-left: 20px !important;
        border-top: none;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    }
    .navbar-inverse .navbar-nav {
        margin: 10px 0px 20px !important;
        background: #fff;
        padding: 6px 8px 8px 8px;
    }
    .navbar-inverse .nav > .dropdown > a {
        padding: 10px 8px;
        margin-top: 2px;
        margin-right: 0px !important;
        font-weight: bold;
        text-shadow: none;
        color: #222;
        font-size: 16px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #000;
    }
    .navbar-inverse .caret {
        border-top: 4px solid #999;
    }
    .navbar-inverse .nav > .dropdown > a:hover, .navbar-inverse .nav > .dropdown > a:active, .navbar-inverse .nav > .dropdown > a:focus {
        background-color: #ccc;
        color: #000;
    }
    .navbar-inverse .nav li.dropdown > a:hover .caret, .navbar-inverse .nav li.dropdown > a:focus .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }
    .navbar-inverse .nav > li.dropdown.open > a {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .navbar-inverse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        max-width: none;
        font-size: 0.9em;
        border: none;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 6px 10px;
        background: #eee !important;
        margin: 0px;
        padding: 2px 10px !important;
    }
    .navbar-inverse .open .dropdown-menu {
        display:block;
    }
    .navbar-inverse .dropdown-menu li {
        border-bottom: 1px solid #DDD;
        padding-top: 2px;
    }
    .navbar-inverse .dropdown-menu li:last-child {
        border: none;
    }
    .navbar-inverse .dropdown-menu li a {
        color: #333 !important;
        font-size: 14px;
        line-height: 22px !important;
        margin-bottom: 2px;
        padding: 8px !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .navbar-inverse .dropdown-menu li a:hover {
        background-color: #ccc !important;
    }
    .navbar-inverse .nav > li > .dropdown-menu:before, .navbar-inverse .nav > li > .dropdown-menu:after {
        display:none;
    }
    .nav-services {
        list-style: none;
        padding: 8px 0px;
        overflow: auto;
    }
    .nav-services li {
        border-bottom: 0 !important;
        margin-left: 0px !important;
    }
    .navbar-inverse ul.nav-pills.nav-pills2 > li > a, .navbar-inverse ul.nav-pills.nav-pills2 > li > span {
        float: left;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        margin-right: 3px;
        width: 13px;
    }
    .navbar-inverse ul.nav-pills.nav-pills2 li a {
        display: inline-block;
        margin-bottom: 2px;
        margin-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        width: 36px;
        text-align: center;
        padding: 6px !important;
    }
    .navbar-inverse .nav.userlogin > .dropdown > a {
        padding: 15px 16px;
        margin-top: 0px;
        margin-right: 0px !important;
        font-weight: bold;
        text-shadow: none;
        font-size: 16px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        color: #fff;
    }
    .navbar-inverse .nav.userlogin > .dropdown > a:hover, .navbar-inverse .nav.userlogin > .dropdown > a:active, .navbar-inverse .nav.userlogin > .dropdown > a:focus {
        background-color: #666;
    }
    .ga-user {
        color: #000;
        max-width: calc(100% - 20px);
    }
    .navbar-inverse .dropdown-menu .divider {
        padding: 0px !important;
        border-bottom: 1px solid #ccc !important;
        margin: -1px -5px 0px -5px;
    }
    .navbar-inverse-custom .navbar-brand {
        margin-left: 10px !important;
    }
    .navbar-custom .navbar-collapse {
        padding-right: 20px !important;
        padding-left: 20px !important;
        border-top: 1px solid #dee0e3 !important;
        clear: right;
    }
    .navbar-custom .navbar-nav {
        margin: 10px auto 20px !important;
        background: #fff;
        padding: 6px 8px 8px 8px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    }
    .navbar-custom .nav > li, .navbar-custom .nav>li:last-child {
        border: none;
    }
    .navbar-custom .nav > li > a {
        padding: 10px 8px;
        margin-top: 2px;
        margin-right: 0px !important;
        font-weight: bold;
        text-shadow: none;
        color: #222;
        font-size: 16px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #000;
    }
    .navbar-custom .caret {
        border-top: 4px solid #999;
    }
    .navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:active {
        background-color: #ccc;
        color: #000;
        background-image: none;
        box-shadow: none;
    }
    .navbar-custom .nav > li > a:focus {
        background-color: #666;
        background-image: none;
        box-shadow: none;
    }
    .navbar-custom .nav li.dropdown > a:hover .caret, .navbar-custom .nav li.dropdown > a:focus .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }
    .navbar-custom .nav > li.dropdown.open > a {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    .navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.open>a {
        background-color: #ccc !important;
        color: #000 !important;
        background-image: none;
        box-shadow: none;
    }
    .navbar-custom .nav .open>a:hover {
        background-color: #666 !important;
        background-image: none;
        box-shadow: none;
    }
    .navbar-custom .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        max-width: none;
        font-size: 0.9em;
        border: none;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 6px 10px;
        background: #eee !important;
        margin: 0px;
        padding: 2px 10px !important;
    }
    .navbar-custom .open .dropdown-menu {
        display:block;
    }
    .navbar-custom .dropdown-menu li {
        border-bottom: 1px solid #DDD;
        padding-top: 2px;
    }
    .navbar-custom .dropdown-menu li:last-child {
        border: none;
    }
    .navbar-custom .dropdown-menu li a {
        color: #333 !important;
        font-size: 14px;
        line-height: 22px !important;
        margin-bottom: 2px;
        padding: 8px !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .navbar-custom .dropdown-menu li a:hover {
        background-color: #ccc !important;
    }
    .navbar-custom .nav > li > .dropdown-menu:before, .navbar-custom .nav > li > .dropdown-menu:after {
        display:none;
    }
    .navbar-custom .dropdown-menu .divider {
        padding: 0px !important;
        border-bottom: 1px solid #ccc !important;
        margin: -1px -5px 0px -5px;
    }
    .home-text {
        display:inline-block;
    }
    .search-wrapper {
        position: relative;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0px 15px;
    }
    h1 {
        font-size: 1.7em;
        margin: 3px 0 10px 0px;
        line-height: 1.2em;
        letter-spacing: -0.03em;
    }
    h2 {
        font-size: 1.4em;
        line-height: 1.2em;
        letter-spacing: -0.02em;
        border-width: 2px;
    }
    h3 {
        font-size: 1.3em;
        line-height: 1.2em;
        letter-spacing: 0em;
    }
    .read-text {
        font-size: 1em;
    }
    .large-text {
        font-size: 2em;
        font-family: Arial black, Arial, Helvetica, sans-serif;
        line-height: 0.9em;
    }
    .related-sidebar h3, .related h3, .related-sidebar div.news_heading {
        border-width: 2px;
    }
    .breadcrumb {
        font-size: 1em;
        margin-bottom: 10px;
        padding: 3px 0px;
        margin-top: -10px;
        /*border-bottom: 2px solid #00a8de;*/
    }
    .navbar-inverse .container {
        padding: 0px;
    }
    .navbar-inverse .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .navbar-inverse .container>.navbar-collapse, .container>.navbar-header {
        margin: 0px;
    }
    .navbar-inverse .navbar-nav {
        margin: 7.5px 0px;
    }
    .navbar-inverse>.container .navbar-brand, .navbar-inverse>.container-fluid .navbar-brand {
        padding: 15px 14px 14px 20px;
    }
    .searchy {
        padding: 10px 0px 0px 0px;
        margin: 0px;
    }
    .searchy input[type="text"] {
        width: calc(100% - 44px);
        max-width: 380px;
    }
    .navbar-inverse .dropdown-menu .divider {
        padding: 0px !important;
        border-bottom: 1px solid #ccc !important;
        margin: -1px -5px 0px -5px;
    }
    .list-footer {
        text-align:center;
    }
    #translate {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        margin-right: 0px;
        float: none;
    }
    #translate h4 {
        float: none;
        display: inline-block;
    }
    #google_translate_element {
        display: inline-block;
    }
    .list-socialmedia {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
        float: none;
    }
    .list-inline.list-socialmedia>li {
        padding: 0px;
    }
    .list-inline.list-socialmedia>li span {
        margin: 0px;
        font-size: 38px;
        padding-right: 6px;
    }
    .list-inline.list-socialmedia>li:last-child span {
        padding-right: 0px;
    }
    .list-inline.list-socialmedia>.tis_icon {
        padding: 0px;
    }
    .tis_icon img {
        width: 33px;
        border-radius: 6px;
        margin: 3px 7px 0px 10px;
    }
    .cogg-logo-wrapper {
        text-align: center;
    }
    .navbar-custom .container {
        padding: 0px;
    }
    .navbar-custom .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .navbar-custom .container>.navbar-collapse, .container>.navbar-header {
        margin: 0px;
    }
    .navbar-custom .navbar-nav {
        margin: 7.5px 0px;
    }
    .navbar-custom .dropdown-menu .divider {
        padding: 0px !important;
        border-bottom: 1px solid #ccc !important;
        margin: -1px -5px 0px -5px;
    }
    .navbar-custom .navbar-toggle {
        border-left: 1px solid #dee0e3;
        padding: 10px 16px;
    }
    .search-wrapper {
        float: none;
        margin-top: 10px;
        border: 0px;
        background-color: #fff;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
    }
    .search-menu-btn {
        padding: 9px 18px;
        font-size: 16px;
        width: 50px;
    }
    .search-menu-text-outer {
        width: calc(100% - 50px);
    }
    .search-menu-text-inner {
        padding: 10px 0px 8px 10px !important;
        width: 100%;
    }
    .arrows {
        display: none;
    }
    .iwantto-wrapper {
        margin-top: 0px;
    }
    .iwantto-header {
        display: none;
    }
    .iwantto-wrapper a {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 10px 8px;
    }
    .iwantto-wrapper .iwantto-desc {
        font-size: 12px;
        line-height: 12px;
    }
}
@media (max-width: 480px) {
    .menu-text {
        margin-left: 0px;
    }
    ul.userlogin {
        display: none !important;
    }
    .navbar-custom .icon-bar {
        display: block !important;
    }
    .menu-text {
        margin-left: 6px;
    }
}
@media (max-width: 360px) {
    .icon-bar {
        display: block !important;
    }
    /* .menu-text {
        display: none !important;
    } */
}

/* ---------- Article page styling ---------- */

.gallery-thumb-wrapper
{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
}
.gallery-thumb-wrapper img
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-thumb-wrapper .click-overlay, .gallery-thumb-wrapper .zoom-overlay
{
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.gallery-thumb-wrapper .click-overlay
{
    background: rgba(0,0,0,0.4);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.gallery-thumb-wrapper .zoom-overlay
{
    display: block;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
    width: 16px;
    height: 17px;
    line-height: 0px;
    text-align: center;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
}
.gallery-item
{
    font-size: 1.2em;
}
.gallery-thumb-wrapper:after
{
    content: '';
    display: block;
    margin-top: 73.33%;
}
.gallery-thumb-wrapper:hover .click-overlay, .gallery-thumb-wrapper:hover .zoom-overlay
{
    opacity: 1;
}
.col-xs-4.col-sm-8.col-md-12.gallery-item .gallery-thumb-wrapper img {
    position: relative;
}
.col-xs-4.col-sm-8.col-md-12.gallery-item .gallery-thumb-wrapper:after
{
    display:none;
}
.gallery-modal .modal-dialog
{
    width: auto;
}
.gallery-modal .modal-content
{
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}
.gallery-modal .modal-body
{
    padding: 8px;
}
.gallery-modal .modal-img
{
    max-width: 100%;
    max-height: 100%;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}
.gallery-modal .close
{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 0px;
    text-align: center;
    top: 5%;
    right: 5%;
    z-index: 200;
    opacity: 1;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-shadow: none;
    font-size: 29px;
}
.gallery-modal .close span
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-modal .modal-img-wrapper
{
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.row-gallery
{
    margin: 0px -2px;
}
.row-gallery .col-xs-12, .row-gallery .col-sm-8, .row-gallery .col-md-12, .row-gallery .col-xs-4
{
    padding: 2px 2px;
}
.gallery-thumb-wrapper
{
    box-shadow: 0 0 1px rgba(0,0,0,0.35);
}
.gallery-modal
{
    padding: 0px !important;
}
.gallery-modal .left, .gallery-modal .right
{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    position: absolute;
    top: calc(50% - 25px);
    z-index: 200;
    border: 0;
    padding: 0px;
}
.gallery-modal .left
{
    left: 5%;
}
.gallery-modal .right
{
    right: 5%;
}
.gallery-modal .close:hover, .left:hover, .right:hover
{
    background: rgba(255,255,255,0.15);
}
.gallery-open
{
    overflow: hidden;
}
.gallery-modal.modal.fade .modal-dialog
{
    -webkit-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    filter: alpha(opacity=0);
    opacity: 0;
}
.gallery-modal.modal.in .modal-dialog
{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    filter: alpha(opacity=1);
    opacity: 1;
}
.modal-shadow
{
    position: absolute;
    display: block;
    z-index: 100;
}
.modal-shadow-top
{
    top: 0;
    left: 0;
    width: 100%;
    height: calc(15% + 50px);
    background: linear-gradient(to top,transparent 0,rgba(0,0,0,.6) 100%);
}
.modal-shadow-left
{
    top: 0;
    left: 0;
    height: 100%;
    width: calc(15% + 50px);
    background: linear-gradient(to left,transparent 0,rgba(0,0,0,.6) 100%);
}
.modal-shadow-right
{
    top: 0;
    right: 0;
    height: 100%;
    width: calc(15% + 50px);
    background: linear-gradient(to right,transparent 0,rgba(0,0,0,.6) 100%);
}
.modal-shadow-bottom
{
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(15% + 50px);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.6) 100%);
}
.gallery-modal .modal-desc {
    position: absolute;
    z-index: 101;
    width: 100%;
    top: 100%;
    /*bottom: 0px;*/
    /*height: 72px;*/
    min-height: 24px;
    overflow: hidden;
    margin: 10px 0px;
    overflow: auto;
}
.gallery-modal .modal-desc .read-text
{
    color: #eaeaea;
    width: 100%;
    text-align: center;
    max-width: 1140px;
    margin: auto;
}
.modal-desc blockquote {
    padding: 10px 15px;
    color: #333;
}
.modal-desc blockquote + blockquote {
    margin: 0px;
    padding: 0px 15px 10px;
}
.modal-desc blockquote + p {
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .gallery-modal .modal-dialog
    {
        margin: 10px auto;
    }
    .gallery-thumb-wrapper .zoom-overlay
    {
        opacity: 1;
        filter: alpha(opacity=1);
        right: 5px;
        bottom: 4px;
        left: initial;
        top: initial;
        z-index: 200;
        text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
    }
    .gallery-thumb-wrapper:before
    {
        position: absolute;
        content: "";
        height: 1px;
        width: 1px;
        bottom: 0px;
        right: 0px;
        z-index: 100;
        box-shadow: 0px 0px 30px 30px rgba(0,0,0,0.4);
        transform: rotate(45deg);
    }
}
@media (max-width: 767px)
{
    .gallery-modal .close, .gallery-modal .left, .gallery-modal .right
    {
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 319px) {
    .menu-text {
        display: none;
    }
}
                
.rhs-news
{
    margin: 0px 0px 24px;
}
.rhs-news-img
{
    position: relative;
}
.rhs-news-img img
{
    max-width: 100%;
    border-radius: 2px;
}
.rhs-news-img .zoom-overlay
{
    position: absolute;
    display: block;
    color: #fff;
    width: 16px;
    height: 17px;
    line-height: 0px;
    text-align: center;
    opacity: 1;
    right: 5px;
    bottom: 4px;
    z-index: 200;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.6);
}
.rhs-news-img .click-overlay
{
    position: absolute;
    background: rgba(0,0,0,0.4);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    border-radius: 2px;
}
.rhs-news-img:hover .click-overlay
{
    opacity: 1;
}
.rhs-news-caption
{
    font-size: 11px;
    color: #757575;
    padding: 0px 0px 0px 16px;
    position: relative;
    display: block;
}
.rhs-news-caption:before
{
    content: "\f030";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0px;
    top: 5px;
}


/* Video container */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Readspeaker overwrite */
.rsbtn {
    width: 100% !important;
    height: 28px !important;
    margin: 4px 0px 12px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    padding: 0px !important;
}
.rsbtn_play {
    padding: 6px 8px 6px 4px !important;
    border-radius: 4px;
}
.rsbtn_play:hover {
    background-color: #f3f5f7;
    text-decoration: underline;
}
.rsbtn_play:hover .rsbtn_text {
    text-decoration: underline;
}
.rsbtn_left {
    height: 14px !important;
}
.rsbtn_left .rsbtn_text {
    background: none !important;
    padding: 0px !important;
    color: #0b75c2;
    margin: 0px !important;
}
.rsbtn_left .rsbtn_text:hover {
    text-decoration: underline;
}
.rsbtn_left .rsbtn_text span:before, .rsbtn_pause:before, .rsbtn_stop:before, .rsbtn_volume:before, .rsbtn_settings:before, .rsbtn_dl:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rsbtn_left .rsbtn_text span:before {
    content: "\f028";
    margin: 0px 4px 0px 0px;
}
.rsbtn_right {
    height: auto !important;
}
.rsexpanded .rsbtn_play {
    display: none !important;
}
.rsbtn_exp {
    height: 28px !important;
    width: 100% !important;
    max-width: 360px;
    border: 1px solid #e3e6e8 !important;
    background-color: #fcfcfd !important;
    border-radius: 4px;
}
.rsbtn_player {
    background: none !important;
    width: calc(100% - 146px) !important;
}
.rsbtn_pause, .rsbtn_stop, .rsbtn_volume, .rsbtn_settings, .rsbtn_dl, .rsbtn_closer {
    background: none !important;
    height: 26px !important;
    margin: 0px !important;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
}
.rsbtn_pause, .rsbtn_stop, .rsbtn_volume, .rsbtn_settings, .rsbtn_dl {
    padding: 6px 4px !important;
}
.rsbtn_pause, .rsbtn_stop {
    width: 30px !important;
}
.rsbtn_stop {
    left: 0px !important;
    cursor: pointer;
}
.rsstopped .rsbtn_stop, .rsstopped .rsbtn_stop:hover, .rsstopped .rsbtn_stop.rsfocus {
    color: #868e96;
}
.rsbtn_volume, .rsbtn_settings, .rsbtn_dl {
    width: 26px !important;
}
.rsbtn_closer {
    width: 86px !important;
    padding: 6px 8px !important;
}
.rsbtn_pause:hover, .rsbtn_stop:hover, .rsbtn_volume:hover, .rsbtn_settings:hover, .rsbtn_dl:hover, .rsbtn_closer:hover {
    background: #f3f5f7 !important;
}
.rsbtn_closer:hover {
    text-decoration: underline;
}
.rsstopped .rsbtn_pause:before, .rspaused .rsbtn_pause:before {
    content: "\f04b";
}
.rsplaying .rsbtn_pause:before {
    content: "\f04c";
}
.rsbtn_stop:before {
    content: "\f04d";
}
.rsbtn_volume:before {
    content: "\f028";
}
.rsbtn_settings:before {
    content: "\f013";
}
.rsbtn_dl:before {
    content: "\f019";
}
.rsbtn_closer .rsbtn_btnlabel {
    display: block !important;
    font-size: 12px;
}
.rsbtn_progress_container {
    background: none !important;
    background-color: #f5f5f5 !important;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin: 8px !important;
    width: 100px !important;
    width: calc(100% - 94px) !important;
}
.rsbtn_progress_container.rsloading {
    background-position: 0% 0%;
    background-attachment: fixed !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,.25) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.25) 75%,transparent 75%,transparent) !important !important;
    -webkit-background-size: 40px 40px !important;
    background-size: 40px 40px !important;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-color: #aaa !important;
    background-repeat: repeat !important;
}
.rsbtn_progress_container .rsbtn_progress_played {
    border-radius: 4px;
    background: #FFD25B !important;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}
.rsbtn_volume_container {
    background: #fff !important;
    border: 1px solid #0b75c2 !important;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.rsbtn_volume_container .rsbtn_volume_slider {
    left: 8px !important;
    top: 8px !important;
    background: #eaeaea !important;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0px 1px 2px rgba(0,0,0,.2);
    width: 8px !important;
    height: 52px !important;
}
.rsbtn_volume_slider .rsbtn_volume_handle {
    left: -6px !important;
    width: 20px !important;
    height: 8px !important;
    background: #0b75c2 !important;
    border-radius: 4px;
    margin-top: 4px !important;
}
.rsbtn_volume_slider .rsbtn_volume_handle a {
    margin-top: -6px;
    height: 20px !important;
    background: none !important;
}
.rsbtn_status_overlay {
    width: 100% !important;
    top: 0px !important;
    height: 26px !important;
    background: #e9e8ea !important;
    border-radius: 4px;
}
.rsbtn_status {
    margin: 0px !important;
    padding: 5px 0px !important;
}
.rspopup {
    height: 28px !important;
    width: 100% !important;
    max-width: 360px;
}
.rspopup .rsbtn_exp {
    border: 1px solid #0b75c2 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.rspopup  .rsbtn_play {
    background: #fff;
    border: 1px solid #0b75c2 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 6px 8px 6px !important;
}
.rspopup  .rsbtn_play:hover {
    background: #f3f5f7 !important;
}
.rspopup .rsbtn_left.rsimg {
    background: none !important;
    width: auto !important;
}
.rspopup .rsbtn_left .rsbtn_text {
    width: auto !important;
}
.rspopup .rsbtn_right {
    width: auto !important;
}
.rsbtn_powered {
    display: none !important;
}
#rslightbox_content #readspeaker_button_settings {
    display: none !important;
}
.rsbtn_progress_container {
    width: calc(100% - 68px) !important;
    width: calc(100% - 42px) !important;
}
.rsbtn_settings, .rsbtn_dl {
    display: none !important;
}
@media (max-width: 767px) {
    .rsbtn {
        margin: 4px 0px 8px !important;
    }
    .rsbtn_player {
        width: calc(100% - 106px) !important;
    }
    .rsbtn_progress_container {
        width: calc(100% - 16px) !important;
    }
    .rsbtn_volume {
        display: none !important;
    }
    .rsbtn_closer {
        width: 46px !important;
    }
    .rsbtn_closer:before {
        content: "Close";
        font-size: 12px;
    }
    .rsbtn_closer .rsbtn_btnlabel {
        display: none !important;
    }
    .rspopup {
        display: none !important;
    }
}

/* channel feature tiles */

.info-row .info-wrap {
    display: block;
    margin-bottom: 24px;
}
.info-row .info-wrap:after, .info-row .info-wrap:before {
    display: table;
    content: " ";
}
.info-row .info-wrap:after {
    clear: both;
}
.info-row .thumbnail {
    margin: 0px;
}
.info-row .thumbnail img {
    width: 100%;
}
.info-row .info-desc {
    padding: 4px 0px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .info-row .col-xs-12.col-sm-4.col-md-3:nth-child(3n+1) {
        clear: left;
    }
}
@media (min-width: 992px) {
    .info-row .col-xs-12.col-sm-4.col-md-3:nth-child(4n+1) {
        clear: left;
    }
}
@media (max-width: 767px) {
    .info-row .info-wrap {
        margin-bottom: 20px;
    }
    .info-row .thumbnail {
        float: left;
        width: 130px;
    }
    .info-row .info-desc {
        float: left;
        width: calc(100% - 130px);
        padding: 0px 0px 0px 8px;
    }
}
        
  /* Masonry grid css */      
        

.mason-grid {
    margin: 0px -15px;
}       
.mason-sizer, .mason-item {
    width: 33.3333%;
}
.mason-item {
    display: block;
    padding: 0px 15px 20px;
}
.mason-item>a {
    display: block;
}
.mason-item>a:hover {
    text-decoration: none;
}
.mason-item-left {
    position: relative;
}
.mason-item-left:after {
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    background: rgba(0, 51, 97, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.mason-item>a:hover .mason-item-left:after {
    opacity: 1;
    filter: alpha(opacity=1);
}
@media (min-width: 581px) {
    .mason-item-title {
        background-color: #000;
        padding: 4px 7px;
        font-size: 0.7em;
        line-height: 1.1em;
        color: #fff;
    }
}
@media (min-width: 992px) {
    .mason-sizer, .mason-item {
        width: 20%;
    }
}
@media (max-width: 767px) {
}
@media (max-width: 580px) {
    .mason-sizer, .mason-item {
        width: 100%;
    }
    .mason-item {
        padding: 0px 15px 20px;
    }
    .mason-item>a:after, .mason-item>a:before {
        display: table;
        content: " ";
    }
    .mason-item>a:after {
        clear: both;
    }
    .mason-item-left {
        float: left;
        width: 120px;
        border-radius: 2px;
        overflow: hidden;
    }
    .mason-item-right {
        float: left;
        width: calc(100% - 120px);
        padding: 0px 0px 0px 12px;
    }
    .mason-item-title {
        font-weight: bold;
    }
    .mason-item>a:hover .mason-item-title {
        text-decoration: underline;
    }
}
@media (max-width: 480px) {
    .mason-sizer, .mason-item {
        width: 100%;
    }
}
@media (max-width: 420px) {
    .mason-sizer, .mason-item {
        width: 100%;
    }
}









/*  ------  Calendar item  ------  */


.cal-cont h3 {
    line-height: 1;
}
.cal-cont h4 {
    margin-top: 20px;
}
.cal-cont ul {
    margin-left: 0px;
    list-style-type: none;
}
.cal-cont li {
    margin-bottom: 10px;
}
.cal-cont .muted {
    color: #777;
}
.cal-cont .cal-ul {
    margin-left: 25px;
    list-style-type: disc;
}
.cal-cont .cal-ul li {
    margin-bottom: 15px;
}
.cal-cont .cal-ul li:last-child {
    margin-bottom: 10px;
}
.cal-cont .panel-expand {
    border: none;
    margin-bottom: 10px;
}
.cal-cont .panel-expand .panel-heading:before, .cal-cont .panel-expand .panel-heading:after {
    display: table;
    content: " ";
}
.cal-cont .panel-expand .panel-heading:after {
    clear: both;
}
.cal-cont .panel-expand .panel-heading a {
    padding: 0px 0px 0px 18px;
    background: none !important;
    font-weight: normal;
    font-size: 14px;
    float: left;
}
.cal-cont .panel-expand .panel-heading a.collapsed:before {
    content: "\f196";
}
.cal-cont .panel-expand .panel-heading a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f147";
    position: absolute;
    top: 4px;
    left: 1px;
}
.cal-cont .panel-expand .panel-heading a.collapsed .panel-heading-text:after {
    content: "more";
}
.cal-cont .panel-expand .panel-heading .panel-heading-text:after {
    content: "less";
}
.cal-cont .panel-expand .panel-heading a.collapsed .panel-heading-count {
    display: inline;
}
.cal-cont .panel-expand .panel-heading .panel-heading-count {
    display: none;
}
.cal-cont .panel-expand .panel-body {
    padding: 0px;
}









/*  ------  Download item  ------  */

.download-item {
    margin-bottom: 20px;
}
.download-item:before,
.download-item:after {
    display: table;
    content: " ";
}
.download-item:after {
    clear: both;
}
.download-item-left,
.download-item-right {
    float: left;
    width: 50%;
}
.download-item-left {
    position: relative;
    width: auto;
    max-width: calc(100% - 75px);
    padding: 0 0 0 22px;
    margin: 0 15px 0 0;
}
a.download-item-left[target="_blank"]:after {
    display: inline;
}
.download-item-left img {
    position: absolute;
    top: 1px;
    left: 0;
}
.download-item-right {
    width: 60px;
}
.download-item-right .rsbtn_play {
    display: block;
    padding: 6px 8px 6px 20px !important;
    margin: -2px 0 0 !important;
    border: 1px solid #d9dde0;
    font-size: 11px;
    line-height: 1;
    position: relative !important;
}
.download-item-right .rsbtn_play:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f028";
    position: absolute;
    top: 6px;
    left: 6px;
}
@media (min-width: 768px) {
    .read-text .download-item-left img {
        top: 3px;
    }
    .read-text .download-item-right .rsbtn_play {
        margin: 0 !important;
    }
}









/*  ------  Expand panel  ------  */

.panel-expand {
    border: 1px solid #d9dde0;
    margin-bottom: 20px;
    box-shadow: none;
    overflow: hidden;
}
.panel-expand .panel-heading {
    background: none;
    padding: 0px;
    border: 0px;
}
.panel-expand .panel-heading a {
    padding: 10px 15px 10px 38px;
    background-color: #f9fafb;
    font-weight: bold;
    font-size: 18px;
    display: block;
    position: relative;
}
.panel-expand .panel-heading a:hover {
    background-color: #f3f5f7;
}
.panel-expand .panel-heading a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f147";
    position: absolute;
    left: 15px;
    top: 12px;
}
.panel-expand .panel-heading a.collapsed:before {
    content: "\f196";
}
.panel-expand .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #d9dde0;
}









/* ---------- Item feedback ---------- */

.feedback-group {
    padding: 20px 0 0;
    margin: 40px 0 20px;
    border-top: 1px solid #d9dde0;
}
.feedback-group:before,
.feedback-group:after {
    display: table;
    content: " ";
}
.feedback-group:after {
    clear: both;
}
.feedback-group-left,
.feedback-group-right {
    float: left;
}
.feedback-group-left {
    padding: 8px 8px 8px 0;
    margin: 0 4px 0 0;
    line-height: 1;
}
.btn-feedback {
    position: relative;
    display: block;
    float: left;
    padding: 8px 8px 8px 30px;
    margin: 0 4px;
    border-radius: 2px;
    color: #545454;
    font-weight: bold;
    line-height: 1;
}
.btn-feedback:hover {
    background-color: #f3f5f7;
    color: #333;
    text-decoration: underline !important;
}
.btn-feedback:focus {
    color: #333;
    background: #e0e6eb;
}
.btn-feedback:active {
    color: #333;
    background: #d0d9e1;
}
.btn-feedback.active,
.btn-feedback.disabled {
    pointer-events: none;
}
.btn-feedback.disabled {
    color: #888;
}
.btn-feedback-yes.active {
    color: #4db34d;
}
.btn-feedback-no.active {
    color: #da5350;
}
.btn-feedback:before {
    position: absolute;
    left: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn-feedback-yes:before {
    content: "\f164";
    top: 4px;
}
.btn-feedback-no:before {
    content: "\f165";
    top: 5px;
}
.feedback-form {
    padding: 20px;
    border: 1px solid #d9dde0;
    margin: 0px 0px 20px;
}
.feedback-form .form-optional:after {
    content: " (Optional)";
    font-style: italic;
    color: #999;
    font-weight: normal;
}
*[id*=P_Pathway] br {
    display: none;
}
*[id*=P_Pathway] *[id*=Panel1] {
    padding: 20px;
    border: 1px solid #d9dde0;
    margin: 0px 0px 20px;
}
*[id*=P_Pathway] *[id*=Panel1] .formee-msg-error {
    display: none;
}
*[id*=P_Pathway] *[id*=Panel1] .grid-12-12 {
    margin: 0;
}
*[id*=P_Pathway] *[id*=Panel1] .grid-12-12 h3 {
    display: none;
}
*[id*=P_Pathway] *[id*=Panel1] .grid-12-12 .formee-readonly {
    display: none;
}
*[id*=P_Pathway] *[id*=Panel1] .formee.grid-12-12 {
    margin: 0 0 30px;
}
*[id*=P_Pathway] *[id*=Panel1] .formee.grid-12-12 label {
    margin: 0 0 6px;
}
*[id*=P_Pathway] *[id*=Panel1] .formee.grid-12-12 .errortext {
    display: block !important;
    margin: 6px 0 0;
    font-size: 13px;
    color: #da5350 !important;
}
*[id*=P_Pathway] *[id*=Panel1] .formee.grid-12-12 .errortext[style*=none] {
    display: none !important;
}
*[id*=P_Pathway] *[id*=P_thankyou] br {
    display: block;
}
*[id*=P_Pathway] *[id*=P_thankyou] .formee-readonly.grid-12-12 {
    display: none;
}










/* ---------- New Nav ---------- */

.navbar-global {
    font-family: 'Avenir LT Std', Helvetica, Arial, sans-serif;
}










/* ---------- New Footer ---------- */

.footer {
    margin: 100px 0 0;
    padding: 40px 0 80px;
    background: #003263;
    border-top: 4px solid #c8e3ed;
    font-family: 'Avenir LT Std', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #221e1f;
    line-height: 1.5;
}
.footer h4 {
    color: #89cfd8;
    margin: 20px 0 10px;
    text-transform: uppercase;
    font-family: 'Brandon Grotesque', Calibri, Arial;
    font-size: 16px;
    line-height: 1.5;
}
.footer-brand {
    display: block;
    float: right;
    width: 280px;
    padding: 15px;
    margin: 0 -15px 0 0;
}
.footer-brand:hover {
    background: #1a4774;
}
.footer-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-list:before,
.footer-list:after {
    display: table;
    content: " ";
}
.footer-list:after {
    clear: both;
}
.footer-list li {
    display: block;
}
.footer-list li a {
    display: block;
    padding: 8px 10px;
    color: #fff;
}
.footer-list li a:hover {
    background: #1a4774;
    text-decoration: none;
}
.footer-list li:first-child a {
    position: relative;
    padding: 8px 10px 8px 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.footer-list li:first-child a:before {
    content: "\f095";
    position: absolute;
    top: 8px;
    left: 10px;
    width: 24px;
    padding: 2px 4px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.col-translate,
.col-tis,
.col-follow,
.col-app {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.col-translate #google_translate_element {
    display: block !important;
}
.col-translate select {
    display: block;
    width: 100% !important;
    min-height: 34px;
    padding: 5px 12px;
    color: #666;
    background-color: #fcfcfd;
    border-color: #003263;
    border-radius: 2px;
    font-weight: normal;
    line-height: 1.4;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.col-translate select:hover {
    color: #333;
    background: #fff;
    border-color: #003263;
}
.col-translate select:focus {
    border-color: #003263;
    outline: 0;
    color: #333;
    background: #fff;
}
.col-translate h4 .fa-language {
    margin-right: 6px;
    width: 23px;
    height: 17px;
    position: relative;
}
.col-translate h4 .fa-language:before {
    content: "\f1ab";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 26px;
}
.btn-tis,
.footer-icons a {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.btn-tis {
    margin: 54px 0 0;
    padding: 2px;
}
.btn-tis:hover,
.footer-icons a:hover {
    background: #1a4774;
}
.footer-icons {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-icons li {
    display: inline-block;
}
.footer-icons li:last-child {
    margin: 0;
}
.footer-icons a:after {
    display: none;
}
.footer-icons .fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.footer-icons .fa-facebook-f {
    padding: 7px 0;
    font-size: 18px;
}
.footer-icons .fa-twitter {
    padding: 7px 0;
    font-size: 18px;
}
.footer-icons .fa-youtube-play {
    padding: 6px 0;
    font-size: 19px;
}
.footer-icons .fa-instagram {
    padding: 5px 0;
    font-size: 20px;
}
.footer-icons .fa-linkedin {
    padding: 6px 0;
    font-size: 18px;
}
.footer-icons .fa-android {
    padding: 4px 0;
    font-size: 20px;
}
.footer-icons .fa-apple {
    padding: 6px 0;
    font-size: 18px;
}
.form-translate .goog-te-gadget {
    font-size: 0 !important;
    color: transparent !important;
}
.form-translate span {
    display: none !important;
}
.form-translate .goog-te-combo {
    font-family: 'Avenir LT Std', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    margin: 0 !important;
}
.cont-atsi {
    position: relative;
    padding: 30px 0 0 115px;
    margin: 60px 0 0;
    border-top: 1px solid #8099b1;
    color: #fff;
}
.cont-atsi a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.cont-atsi img {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100px;
}
@media (min-width: 768px) {
    .footer-list {
        margin: 0 -10px;
    }
    .footer-list li {
        float: left;
    }
    .col-translate {
        width: 230px;
    }
    .col-tis {
        width: 64px;
    }
    .col-follow {
        max-width: 240px;
    }
    .col-app {
        max-width: 110px;
    }
    .footer-icons li {
        margin: 0 4px 0 0;
    }
}
@media (min-width: 992px) {
    .footer-list li a {
        padding: 12px 10px 7px;
    }
}
@media (max-width: 991px) {
    .footer-list li:first-child {
        margin: 0 0 10px;
    }
    .footer-list li:nth-child(2) {
        clear: left;
    }
}
@media (max-width: 767px) {
    .footer {
        margin: 50px 0 0;
        padding: 30px 0 50px;
        border-width: 3px;
    }
    .footer h4 {
        text-align: center;
    }
    .footer-brand {
        float: none;
        width: 100%;
        max-width: 270px;
        margin: 15px auto 0;
    }
    .footer-list {
        text-align: center;
    }
    .footer-list li {
        display: inline-block;
    }
    .footer-list li:first-child {
        width: 100%;
    }
    .footer-list li:first-child a {
        max-width: 250px;
        padding: 6px 10px 6px 40px;
        margin: 0 auto;
        border: 1px solid #fff;
        border-radius: 2px;
    }
    .footer-list li:first-child a:before {
        top: 6px;
    }
    .col-translate .form-translate {
        max-width: 220px;
        margin: 0 auto;
    }
    .col-translate h4 {
        padding-right: 27px;
    }
    .col-translate h4 .fa-language {
        width: 21px;
    }
    .col-translate h4 .fa-language:before {
        font-size: 24px;
    }
    .btn-tis,
    .footer-icons a {
        width: 38px;
        height: 38px;
        padding: 3px;
        margin: 0 auto;
    }
    .btn-tis {
        margin-top: 20px;
    }
    .btn-tis {
        padding: 3px;
        margin: 20px auto 0;
    }
    .footer-icons {
        text-align: center;
    }
    .footer-icons li {
        margin: 0 8px 0 0;
    }
    .footer-icons .fa {
        width: 34px;
        height: 34px;
    }
    .footer-icons .fa-facebook-f {
        padding: 8px 0;
        font-size: 20px;
    }
    .footer-icons .fa-twitter {
        padding: 8px 0;
        font-size: 20px;
    }
    .footer-icons .fa-youtube-play {
        padding: 7px 0;
        font-size: 20px;
    }
    .footer-icons .fa-instagram {
        padding: 6px 0;
        font-size: 22px;
    }
    .footer-icons .fa-linkedin {
        padding: 7px 0;
        font-size: 20px;
    }
    .footer-icons .fa-android {
        padding: 5px 0;
        font-size: 22px;
    }
    .footer-icons .fa-apple {
        padding: 7px 0;
        font-size: 20px;
    }
    .cont-atsi {
        padding: 70px 0 30px;
        margin: 30px auto;
        border-bottom: 1px solid #8099b1;
        text-align: center;
    }
    .cont-atsi img {
        top: 30px;
        left: calc(50% - 50px);
    }
}










/* ---------- Global alert ---------- */

.alert-global {
    display: none;
    padding: 20px 0;
    background-color: #fff3cd;
    border-bottom: 1px solid #dece9b;
    color: #856404;
    line-height: 1.5;
    margin-bottom: 3px;
}
.alert-global .alert {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0;
    border-width: 0;
    border-radius: 0;
}
.alert-global .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #c39ca0;
}
.alert-global .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #a4c7ac;
}
.alert-global .alert-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #90aece;
}
.alert-global .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #dece9b;
}
.alert-global .alert .fa:first-child {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}
.navbar-custom + .alert-global {
    margin-top: -8px;
}
@media (min-width: 768px) {
    .alert-global {
        margin-bottom: 4px;
    }
}










/* ---------- Dynamic item embed ---------- */

.embedded-item {
    padding-top: 40px;
    font-size: 14px;
    font-family: 'Avenir LT Std', Helvetica, Arial, sans-serif;
    color: #221e1f;
    line-height: 1.5;
}
.embedded-item h1,
.embedded-item h2,
.embedded-item h3,
.embedded-item h4,
.embedded-item h5,
.embedded-item h6 {
    margin: 20px 0;
    color: #003263;
    line-height: 1.5;
}
.embedded-item h1,
.embedded-item h2,
.embedded-item h3 {
    letter-spacing: -0.02em;
}
.embedded-item h1 {
    font-size: 38px;
}
.embedded-item h2 {
    font-size: 26px;
}
.embedded-item h3 {
    font-size: 24px;
}
.embedded-item h4 {
    font-size: 18px;
}
.embedded-item h5 {
    font-size: 14px;
}
.embedded-item h6 {
    font-size: 12px;
}
.embedded-item ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a5aeb6;
}
.embedded-item ::-moz-placeholder { /* Firefox 19+ */
    color: #a5aeb6;
}
.embedded-item :-ms-input-placeholder { /* IE 10+ */
    color: #a5aeb6;
}
.embedded-item :-moz-placeholder { /* Firefox 18- */
    color: #a5aeb6;
}
.embedded-item select,
.embedded-item textarea,
.embedded-item input[type="text"],
.embedded-item input[type="password"],
.embedded-item input[type="datetime"],
.embedded-item input[type="datetime-local"],
.embedded-item input[type="date"],
.embedded-item input[type="month"],
.embedded-item input[type="time"],
.embedded-item input[type="week"],
.embedded-item input[type="number"],
.embedded-item input[type="email"],
.embedded-item input[type="url"],
.embedded-item input[type="search"],
.embedded-item input[type="tel"],
.embedded-item input[type="color"],
.embedded-item input[type="file"],
.embedded-item .uneditable-input {
    display: block;
    width: 100%;
    min-height: 39px;
    padding: 8px 12px;
    margin: 0;
    color: #666;
    background-color: #fcfcfd;
    border: 1px solid;
    border-color: #d9dde0;
    border-radius: 2px;
    line-height: 1.5;
    box-shadow: none;
}
.embedded-item select {
    padding-top: 9px;
    padding-bottom: 9px;
}
.embedded-item input[type="file"] {
    cursor: pointer;
}
.embedded-item select:hover,
.embedded-item textarea:hover,
.embedded-item input[type="text"]:hover,
.embedded-item input[type="password"]:hover,
.embedded-item input[type="datetime"]:hover,
.embedded-item input[type="datetime-local"]:hover,
.embedded-item input[type="date"]:hover,
.embedded-item input[type="month"]:hover,
.embedded-item input[type="time"]:hover,
.embedded-item input[type="week"]:hover,
.embedded-item input[type="number"]:hover,
.embedded-item input[type="email"]:hover,
.embedded-item input[type="url"]:hover,
.embedded-item input[type="search"]:hover,
.embedded-item input[type="tel"]:hover,
.embedded-item input[type="color"]:hover,
.embedded-item input[type="file"]:hover,
.embedded-item .uneditable-input:hover {
    color: #333;
    background: #fff;
    border-color: #c1c8cd;
}
.embedded-item select:focus,
.embedded-item textarea:focus,
.embedded-item input[type="text"]:focus,
.embedded-item input[type="password"]:focus,
.embedded-item input[type="datetime"]:focus,
.embedded-item input[type="datetime-local"]:focus,
.embedded-item input[type="date"]:focus,
.embedded-item input[type="month"]:focus,
.embedded-item input[type="time"]:focus,
.embedded-item input[type="week"]:focus,
.embedded-item input[type="number"]:focus,
.embedded-item input[type="email"]:focus,
.embedded-item input[type="url"]:focus,
.embedded-item input[type="search"]:focus,
.embedded-item input[type="tel"]:focus,
.embedded-item input[type="color"]:focus,
.embedded-item input[type="file"]:focus,
.embedded-item .uneditable-input:focus {
    border-color: #1484c6;
    outline: 0;
    color: #333;
    background: #fff;
}
.embedded-item select[disabled],
.embedded-item textarea[disabled],
.embedded-item input[disabled] {
    color: #999 !important;
    background-color: #f6f6f9 !important;
    border-color: #d9dde0 !important;
}
.embedded-item hr {
    border-color: #d9dde0;
}
@media (max-width: 767px) {
    .embedded-item h1 {
        font-size: 25px;
    }
    .embedded-item h2 {
        font-size: 20px;
    }
    .embedded-item h3 {
        font-size: 18px;
    }
    .embedded-item h4 {
        font-size: 16px;
    }
}
.embedded-item .alert {
    padding: 20px;
    border-radius: 0;
}
.embedded-item .alert h1,
.embedded-item .alert h2,
.embedded-item .alert h3,
.embedded-item .alert h4,
.embedded-item .alert h5,
.embedded-item .alert h6,
.embedded-item .alert p,
.embedded-item .alert ul,
.embedded-item .alert li {
    margin: 0 !important;
}
.embedded-item .alert h1,
.embedded-item .alert h2,
.embedded-item .alert h3,
.embedded-item .alert h4,
.embedded-item .alert h5,
.embedded-item .alert h6 {
    padding: 0 !important;
    border: 0 !important;
}
.embedded-item .alert * + h1,
.embedded-item .alert * + h2,
.embedded-item .alert * + h3,
.embedded-item .alert * + h4,
.embedded-item .alert * + h5,
.embedded-item .alert * + h6,
.embedded-item .alert * + p,
.embedded-item .alert * + ul,
.embedded-item .alert * + li {
    margin-top: 20px !important;
}
.embedded-item .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #c39ca0;
}
.embedded-item .alert-danger h1,
.embedded-item .alert-danger h2,
.embedded-item .alert-danger h3,
.embedded-item .alert-danger h4,
.embedded-item .alert-danger h5,
.embedded-item .alert-danger h6 {
    color: #721c24 !important;
}
.embedded-item .alert-danger ul li:before {
    background: #721c24 !important;
}
.embedded-item .alert-danger hr {
    border-top-color: #c39ca0;
}
.embedded-item .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #a4c7ac;
}
.embedded-item .alert-success h1,
.embedded-item .alert-success h2,
.embedded-item .alert-success h3,
.embedded-item .alert-success h4,
.embedded-item .alert-success h5,
.embedded-item .alert-success h6 {
    color: #155724 !important;
}
.embedded-item .alert-success ul li:before {
    background: #155724 !important;
}
.embedded-item .alert-success hr {
    border-top-color: #a4c7ac;
}
.embedded-item .alert-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #90aece;
}
.embedded-item .alert-info h1,
.embedded-item .alert-info h2,
.embedded-item .alert-info h3,
.embedded-item .alert-info h4,
.embedded-item .alert-info h5,
.embedded-item .alert-info h6 {
    color: #004085 !important;
}
.embedded-item .alert-info ul li:before {
    background: #004085 !important;
}
.embedded-item .alert-info hr {
    border-top-color: #90aece;
}
.embedded-item .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #dece9b;
}
.embedded-item .alert-warning h1,
.embedded-item .alert-warning h2,
.embedded-item .alert-warning h3,
.embedded-item .alert-warning h4,
.embedded-item .alert-warning h5,
.embedded-item .alert-warning h6 {
    color: #856404 !important;
}
.embedded-item .alert-warning ul li:before {
    background: #856404 !important;
}
.embedded-item .alert-warning hr {
    border-top-color: #dece9b;
}
.embedded-item .alert-danger.alert-icon,
.embedded-item .alert-success.alert-icon,
.embedded-item .alert-info.alert-icon,
.embedded-item .alert-warning.alert-icon {
    position: relative;
    padding-left: 50px;
}
.embedded-item .alert-danger.alert-icon:before,
.embedded-item .alert-success.alert-icon:before,
.embedded-item .alert-info.alert-icon:before,
.embedded-item .alert-warning.alert-icon:before {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 20px;
    height: 20px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.embedded-item .alert-danger.alert-icon:before {
    content: "\f06a";
}
.embedded-item .alert-success.alert-icon:before {
    content: "\f058";
}
.embedded-item .alert-info.alert-icon:before {
    content: "\f05a";
}
.embedded-item .alert-warning.alert-icon:before {
    content: "\f071";
}
.embedded-item .btn {
    padding: 8px 16px;
    border-radius: 2px;
    font-family: 'Brandon Grotesque', Calibri, Arial;
    line-height: 1.5;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
}
.embedded-item .btn-group-xs > .btn,
.embedded-item .btn-xs {
    padding: 4px 10px;
}
.embedded-item .btn-group-sm > .btn,
.embedded-item .btn-sm {
    padding: 6px 14px;
}
.embedded-item .btn-group-lg > .btn,
.embedded-item .btn-lg {
    padding: 8px 18px;
}
.embedded-item .btn.active,
.embedded-item .btn:active {
    box-shadow: none;
}
.embedded-item .btn.active.focus,
.embedded-item .btn.active:focus,
.embedded-item .btn.focus,
.embedded-item .btn:active.focus,
.embedded-item .btn:active:focus,
.embedded-item .btn:focus {
    outline: none;
}
.embedded-item .btn,
.embedded-item .btn-default,
.embedded-item .btn.btn-default,
.embedded-item .btn:visited,
.embedded-item .btn-default:visited,
.embedded-item .btn.btn-default:visited {
    color: #003361;
    background: #fff;
    border-color: #003361;
}
.embedded-item .btn:hover,
.embedded-item .btn-default:hover {
    color: #003361;
    background: #f0f2f5;
    border-color: #003361;
}
.embedded-item .btn.focus,
.embedded-item .btn:focus,
.embedded-item .btn-default.focus,
.embedded-item .btn-default:focus {
    color: #003361;
    background: #e0e6eb;
    border-color: #003361;
}
.embedded-item .btn.active,
.embedded-item .btn:active,
.embedded-item .btn.active.focus,
.embedded-item .btn.active:focus,
.embedded-item .btn.active:hover,
.embedded-item .btn:active.focus,
.embedded-item .btn:active:focus,
.embedded-item .btn:active:hover,
.embedded-item .btn-default.active,
.embedded-item .btn-default:active,
.embedded-item .btn-default.active.focus,
.embedded-item .btn-default.active:focus,
.embedded-item .btn-default.active:hover,
.embedded-item .btn-default:active.focus,
.embedded-item .btn-default:active:focus,
.embedded-item .btn-default:active:hover {
    color: #003361;
    background: #d0d9e1;
    border-color: #003361;
}
.embedded-item .btn[disabled],
.embedded-item .btn-default[disabled] {
    color: #003361 !important;
    background: #fff !important;
    border-color: #003361 !important;
}
.embedded-item .btn-primary,
.embedded-item .btn-primary:visited {
    color: #fff;
    background: #03488e;
    border-color: #03488e;
}
.embedded-item .btn-primary:hover {
    color: #fff;
    background: #03407d;
    border-color: #03407d;
}
.embedded-item .btn-primary.focus,
.embedded-item .btn-primary:focus {
    color: #fff;
    background: #02386e;
    border-color: #02386e;
}
.embedded-item .btn-primary.active,
.embedded-item .btn-primary:active,
.embedded-item .btn-primary.active.focus,
.embedded-item .btn-primary.active:focus,
.embedded-item .btn-primary.active:hover,
.embedded-item .btn-primary:active.focus,
.embedded-item .btn-primary:active:focus,
.embedded-item .btn-primary:active:hover {
    color: #fff;
    background: #022e5a;
    border-color: #022e5a;
}
.embedded-item .btn-primary[disabled] {
    color: #fff !important;
    background: #03488e !important;
    border-color: #03488e !important;
}
.embedded-item .btn-success,
.embedded-item .btn-success:visited {
    color: #fff;
    background: #05a37d;
    border-color: #05a37d;
}
.embedded-item .btn-success:hover {
    color: #fff;
    background: #059473;
    border-color: #059473;
}
.embedded-item .btn-success.focus,
.embedded-item .btn-success:focus {
    color: #fff;
    background: #048667;
    border-color: #048667;
}
.embedded-item .btn-success.active,
.embedded-item .btn-success:active,
.embedded-item .btn-success.active.focus,
.embedded-item .btn-success.active:focus,
.embedded-item .btn-success.active:hover,
.embedded-item .btn-success:active.focus,
.embedded-item .btn-success:active:focus,
.embedded-item .btn-success:active:hover {
    color: #fff;
    background: #047258;
    border-color: #047258;
}
.embedded-item .btn-success[disabled] {
    color: #fff !important;
    background: #05a37d !important;
    border-color: #05a37d !important;
}
.embedded-item .btn-info,
.embedded-item .btn-info:visited {
    color: #003361;
    background: #99d1dc;
    border-color: #99d1dc;
}
.embedded-item .btn-info:hover {
    color: #003361;
    background: #85c8d5;
    border-color: #85c8d5;
}
.embedded-item .btn-info.focus,
.embedded-item .btn-info:focus {
    color: #003361;
    background: #72bfcf;
    border-color: #72bfcf;
}
.embedded-item .btn-info.active,
.embedded-item .btn-info:active,
.embedded-item .btn-info.active.focus,
.embedded-item .btn-info.active:focus,
.embedded-item .btn-info.active:hover,
.embedded-item .btn-info:active.focus,
.embedded-item .btn-info:active:focus,
.embedded-item .btn-info:active:hover {
    color: #003361;
    background: #5fb7c8;
    border-color: #5fb7c8;
}
.embedded-item .btn-info[disabled] {
    color: #003361 !important;
    background: #99d1dc !important;
    border-color: #99d1dc !important;
}
.embedded-item .btn-warning,
.embedded-item .btn-warning:visited {
    color: #333;
    background: #ffd25b;
    border-color: #ffd25b;
}
.embedded-item .btn-warning:hover {
    color: #333;
    background: #ffcd42;
    border-color: #ffcd42;
}
.embedded-item .btn-warning.focus,
.embedded-item .btn-warning:focus {
    color: #333;
    background: #ffc629;
    border-color: #ffc629;
}
.embedded-item .btn-warning.active,
.embedded-item .btn-warning:active,
.embedded-item .btn-warning.active.focus,
.embedded-item .btn-warning.active:focus,
.embedded-item .btn-warning.active:hover,
.embedded-item .btn-warning:active.focus,
.embedded-item .btn-warning:active:focus,
.embedded-item .btn-warning:active:hover {
    color: #333;
    background: #ffbf0f;
    border-color: #ffbf0f;
}
.embedded-item .btn-warning[disabled] {
    color: #333 !important;
    background: #ffd25b !important;
    border-color: #ffd25b !important;
}
.embedded-item .btn-danger,
.embedded-item .btn-danger:visited {
    color: #fff;
    background: #e74020;
    border-color: #e74020;
}
.embedded-item .btn-danger:hover {
    color: #fff;
    background: #d93717;
    border-color: #d93717;
}
.embedded-item .btn-danger.focus,
.embedded-item .btn-danger:focus {
    color: #fff;
    background: #c23114;
    border-color: #c23114;
}
.embedded-item .btn-danger.active,
.embedded-item .btn-danger:active,
.embedded-item .btn-danger.active.focus,
.embedded-item .btn-danger.active:focus,
.embedded-item .btn-danger.active:hover,
.embedded-item .btn-danger:active.focus,
.embedded-item .btn-danger:active:focus,
.embedded-item .btn-danger:active:hover {
    color: #fff;
    background: #ab2b12;
    border-color: #ab2b12;
}
.embedded-item .btn-danger[disabled] {
    color: #fff !important;
    background: #e74020 !important;
    border-color: #e74020 !important;
}
.embedded-item .btn-link,
.embedded-item .btn-link:visited {
    color: #0088cc;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}
.embedded-item .btn-link:hover {
    color: #23527c;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}
.embedded-item .btn-link.focus,
.embedded-item .btn-link:focus {
    color: #23527c;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
}
.embedded-item .btn-link.active,
.embedded-item .btn-link:active,
.embedded-item .btn-link.active.focus,
.embedded-item .btn-link.active:focus,
.embedded-item .btn-link.active:hover,
.embedded-item .btn-link:active.focus,
.embedded-item .btn-link:active:focus,
.embedded-item .btn-link:active:hover {
    color: #23527c;
    background: #ffd25b;
    border-color: transparent;
    box-shadow: none;
}
.embedded-item .btn-link[disabled] {
    color: #0088cc !important;
    background: transparent !important;
    border-color: transparent !important;
}
.embedded-item .label {
    padding: 3px 6px;
    border: 1px solid transparent;
    border-radius: 0;
}
.embedded-item .label,
.embedded-item .label-default {
    color: #003361;
    background: #fff;
    border-color: #003361;
}
.embedded-item .label-primary {
    color: #fff;
    background-color: #03488e;
    border-color: #03488e;
}
.embedded-item .label-success {
    color: #fff;
    background-color: #05a37d;
    border-color: #05a37d;
}
.embedded-item .label-info {
    color: #003361;
    background-color: #99d1dc;
    border-color: #99d1dc;
}
.embedded-item .label-warning {
    color: #333333;
    background-color: #ffd25b;
    border-color: #ffd25b;
}
.embedded-item .label-danger {
    color: #fff;
    background-color: #e74020;
    border-color: #e74020;
}
.embedded-item .panel {
    position: relative;
    padding: 20px;
    background-color: #e8f4f8;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.embedded-item .panel:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
}
.embedded-item .panel-expand,
.embedded-item .panel-group .panel {
    padding: 0;
    background: #fff;
    border: 1px solid #003361;
    border-radius: 2px;
}
.embedded-item .panel-group .panel + .panel {
    margin-top: 10px;
}
.embedded-item .panel-expand:after,
.embedded-item .panel-group .panel:after {
    display: none;
}
.embedded-item .panel-expand .panel-heading,
.embedded-item .panel-group .panel-heading {
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 16px;
}
.embedded-item .panel-expand .panel-heading a,
.embedded-item .panel-group .panel-heading a {
    display: block;
    position: relative;
    padding: 10px 20px 10px 40px;
    background: #fff;
    border-radius: 2px;
    color: #003263;
    font-size: inherit;
    font-weight: normal;
}
.embedded-item .panel-expand .panel-heading a:hover,
.embedded-item .panel-group .panel-heading a:hover {
    background: #f0f2f5;
}
.embedded-item .panel-expand .panel-heading a:focus,
.embedded-item .panel-group .panel-heading a:focus {
    background: #e0e6eb;
}
.embedded-item .panel-expand .panel-heading a:active,
.embedded-item .panel-group .panel-heading a:active {
    background: #d0d9e1;
}
.embedded-item .panel-expand .panel-heading a:before,
.embedded-item .panel-group .panel-heading a:before {
    content: "\f147";
    position: absolute;
    top: 12px;
    left: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
.embedded-item .panel-expand .panel-heading a.collapsed:before,
.embedded-item .panel-group .panel-heading a.collapsed:before {
    content: "\f196";
}
.embedded-item .panel-expand .panel-body,
.embedded-item .panel-group .panel-body {
    padding: 10px 20px 20px 40px;
}
.embedded-item .panel-expand .panel-heading + .panel-collapse > .panel-body,
.embedded-item .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
.embedded-item .panel-expand .panel-heading h1,
.embedded-item .panel-group .panel-heading h1,
.embedded-item .panel-expand .panel-heading h2,
.embedded-item .panel-group .panel-heading h2,
.embedded-item .panel-expand .panel-heading h3,
.embedded-item .panel-group .panel-heading h3,
.embedded-item .panel-expand .panel-heading h4,
.embedded-item .panel-group .panel-heading h4,
.embedded-item .panel-expand .panel-heading h5,
.embedded-item .panel-group .panel-heading h5,
.embedded-item .panel-expand .panel-heading h6,
.embedded-item .panel-group .panel-heading h6 {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.embedded-item .panel-expand .panel-heading h1 a:before,
.embedded-item .panel-group .panel-heading h1 a:before {
    top: 26px;
    font-size: 24px;
}
.embedded-item .panel-expand .panel-heading h2 a:before,
.embedded-item .panel-group .panel-heading h2 a:before {
    top: 18px;
    font-size: 24px;
}
.embedded-item .panel-expand .panel-heading h3 a:before,
.embedded-item .panel-group .panel-heading h3 a:before {
    top: 14px;
    font-size: 24px;
}
.embedded-item .panel-expand .panel-heading h4 a:before,
.embedded-item .panel-group .panel-heading h4 a:before {
    top: 14px;
}
.embedded-item .panel-expand .panel-heading h5 a:before,
.embedded-item .panel-group .panel-heading h5 a:before {
    top: 11px;
}
.embedded-item .panel-expand .panel-heading h6 a:before,
.embedded-item .panel-group .panel-heading h6 a:before {
    top: 9px;
}
.embedded-item .table {
    border-bottom: 1px solid #003263;
}
.embedded-item .table > tbody > tr > td,
.embedded-item .table > tbody > tr > th,
.embedded-item .table > tfoot > tr > td,
.embedded-item .table > tfoot > tr > th,
.embedded-item .table > thead > tr > td,
.embedded-item .table > thead > tr > th {
    border-color: #003263;
}
.embedded-item .table > tbody > tr > th,
.embedded-item .table > tfoot > tr > th,
.embedded-item .table > thead > tr > th {
    color: #003263;
}
.embedded-item .table > thead > tr > th {
    border-width: 1px;
    background: #e8f4f8;
}
.embedded-item .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9fafb;
}
.embedded-item .table-bordered {
    border-color: #003263;
}
.embedded-item .table-hover > tbody > tr:hover {
    background-color: #f0f7fa;
}
.embedded-item .table > tbody > tr.active > td,
.embedded-item .table > tbody > tr.active > th,
.embedded-item .table > tbody > tr > td.active,
.embedded-item .table > tbody > tr > th.active,
.embedded-item .table > tfoot > tr.active > td,
.embedded-item .table > tfoot > tr.active > th,
.embedded-item .table > tfoot > tr > td.active,
.embedded-item .table > tfoot > tr > th.active,
.embedded-item .table > thead > tr.active > td,
.embedded-item .table > thead > tr.active > th,
.embedded-item .table > thead > tr > td.active,
.embedded-item .table > thead > tr > th.active {
    background-color: #f3f5f7;
}
.embedded-item .table > tbody > tr.success > td,
.embedded-item .table > tbody > tr.success > th,
.embedded-item .table > tbody > tr > td.success,
.embedded-item .table > tbody > tr > th.success,
.embedded-item .table > tfoot > tr.success > td,
.embedded-item .table > tfoot > tr.success > th,
.embedded-item .table > tfoot > tr > td.success,
.embedded-item .table > tfoot > tr > th.success,
.embedded-item .table > thead > tr.success > td,
.embedded-item .table > thead > tr.success > th,
.embedded-item .table > thead > tr > td.success,
.embedded-item .table > thead > tr > th.success {
    color: #155724;
    background-color: #d4edda;
}
.embedded-item .table > tbody > tr.info > td,
.embedded-item .table > tbody > tr.info > th,
.embedded-item .table > tbody > tr > td.info,
.embedded-item .table > tbody > tr > th.info,
.embedded-item .table > tfoot > tr.info > td,
.embedded-item .table > tfoot > tr.info > th,
.embedded-item .table > tfoot > tr > td.info,
.embedded-item .table > tfoot > tr > th.info,
.embedded-item .table > thead > tr.info > td,
.embedded-item .table > thead > tr.info > th,
.embedded-item .table > thead > tr > td.info,
.embedded-item .table > thead > tr > th.info {
    color: #004085;
    background-color: #cce5ff;
}
.embedded-item .table > tbody > tr.warning > td,
.embedded-item .table > tbody > tr.warning > th,
.embedded-item .table > tbody > tr > td.warning,
.embedded-item .table > tbody > tr > th.warning,
.embedded-item .table > tfoot > tr.warning > td,
.embedded-item .table > tfoot > tr.warning > th,
.embedded-item .table > tfoot > tr > td.warning,
.embedded-item .table > tfoot > tr > th.warning,
.embedded-item .table > thead > tr.warning > td,
.embedded-item .table > thead > tr.warning > th,
.embedded-item .table > thead > tr > td.warning,
.embedded-item .table > thead > tr > th.warning {
    color: #856404;
    background-color: #fff3cd;
}
.embedded-item .table > tbody > tr.danger > td,
.embedded-item .table > tbody > tr.danger > th,
.embedded-item .table > tbody > tr > td.danger,
.embedded-item .table > tbody > tr > th.danger,
.embedded-item .table > tfoot > tr.danger > td,
.embedded-item .table > tfoot > tr.danger > th,
.embedded-item .table > tfoot > tr > td.danger,
.embedded-item .table > tfoot > tr > th.danger,
.embedded-item .table > thead > tr.danger > td,
.embedded-item .table > thead > tr.danger > th,
.embedded-item .table > thead > tr > td.danger,
.embedded-item .table > thead > tr > th.danger {
    color: #721c24;
    background-color: #f8d7da;
}
.embedded-item .form-group {
    margin: 0 0 40px;
}
.embedded-item .form-group:after, .form-group:before {
    display: table;
    content: " ";
}
.embedded-item .form-group:after {
    clear: both;
}
.embedded-item .form-group > label {
    font-weight: bold;
    margin: 0;
}
.embedded-item .form-group-optional > label:after,
.embedded-item .form-optional:after {
    content: " (Optional)";
    font-style: italic;
    color: #999;
    font-weight: normal;
}
.embedded-item .form-input {
    margin: 6px 0 0;
}
.embedded-item .form-input label {
    margin: 0;
    font-weight: normal;
}
.embedded-item .form-input textarea {
    width: 100% !important;
}
.embedded-item .form-message {
    display: block !important;
    margin: 6px 0 0;
    font-size: 13px;
}
.embedded-item .form-message[style*=hidden] {
    display: none !important;
}
.embedded-item .form-message-error {
    color: #da5350 !important;
}
.embedded-item > h1:first-child {
    margin-top: 0;
}
.embedded-item h2 {
    border-top: 3px solid #c8e3ed;
    padding: 20px 0 0;
}
.embedded-item ol,
.embedded-item ul {
    padding: 0 0 0 24px;
    margin: 0 0 20px;
}
.embedded-item ul {
    list-style-type: none;
}
.embedded-item ul li {
    position: relative;
}
.embedded-item ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    width: 6px;
    height: 6px;
    margin: 0;
    background: #89cfd8;
    border-radius: 50%;
}
.embedded-item li > ol,
.embedded-item li > ul {
    margin-top: 20px;
}
.embedded-item li {
    margin: 0 0 20px;
}
.embedded-item .read-text {
    line-height: 1.5;
}
.embedded-item .read-text p,
.embedded-item p.read-text {
    margin: 0 0 20px;
}
.embedded-item .lead {
    color: #003263;
    font-family: 'Brandon Grotesque';
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 24px;
    line-height: 1.5;
}
.embedded-item .related h3,
.embedded-item .related-sidebar h3 {
    border-top: 2px solid #c8e3ed;
    padding: 20px 0 0;
}
.embedded-item .related ul,
.embedded-item .related-sidebar ul,
.embedded-item .related li,
.embedded-item .related-sidebar li {
    margin-bottom: 10px;
}
.embedded-item .item-header {
    margin: 0;
}
.embedded-item .related-task {
    padding: 0;
    border-top: 1px solid #89cfd8;
}
.embedded-item .related-task li {
    border-bottom: 1px solid #89cfd8;
    margin: 0;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.embedded-item .related-task li:before {
    display: none;
}
.embedded-item ul.unstyled,
.embedded-item ol.unstyled {
    padding: 0 !important;
    list-style-type: none;
}
.embedded-item ul.unstyled li:before {
    display: none;
}
.embedded-item .panel-img {
    padding: 0;
    background: none;
}
.embedded-item .panel p:last-child,
.embedded-item .container[role="main"] .panel ul:last-child,
.embedded-item .container[role="main"] .panel ol:last-child,
.embedded-item .container[role="main"] .panel li:last-child {
    margin: 0 0 10px;
}
.embedded-item .container[role="main"] .panel ul li:before {
    background: #56cbf5;
}
.embedded-item .container[role="main"] .panel-expand ul li:before,
.embedded-item .container[role="main"] .panel-group ul li:before {
    background: #89cfd8;
}
.embedded-item .row-gallery {
    margin: 20px -2px 0;
}
.embedded-item .gallery-thumb-wrapper {
    border-radius: 0;
    box-shadow: none;
}
.embedded-item .gallery-thumb-wrapper:after {
    margin-top: 100%;
}
.embedded-item .gallery-thumb-wrapper .click-overlay {
    background: rgba(35, 82, 124, 0.3);
}
.embedded-item .gallery-thumb-wrapper .zoom-overlay {
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 1;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.embedded-item .rsbtn {
    margin: 0 0 10px !important;
}
.embedded-item .related-cont .cont-item {
    margin-bottom: 20px;
}
.embedded-item .related-cont .cont-item-left {
    width: 100px;
}
.embedded-item .related-cont .cont-item-right {
    width: calc(100% - 100px);
    padding: 0 0 0 10px;
}
.embedded-item .related-cont .cont-item-title,
.embedded-item .related-cont .cont-item-desc,
.embedded-item .related-cont .cont-item-date {
    font-size: 14px;
    line-height: 20px;
}
.embedded-item .related-cont .cont-item-title {
    font-weight: normal;
}
.embedded-item .related-cont .cont-item-desc {
    color: #51484a;
    font-size: 12px;
}
@media (min-width: 768px) {
    .embedded-item .read-text ul li:before,
    .embedded-item ul.read-text li:before {
        top: 9px;
    }
    .embedded-item .read-text .btn {
        font-size: 1.2em;
    }
    .embedded-item .related h3,
    .embedded-item .related-sidebar h3 {
        font-size: 21px;
    }
    .embedded-item .related-sidebar > *:first-child h3,
    .embedded-item .related-sidebar > h3:first-child {
        border: 0;
        padding: 0;
        margin-top: 0;
    }
    .embedded-item .related-task li {
        font-size: 16px;
    }
    .embedded-item .related-sidebar > *:first-child .row-gallery,
    .embedded-item .related-sidebar > .row-gallery:first-child {
        margin-top: 0;
    }
    .embedded-item .read-text .alert-danger.alert-icon,
    .embedded-item .read-text .alert-success.alert-icon,
    .embedded-item .read-text .alert-info.alert-icon,
    .embedded-item .read-text .alert-warning.alert-icon {
        position: relative;
        padding-left: 54px;
    }
    .embedded-item .read-text .alert-danger.alert-icon:before,
    .embedded-item .read-text .alert-success.alert-icon:before,
    .embedded-item .read-text .alert-info.alert-icon:before,
    .embedded-item .read-text .alert-warning.alert-icon:before {
        width: 24px;
        height: 24px;
        font-size: 24px;
    }
    .embedded-item .read-text .panel-expand .panel-heading,
    .embedded-item .read-text .panel-group .panel-heading {
        font-size: 18px;
    }
    .embedded-item .read-text .panel-expand .panel-heading a,
    .embedded-item .read-text .panel-group .panel-heading a {
        padding-left: 45px;
    }
    .embedded-item .read-text .panel-expand .panel-heading a:before,
    .embedded-item .read-text .panel-group .panel-heading a:before {
        top: 11px;
        font-size: 24px;
    }
    .embedded-item .read-text .panel-expand .panel-body,
    .embedded-item .read-text .panel-group .panel-body {
        padding-left: 45px;
    }
    .embedded-item .read-text .panel-more .panel-heading a {
        padding-left: 30px;
    }
    .embedded-item .read-text .panel-more .panel-heading a:before {
        top: 0;
        font-size: 25px;
    }
    .embedded-item .related-cont .cont-item-left {
        width: 30%;
        max-width: 100px;
    }
    .embedded-item .related-cont .cont-item-right {
        width: 70%;
        min-width: calc(100% - 100px);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .embedded-item .col-xs-12.col-md-4.related-sidebar > *:first-child h3,
    .embedded-item .col-xs-12.col-md-4.related-sidebar > h3:first-child {
        padding: 20px 0 0;
        margin-top: 20px;
        border-top: 2px solid #c8e3ed;
    }
    .embedded-item .col-xs-12.col-md-4.related-sidebar > *:first-child .row-gallery,
    .embedded-item .col-xs-12.col-md-4.related-sidebar > .row-gallery:first-child {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .embedded-item {
        padding-top: 10px;
    }
    .embedded-item h2 {
        border-width: 2px;
    }
    .embedded-item ol,
    .embedded-item ul {
        padding: 0 0 0 20px;
    }
    .embedded-item ul li:before {
        left: -13px;
        width: 5px;
        height: 5px;
    }
    .embedded-item .lead {
        font-size: 18px;
    }
}
