body {
	font-family: 'open_sansregular', helvetica, arial;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    line-height: 1.4;
    color: #2C2C2C;
    font-size: 13px;
}
a {
	color: #262F3E;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 150%;
}

.bold {
	font-weight: bold;
}
.btn-link {
	margin: 0;
	padding: 0;
}

.navbar {
	margin-bottom: 0; 
	border: 0; 
	background: 0;
	border-radius: 0;
	min-height: 0px;
}

.navbar-nav > li > a {
	padding: 15px;
}

.navbar-nav > li:first-child {
	margin-left: 50px;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #262F3E;
}
.navbar-default .navbar-nav > li > a {
	color: #262F3E;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #262F3E;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: 0;
	color: #262F3E;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: 0;
	color: #262F3E;
}
.navbar-brand > img {
	width: 240px;
	height: auto;
	padding-top: 5px; 
}

.dropdown-menu {
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}
.glacierDropdownMenu > li > a {
	font-family: 'open_sanssemibold', helvetica, arial;
	font-size: 0.9em;
}

.GI_bar {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 2px;
	color: #262F3E;
}

.lBanner-home .GI_bar { 
	color: white !important; 
}
.lBanner-home .navbar-default .navbar-nav > li > a { 
	padding: 13px 15px 5px 15px; 
}

.lBanner-home .navbar-default .navbar-nav > li > a,
.lBanner-home .navbar-default .navbar-nav > li > a:focus, 
.lBanner-home .navbar-default .navbar-nav > li > a:hover { 
	font-weight: bold; 
	color: white; 
}

.lBanner-home {
	position: absolute;
	top: 0px;
	left: 10%;
	width: 60%;
}
.itemCarousel {
	height: 395px;
}
.rBanner-home {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 0px;
	right: 9%;
	height: 395px;
	width: 20%;
}
.rBanner-home .loginNav {
	margin: 10px 0;
}
.rBanner-home .glacierLogo {
	position: absolute;
	top: 33%;
	left: 0%;
	text-align: center;
}
.rBanner-home .glacierLogo > img {
	height: 75px;
	width: auto;
}



.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.hideCarousel, .hideContact {
	display: none;
}

.navbar-form {
	padding-right: 20px;
}

.iconNavBar {
	font-size: 1.1em;
}
.menuIcon {
	font-size: 0.85em;
	color: #4f6c9f;
	margin-right: 5px;
}
.mainMenuIcon {
	font-size: 0.9em;
	margin-right: 5px;
	color: #EFEFEF;
}

.login-pills {
	margin-right: 0px;
}
.rBanner-home .loginNav .login-pills {
	margin-right: 10px;
}

.login-pills > li > a {
	padding: 5px 10px;
}
.login-pills > li > a.btn-warning {
	background-color: #e9b711;
	border: 1px solid #e9b711;
	margin-left: 15px;
}
.login-pills > li > a:hover {}
.login-pills > li > a.btn-warning:hover {}


.banner {
	background-image: url(../img/pageBanner_0.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.contactBanner {
	background-image: url(../img/pageBanner_6.jpg);
	background-position: center left;
}
.glpBanner {
	background-image: url(../img/pageBanner_2.jpg);
}
.gipBanner {
	background-image: url(../img/pageBanner_7.jpg);
}
.mpBanner {
	background-image: url(../img/pageBanner_7.jpg);
}
.gcpBanner {
	background-image: url(../img/pageBanner_3.jpg);
	background-position: 20% center;
}
.aboutBanner {
	background-image: url(../img/pageBanner_0.jpg);
}
.complimentsBanner {
	background-image: url(../img/pageBanner_1.jpg);
	background-position: center left;
}
.complaintsBanner {
	background-image: url(../img/pageBanner_4.jpg);
	background-position: 20% center;
}
.complaintsDisc {
	background-color: #e5e5e5;
	padding: 15px 25px;
}


.lBanner {
	padding-right: 0;
}
.rBanner-nav {
	background-color: rgba(255, 255, 255, 0.8);
}
.rBanner {
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	height: 260px;
}

.rBanner-nav .loginNav {
	margin: 10px 0;
}
.rBanner .glacierLogo {
	position: absolute;
	top: 35%;
	text-align: center;
}
.rBanner .glacierLogo > img {
	height: 75px;
	width: auto;
}



.mainMenuSection {
	background-color: #262F3E;
	min-height: 100px;
	position: relative;
	z-index: 8;
}
.mainMenuCol {
	margin: 15px 0;
	color: white;
}
.contactCol {
	background-color: #262F3E;
	color: white;
	padding: 20px 15px;
	z-index: 9;
}
.contactCol-abs {
	position: absolute;
	padding: 30px;
	width: 100%;
}

.sliderTitle {
	margin: 0 0 15px 0;
    padding: 0;
    line-height: 70%;
    color: #fff;
    font-family: 'open_sanslight';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.sliderList {
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
.sliderList > li {
	margin-bottom: 5px;
}
.sliderList > li > a {
	color: #fff;
    font-family: 'open_sansbold';
    font-size: 14px;
}
.sliderFormTitle {
    font-size: 16px;
    margin-bottom: 8px;
}



.mainMenuTitle {
	font-size: 19px;
    margin: 20px 0;
    font-family: 'open_sanssemibold', helvetica, arial;
}
.mainMenuList {
	margin-top: 20px;
	padding: 0;
	list-style: none;
}
.mainMenuList > li {
	margin-bottom: 5px;
}
.mainMenuList > li > a {
	font-family: 'open_sanssemibold', helvetica, arial;
    font-weight: normal;
    color: white;
}

.returnHome {
	margin-top: 15px;
}
.returnHome > a {
	font-family: 'open_sansbold', helvetica, arial;
	color: #848484; /** title gray **/
	font-size: 0.85em;
}
.returnHome > a > span {
	color: #e1ae43; /** icon link yellow  **/
	font-size: 1.4em;
	margin-right: 4px; 
}




.infoDiv {
	margin: 20px 0;
}
.infoTitle {
	font-size: 40px;
    color: #848484;
    font-family: 'open_sanslight', helvetica, arial;
    font-weight: normal;
	margin-bottom: 5px;
}
.infoSubTitle {
	font-size: 17px;
    font-family: 'open_sansregular', helvetica, arial;
    line-height: 135%;
    margin: 0;
    color: #2c2c2c;
	margin-bottom: 20px;
}

.infoTab > thead th {
	text-align: center;
	width: 25%;
	vertical-align: top !important;
	background-color: #4f6c9f;
	color: #303030;
}
.infoTab > thead th > p {
	font-size: 0.8em;
	margin: 5px 0;
	color: #303030;
}
.infoTab > tbody td > p {
	font-size: 0.9em;
	margin-top: 10px;
	color: #303030;
}
.infoLinks {
	margin-top: 40px;
}
.info_link {
	text-align: center;
}
.info_link > div {
	font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    font-family: 'open_sanssemibold',helvetica,arial;
}
.info_link > p {
	margin-top: 10px;
	font-size: 13px;
}


.simpleTab > thead th {
	font-size: 0.9em;
	text-align: center;
}
.simpleTab > tbody td {
	font-size: 0.9em;
}


.productsSection {
	background-color: #EFEFEF;
	min-height: 100px;
	padding: 40px 0; 
}
.productsTitle {
	color: #3e3e3e;
    font-size: 25px;
    font-family: 'open_sanslight';
    font-weight: normal;
    margin: 0 0 20px 0;
}

.productBox {
	padding: 20px;
}
.productBoxLast {
	padding: 10px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.productBoxTitle {
	height: 50px;
}
.productBoxTitle > a {
	font-size: 1.4em;
	color: #006bb7;
	font-family: 'open_sanslight', helvetica, arial;
}

.productBoxElement {
	margin-top: 30px;
}
.contrElement {
	height: 105px;
}

.productBoxElement > .element1 {
	font-size: 0.9em;
	color: #7a7a7a;
}
.productBoxElement > .element2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 3px;
}
.productBoxElement > .listT {
	margin-bottom: 5px;
	color: black;
}
.productBoxElement > ul {
	padding-left: 20px;
}
.productBoxElement > ul > li {
	font-size: 0.9em;
	color: #7a7a7a;
	margin-bottom: 3px;
}
.productBoxFooter {
	margin-top: 40px;
}
.productBoxFooter > .buttonDiv {
	margin-bottom: 5px;
}
.wideButton {
	width: 100%;
}

.downloadButton {
	background-color: #4f6d9f;
}

.downloadButton:hover {
	background-color: #286090;
}

/* entire container, keeps perspective */
.flip-container {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.4);
	box-shadow: 0 1px 3px rgba(0,0,0, 0.4);
	background-color: white;
}
.flip-container, .front {
	position: relative;
}
/* front pane, placed above back */
.front {
	height: 535px;
	background-color: white;
}



.productPlan {
	margin-top: 15px;
}

.productPlanItem {
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
}
.productPlanItem .col-xs-1 {
	text-align: right;
}

.productPlanLink {
	font-size: 1.2em;
	color: #0075c9; 
	text-decoration: none;
}
.productPlanDesc {
	padding: 10px 0 5px 0;
}

.adviceSection {
	background-color: #606163;
	min-height: 100px;
	padding: 40px 0; 
}
.adviceTitle {
	font-size: 25px;
    font-family: 'open_sanslight';
    font-weight: normal;
    margin: 0 0 20px 0;
	color: white;
}
.adviceSection p {
	color: white;
	font-size: 13px;
    font-family: 'open_sansregular', helvetica, arial;
}
.adviceForm {
	margin: 25px 0;
}
.adviceForm .form-group {
	margin-right: 25px;
	margin-bottom: 15px;
	width: 45%;
}
.adviceForm .form-group > .form-control {
	width: 90%;
}
.adviceForm .form-group label {
	color: white;
	line-height: 1.4;
    font-family: 'open_sanslight', helvetica, arial;
}
.adviceFormButton {
	margin-top: 10px;
}


.contactWide {
	margin-top: 30px;
	padding-bottom: 15px;
}

.contactLeft {
	margin-top: 20px;
	padding-bottom: 15px;
}
.contactBlock {
	margin-bottom: 25px;
}
.contactRight {
	margin-top: 20px;
	border-left: 1px solid #CCC;
}

.formSubmitMsg, .formSubmitError, .sliderSubmitMsg, .sliderSubmitError {
	display: none;
}

.formSubmitMsg > div {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 35px;
}
.formSubmitMsg > p {
	line-height: 135%;
	color: #2C2C2C;
}

.sliderSubmitMsg {
	border: 1px solid white;
	padding: 10px;
	margin: 10px 0;
}
.sliderSubmitMsg div.close_sliderSubmitMsg {
	text-align: right;
	margin-bottom: 5px;
	font-size: 1.2em;
}
.sliderSubmitMsg div.close_sliderSubmitMsg > span {
	cursor: pointer;
}
.sliderSubmitMsg div.title_sliderSubmitMsg {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}
.sliderSubmitMsg > p {
	line-height: 135%;
	color: white;
}
.sliderSubmitError {
	margin-left: 10px;
}




.footerSection {
	background-color: #262F3E;
	min-height: 100px;
	z-index: 10;
	position: relative;
}
.footerCol {
	margin: 35px 0 0 0;
	color: white;
}
.footerTitle {
	color: white;
    font-size: 20px;
    padding: 0px 0px 20px 0px;
    font-family: 'open_sanslight', helvetica, arial;
    font-weight: normal;
    margin: 0;
}
.footerList {
	margin-top: 0px;
	padding: 0;
	list-style: none;
}
.footerList > li {
	margin-bottom: 5px;
}
.footerList > li > a {
	color: white;
}

.footerSocialMedia {
	margin: 15px 0 10px 0;
}
.footerSocialMedia > a {
	margin-right: 8px;
}
.footerCopyR {
	margin-top: 35px;
}


.wwPlan {
	margin-top: 15px;
}

.wwPlanItem {
	padding: 10px 0;
	border-top: 1px solid #CCC;
	margin-top: 10px;
}
.wwPlanItem .col-xs-1 {
	text-align: right;
}
.wwPlanLink {
	font-size: 20px;
    padding: 0px 0px 15px 0px;
    font-family: 'open_sanslight', helvetica, arial;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    color: white;
}
.wwPlanLink:hover, .wwPlanLink:focus, .wwPlanLink:visited {
	color: white;
}
.wwPlanDesc {
	padding: 10px 0 5px 0;
}

.rc-anchor-normal {
	width: 100% !important;
}

.carousel-caption {
	left: 12% !important;
	bottom: 26% !important;
	right: unset !important;
	text-align: left !important;
	width: 50%;
}

.carousel-caption .captionTitle {
	font-size: 2em;
	font-weight: bold;
}
.carousel-caption .captionTxt {
	margin-top: 8px;
	font-size: 1.2em;
	font-weight: bold;
}
.carousel-caption .captionBtnDiv {
	margin-top: 20px;
}


.carousel-control.right {
	right: 25%;
}
.carousel-indicators {
	left: 38%;
}

.currencyR {
	white-space: nowrap;
}


.cybersecurityAwareness {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	background-color: #f4f6f9;
}

.cybersecurityAwareness strong {
	text-shadow: 0 0 0.3px #2c2c2c;
}

.cybersecurityAwareness a {
	color: #4f6d9f;
	font-weight: 700;
	text-shadow: 0 0 0.3px #4f6d9f;
}

/* Recaptcha */
#indexForm .g-recaptcha {
	transform: scale(0.87);
	transform-origin: 0 0;
}