﻿/* WebComm CSS */
/*** GENERAL ***/
a, a:visited, a:hover, a:focus {
color: #005e84;
text-decoration: underline;
}
.no-pad{
padding: 0px;
}
.pad-lft-md{
padding-left: 15px;
}
.no-undr{
text-decoration: none!important;
}
a.no-undr, a.no-undr:visited, a.no-undr:hover, a.no-undr:focus{
text-decoration: none;
}
.h4-thin{
font-weight: 100;
}
.txt-thin{
font-weight: 400;
}
ul{
padding-left: 1.5em;
}
.ms-srch-ellipsis{
font-size: 1.15em!important;
}
.no-brdr{
border: 0px!important;
}
.brdr-grey-rght {
border-right-color: rgba(92, 102, 112, 0.1);
border-right-width: 1px;
border-right-style: solid;
min-height: 200px;
}
/*** END GENERAL ***/
/**GENERAL BORDER**/
.grey-brdr-tp{
padding: 0.5em 0px 0px;
font-size: 1.1em;
border-top: 1px solid rgba(92, 102, 112, 0.1);
}
/**END BORDERS**/
/*** LEFT NAV AHS.ca ***/
.left-nav-top{
background-color: rgb(0, 131, 143)!important;
}
#wb-sec .list-group a.list-group-item.wb-navcurr, #wb-sec .list-group a.list-group-item[href]:focus, #wb-sec .list-group a.list-group-item[href]:hover { background: rgb(92, 102, 112)!important;
}
/*** LEFT NAV AHS.ca END***/
/*** FONT COLOUR ***/
.blue{
color: rgb(0, 94, 133);
}
a.blue, a.blue:visited, a.blue:hover, a.blue:focus {
color: rgb(0, 94, 133);
}
.teal{
color: rgb(0, 131, 143);
}
a.teal, a.teal:visited, a.teal:hover, a.teal:focus {
color: rgb(0, 131, 143);
}
.smoky-teal {
color: rgb(79, 127, 112);
}
a.smoky-teal, a.smoky-teal:visited, a.smoky-teal:hover, a.smoky-teal:focus {
color: rgb(0, 131, 143);
}
.grey{
color: rgb(92, 102, 112);
}
a.grey, a.grey:visited, a.grey:hover, a.grey:focus {
color: rgb(92, 102, 112);
}
.orange{
color: rgb(179, 97, 25);
}
a.orange, a.orange:visited, a.orange:hover, a.orange:focus {
color: rgb(179, 97, 25);
}
.mauve{
color: rgb(109, 58, 93);
}
a.mauve, a.mauve:visited, a.mauve:hover, a.mauve:focus {
color: rgb(109, 58, 93);
}
.green{
color: rgb(100, 125, 59);
}
a.green, a.green:visited, a.green:hover, a.green:focus {
color: rgb(100, 125, 59);
}
.white{
color: rgb(255, 255, 255);
}
a.white, a.white:visited, a.white:hover, a.white:focus {
color: rgb(255, 255, 255);
}
.grey-333{
color: #333;
}
a.grey-333, a.grey-333:visited, a.grey-333:hover, a.grey-333:focus {
color: #333;
}
.black{
color: rgb(0, 0, 0);
}
a.black, a.black:visited, a.black:hover, a.black:focus {
color: rgb(0, 0, 0);
}
.pink{
color: rgb(229, 99, 133);
}
a.pink, a.pink:visited, a.pink:hover, a.pink:focus {
color: rgb(229, 99, 133);
}
.pink-drk{
color: rgb(162, 26, 62);
}
a.pink-drk, a.pink-drk:visited, a.pink-drk:hover, a.pink-drk:focus {
color: rgb(162, 26, 62);
}
.red{
color:rgb(195, 58, 50);
}
a.red, a.red:visited, a.red:hover, a.red:focus {
color:rgb(195, 58, 50);
}
.brown{
color:rgb(91, 61, 14);
}
a.brown, a.brown:visited, a.brown:hover, a.brown:focus {
color:rgb(91, 61, 14);
}
/*** END FONT COLOUR ***/
/*** WELL WHITE SHADOW HOVER ***/
.well-hvr{
-webkit-transition: background .5s ease-out;
-moz-transition: background .5s ease-out;
-o-transition: background .5s ease-out;
transition: background .5s ease-out;
}
.well-hvr:hover{
background: rgba(240, 240, 240);
}
.well-hvr-green-lt:hover{
background: rgba(100, 125, 59, 0.8);
}
.grey-shadow{
border: none;
box-shadow: 5px 5px 0px #dfdfdf;
}
/*** END WELL WHITE SHADOW HOVER ***/
/*** WELL BG ***/
.well-wbg{
background-color: rgb(255, 255, 255);
}
.well-wbg-lt{
background-color: rgba(255, 255, 255, 0.9);
}
.well-ybg{
background-color: rgb(255, 200, 67);
}
.well-bbg{
background-color: rgb(0, 94, 133);
}
.well-tbg{
background-color: rgb(0, 131, 143);
}
.well-greybg{
background-color: rgb(92, 102, 112);
}
.well-obg{
background-color: rgb(179, 97, 25);
}
.well-mbg{
background-color: rgb(109, 58, 93);
}
.well-gbg{
background-color: rgb(100, 125, 59);
}
.well-stbg{
background-color: rgb(79, 127, 112);
}
.well-lgbg{
background-color: rgb(164, 213, 93);
}
.well-pbg{
background-color: rgb(229, 99, 133);
}
.well-pbg-drk{
background-color: rgb(162, 26, 62);
}
.well-ybg-lt{
background-color: rgba(255, 200, 67, 0.1);
border: 0px;
-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.well-bbg-lt{
background-color: rgba(0, 94, 133, 0.1);
border: 0px;
-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.well-tbg-lt{
background-color: rgba(0, 131, 143, 0.1);
border: 0px;
-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.well-tbg-lter{
background-color: rgba(0, 131, 143, 0.05);
border: 0px;
-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.well-stbg-lt {
background-color: rgba(79, 127, 112, 0.2);
border: 0px;
-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.well-greybg-lt{
background-color: rgba(92, 102, 112, 0.1);
border: 0px;
-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.well-obg-lt{
background-color: rgba(179, 97, 25, 0.1);
border: 0px;
-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.well-mbg-lt{
background-color: rgba(109, 58, 93, 0.1);
border: 0px;
-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.well-gbg-lt{
background-color: rgba(100, 125, 59, 0.1);
border: 0px;
-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.well-pbg-lt{
background-color: rgba(229, 99, 133, 0.1);
border: 0px;
-webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
/*** WELL BG ICON BUTTON BOXES***/
.well-bbg-lt-hvr:hover{
background-color: #eef5f7;
}
.well-tbg-lt-hvr:hover{
background-color: #edf6f7;
}
.well-greybg-lt-hvr:hover{
background-color: #f3f3f3;
}
.well-obg-lt-hvr:hover{
background-color: #faf4ef;
}
.well-mbg-lt-hvr:hover{
background-color: #f3eff1;
}
.well-gbg-lt-hvr:hover{
background-color: #f1f6e9;
}
.in-lt-ftr-icon{
border-radius:10%;
font-size:30px;
height:40px;
padding:3px;
text-align:center;
width:40px;
}
/*** WELL BG END***/
/*** WELL BORDER ***/
.well-teal-brdr{
border: 1px solid rgb(0, 131, 143);
}
.well-blue-brdr{
border: 1px solid rgb(0, 94, 133);
}
.well-grey-brdr{
border: 1px solid rgb(92, 102, 112);
}
.well-orange-brdr{
border: 1px solid rgb(179, 97, 25);
}
.well-mauve-brdr{
border: 1px solid rgb(109, 58, 93);
}
.well-green-brdr{
border: 1px solid rgb(100, 125, 59);
}
.well-yellow-brdr{
border: 1px solid rgb(255, 200, 67);
}
.well-lgreen-brdr{
border: 1px solid rgb(164, 213, 93);
}
.well-cyan-brdr{
border: 1px solid rgb(0, 173, 187);
}
.well-pink-brdr{
border: 1px solid rgb(229, 99, 133);
}
.well-pink-drk-brdr{
border: 1px solid rgb(162, 26, 62);
}
/*** WELL BORDER END ***/
/*** WELL LEFT BORDER ***/
.well-lft-teal{
border-left-color: rgb(0, 131, 143);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-blue{
border-left-color: rgb(0, 94, 133);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-grey{
border-left-color: rgb(92, 102, 112);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-orange{
border-left-color: rgb(179, 97, 25);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-mauve{
border-left-color: rgb(109, 58, 93);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-green{
border-left-color: rgb(100, 125, 59);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-lgreen{
border-left-color: rgb(164, 213, 93);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-pink{
border-left-color: rgb(229, 99, 133);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-pink-drk{
border-left-color: rgb(162, 26, 62);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-teal-lt{
border-left-color: rgba(0, 131, 143, 0.2);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-blue-lt{
border-left-color: rgba(0, 94, 133, 0.2);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-grey-lt{
border-left-color: rgba(92, 102, 112, 0.2);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-orange-lt{
border-left-color: rgba(179, 97, 25, 0.2);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-mauve-lt{
border-left-color: rgba(109, 58, 93, 0.2);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-green-lt{
border-left-color: rgba(100, 125, 59, 0.2);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-lgreen-lt{
border-left-color: rgba(164, 213, 93, 0.2);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-pink-lt{
border-left-color: rgba(229, 99, 133, 0.2);
border-left-width: 3px;
border-left-style: solid;
}
.well-lft-pink-drk-lt{
border-left-color: rgba(162, 26, 62, 0.2);
border-left-width: 3px;
border-left-style: solid;
}
/***END WELL LEFT BORDER ***/
/*** WELL TOP BORDER ***/
.well-tp-blue{
border-top-color: rgb(0, 94, 133);
border-top-width: 3px;
border-top-style: solid;
}
.well-tp-teal{
border-top-color: rgb(0, 131, 143);
border-top-width: 3px;
border-top-style: solid;
}
.well-tp-grey{
border-top-color: rgb(92, 102, 112);
border-top-width: 3px;
border-top-style: solid;
}
.well-tp-orange{
border-top-color: rgb(179, 97, 25);
border-top-width: 3px;
border-top-style: solid;
}
.well-tp-mauve{
border-top-color: rgb(109, 58, 93);
border-top-width: 3px;
border-top-style: solid;
}
.well-tp-green{
border-top-color: rgb(100, 125, 59);
border-top-width: 3px;
border-top-style: solid;
}
.well-tp-lgreen{
border-top-color: rgb(164, 213, 93);
border-top-width: 3px;
border-top-style: solid;
}
.well-tp-pink{
border-top-color: rgb(229, 99, 133);
border-top-width: 3px;
border-top-style: solid;
}
.well-tp-pink-drk{
border-top-color: rgb(162, 26, 62);
border-top-width: 3px;
border-top-style: solid;
}
/*** END WELL TOP BORDER ***/
/*** FULL WIDTH BACKGROUND COLOUR ***/
.in-overlay-container-contents{
margin: 50px 0 50px 0;
padding: 2em 0 2em 0;
}
.in-overlay-container-grey::before {
content: " ";
position: absolute;
width: 100vw;
height: 100%;
background: #f1f1f1;
margin: 0 calc((100vw - 100%) / 2 * -1);
top: 0;
z-index: 0;
left: -10.53px;
}
.in-overlay-container-grey {
position: relative;
}
.in-overlay-container-blue::before {
content: " ";
position: absolute;
width: 100vw;
height: 100%;
background: #e5eff3;
margin: 0 calc((100vw - 100%) / 2 * -1);
top: 0;
z-index: 0;
left: -10.53px;
}
.in-overlay-container-blue {
position: relative;
}
.in-overlay-container-teal::before {
content: " ";
position: absolute;
width: 100vw;
height: 100%;
background: #e5f2f4;
margin: 0 calc((100vw - 100%) / 2 * -1);
top: 0;
z-index: 0;
left: -10.53px;
}
.in-overlay-container-teal {
position: relative;
}
.in-overlay-container-orange::before {
content: " ";
position: absolute;
width: 100vw;
height: 100%;
background: #f7efe8;
margin: 0 calc((100vw - 100%) / 2 * -1);
top: 0;
z-index: 0;
left: -10.53px;
}
.in-overlay-container-orange {
position: relative;
}
.in-overlay-container-mauve::before {
content: " ";
position: absolute;
width: 100vw;
height: 100%;
background: #f0ebee;
margin: 0 calc((100vw - 100%) / 2 * -1);
top: 0;
z-index: 0;
left: -10.53px;
}
.in-overlay-container-mauve {
position: relative;
}
.in-overlay-container-green::before {
content: " ";
position: absolute;
width: 100vw;
height: 100%;
background: #e0e5d8;
margin: 0 calc((100vw - 100%) / 2 * -1);
top: 0;
z-index: 0;
left: -10.53px;
}
.in-overlay-container-green {
position: relative;
}
/*** FULL WIDTH BACKGROUND COLOUR END ***/
/*** QUOTE PULL OUT ***/
.quot-blue{
padding: 0em 1em 0em 1.5em;
border-left-color: rgb(0, 94, 133);
border-left-width: 3px;
border-left-style: solid; font-size: large;
}
.quot-teal{
padding: 0em 1em 0em 1.5em;
border-left-color: rgb(0, 131, 143);
border-left-width: 3px;
border-left-style: solid; font-size: large;
}
.quot-grey{
padding: 0em 1em 0em 1.5em;
border-left-color: rgb(92, 102, 112);
border-left-width: 3px;
border-left-style: solid; font-size: large;
}
.quot-orange{
padding: 0em 1em 0em 1.5em;
border-left-color: rgb(179, 97, 25);
border-left-width: 3px;
border-left-style: solid; font-size: large;
}
.quot-green{
padding: 0em 1em 0em 1.5em;
border-left-color: rgb(100, 125, 59);
border-left-width: 3px;
border-left-style: solid; font-size: large;
}
.quot-lgreen{
padding: 0em 1em 0em 1.5em;
border-left-color: rgb(164, 213, 93);
border-left-width: 3px;
border-left-style: solid; font-size: large;
}
.quot-mauve{
padding: 0em 1em 0em 1.5em;
border-left-color: rgb(109, 58, 93);
border-left-width: 3px;
border-left-style: solid; font-size: large;
}
.quot-black{
padding: 0em 1em 0em 1.5em;
border-left-color: rgb(0, 0, 0);
border-left-width: 3px;
border-left-style: solid; font-size: large;
}
/***TAGLINES***/
.in-tgln-grey{
padding: 0.5em 0 0.5em 1em;
border-left-color: rgb(92, 102, 112);
border-left-width: 3px;
border-left-style: solid; font-size: large;
background-color: rgb(238, 238, 238);
}
/*** HORIZONTAL RULE ***/
.hr-grey-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(238, 238, 238);
border-top-width: 3px;
border-top-style: solid;
}
.hr-grey-solid-wide{
margin: 1.5em;
border-top-color: rgb(238, 238, 238);
border-top-width: 3px;
border-top-style: solid;
}
.hr-teal-lt-solid-wide{
border-top-color: rgb(0, 131, 143, 0.1);
border-top-width: 2px;
border-top-style: solid;
}
.hr-white-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(255, 255, 255);
border-top-width: 3px;
border-top-style: solid;
}
.hr-dgrey-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(92, 102, 112);
border-top-width: 3px;
border-top-style: solid;
}
.hr-teal-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(0, 131, 143);
border-top-width: 3px;
border-top-style: solid;
}
.hr-blue-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(0, 94, 133);
border-top-width: 3px;
border-top-style: solid;
}
.hr-orange-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(179, 97, 25);
border-top-width: 3px;
border-top-style: solid;
}
.hr-mauve-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(109, 58, 93);
border-top-width: 3px;
border-top-style: solid;
}
.hr-green-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(100, 125, 59);
border-top-width: 3px;
border-top-style: solid;
}
.hr-lgreen-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(164, 213, 93);
border-top-width: 3px;
border-top-style: solid;
}
.hr-pink-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(229, 99, 133);
border-top-width: 3px;
border-top-style: solid;
}
.hr-pink-drk-solid{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(162, 26, 62);
border-top-width: 3px;
border-top-style: solid;
}
.hr-black-solid{
margin: 1.5em auto;
width: 80%;
border-top-color: rgb(102, 102, 102);
border-top-width: .5px;
border-top-style: solid;
}
.hr-teal-dotted{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(0, 131, 143);
border-top-width: 4px;
border-top-style: dotted;
}
.hr-mauve-dotted{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(109, 58, 93);
border-top-width: 4px;
border-top-style: dotted;
}
.hr-blue-dotted{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(0, 94, 133);
border-top-width: 4px;
border-top-style: dotted;
}
.hr-dgrey-dotted{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(92, 102, 112);
border-top-width: 4px;
border-top-style: dotted;
}
.hr-orange-dotted{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(179, 97, 25);
border-top-width: 4px;
border-top-style: dotted;
}
.hr-green-dotted{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(100, 125, 59);
border-top-width: 4px;
border-top-style: dotted;
}
.hr-lgreen-dotted{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(164, 213, 93);
border-top-width: 4px;
border-top-style: dotted;
}
.hr-pink-dotted{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(229, 99, 133);
border-top-width: 4px;
border-top-style: dotted;
}
.hr-pink-drk-dotted{
margin: 1.5em auto;
width: 50%;
border-top-color: rgb(162, 26, 62);
border-top-width: 4px;
border-top-style: dotted;
}
/*** END HORIZONTAL RULE ***/
/*** SUBNAV ***/
.int-sn-bl-h{
color: rgb(0, 94, 133);
}
.int-sn-bl-2tb-hidden{
padding: 0px;
margin-top: 17px;
border-bottom-color: rgb(238, 238, 238);
border-bottom-width: 3px;
border-bottom-style: solid;
min-width: 20%;
}
.int-sn-bl-2tb-active{
margin: 0px;
padding: 10px 0px;
color: rgb(255, 255, 255);
min-width: 20%;
background-color: rgb(0, 94, 133);
}
.int-sn-bl-2tb-inactive{
margin: 0px;
padding: 10px 0px;
color: rgb(51, 51, 51);
min-width: 20%;
background-color: rgb(238, 238, 238);
}
.int-sn-btn-txt{
margin: 0px;
font-weight: bold;
}
.int-sn-bl-2tb-pointer-lg{
margin: 0px;
padding: 0px 0px 0px 105px;
min-width: 20%;
}
.int-sn-bl-2tb-pointer-md{
margin: 0px;
padding: 0px 0px 0px 88px;
min-width: 20%;
}
.int-sn-bl-2tb-pointer-hidden-p{
border: 10px solid rgb(255, 255, 255);
width: 0px;
height: 0px;
}
.int-sn-bl-2tb-pointer-active-p{
border-width: 10px;
border-style: solid;
border-color: rgb(0, 94, 133) rgb(255, 255, 255) rgb(255, 255, 255);
width: 0px;
height: 0px;
}
/*** END SUBNAV ***/
/*** BUTTONS ***/
.in-btn-teal{
border: 0px currentColor;
max-width: 450px;
background-color: rgb(0, 131, 143)!important;
color: rgb(255,255,255)!important;
}
.in-btn-grey{
border: 0px currentColor;
max-width: 450px;
background-color: rgb(92, 102, 112)!important;
color: rgb(255,255,255)!important;
}
.in-btn-blue{
border: 0px currentColor;
max-width: 450px;
background-color: rgb(0, 94, 133)!important;
color: rgb(255,255,255)!important;
}
.in-btn-mauve{
border: 0px currentColor;
max-width: 450px;
background-color: rgb(109, 58, 93)!important;
color: rgb(255,255,255)!important;
}
.in-btn-orange{
border: 0px currentColor;
max-width: 450px;
background-color: rgb(179, 97, 25)!important;
color: rgb(255,255,255)!important;
}
.in-btn-green{
border: 0px currentColor;
max-width: 450px;
background-color: rgb(100, 125, 59)!important;
color: rgb(255,255,255)!important;
}
.in-btn-cyan{
border: 0px currentColor;
max-width: 450px;
background-color: rgb(0, 173, 187)!important;
color: rgb(255,255,255)!important;
}
.in-btn-pink{
border: 0px currentColor;
max-width: 450px;
background-color: rgb(229, 99, 133)!important;
color: rgb(255,255,255)!important;
}
.in-btn-pink-drk{
border: 0px currentColor;
max-width: 450px;
background-color: rgb(162, 26, 62)!important;
color: rgb(255,255,255)!important;
}
.in-btn-teal-wide{
border: 0px currentColor;
width: 100%;
background-color: rgb(0, 131, 143)!important;
color: rgb(255,255,255)!important;
}
.in-btn-grey-wide{
border: 0px currentColor;
width: 100%;
background-color: rgb(92, 102, 112)!important;
color: rgb(255,255,255)!important;
}
.in-btn-blue-wide{
border: 0px currentColor;
width: 100%;
background-color: rgb(0, 94, 133)!important;
color: rgb(255,255,255)!important;
}
.in-btn-mauve-wide{
border: 0px currentColor;
width: 100%;
background-color: rgb(109, 58, 93)!important;
color: rgb(255,255,255)!important;
}
.in-btn-orange-wide{
border: 0px currentColor;
width: 100%;
background-color: rgb(179, 97, 25)!important;
color: rgb(255,255,255)!important;
}
.in-btn-green-wide{
border: 0px currentColor;
width: 100%;
background-color: rgb(100, 125, 59)!important;
color: rgb(255,255,255)!important;
}
.in-btn-cyan-wide{
border: 0px currentColor;
width: 100%;
background-color: rgb(0, 173, 187)!important;
color: rgb(255,255,255)!important;
}
.in-btn-pink-wide{
border: 0px currentColor;
width: 100%;
background-color: rgb(229, 99, 133)!important;
color: rgb(255,255,255)!important;
}
.in-btn-pink-drk-wide{
border: 0px currentColor;
width: 100%;
background-color: rgb(162, 26, 62)!important;
color: rgb(255,255,255)!important;
}
.in-btn-icon{
color:rgb(255, 255, 255);
margin-right: 2px;
margin-left: 5px;
}
.in-btn-icon-lft{
color:rgb(255, 255, 255);
margin-left: 2px;
margin-right: 5px;
}
/*WHITE BACKGROUND BTNS*/
.in-btn-teal-wb{
max-width: 450px;
color: rgb(0, 131, 143)!important;
border: 1px solid rgb(0, 131, 143)!important;
background-color: rgb(255, 255, 255)!important;
}
.in-btn-grey-wb{
background-color: rgb(255, 255, 255)!important;
max-width: 450px;
border: 1px solid rgb(92, 102, 112)!important;
color: rgb(92, 102, 112)!important;
}
.in-btn-blue-wb{
background-color: rgb(255, 255, 255)!important;
max-width: 450px;
border: 1px solid rgb(0, 94, 133)!important;
color: rgb(0, 94, 133)!important;
}
.in-btn-mauve-wb{
background-color: rgb(255, 255, 255)!important;
max-width: 450px;
border: 1px solid rgb(109, 58, 93)!important;
color: rgb(109, 58, 93)!important;
}
.in-btn-orange-wb{
background-color: rgb(255, 255, 255)!important;
max-width: 450px;
border: 1px solid rgb(179, 97, 25)!important;
color: rgb(179, 97, 25)!important;
}
.in-btn-green-wb{
background-color: rgb(255, 255, 255)!important;
max-width: 450px;
border: 1px solid rgb(100, 125, 59)!important;
color: rgb(100, 125, 59)!important;
}
.in-btn-pink-wb{
background-color: rgb(255, 255, 255)!important;
max-width: 450px;
border: 1px solid rgb(229, 99, 133)!important;
color: rgb(229, 99, 133)!important;
}
.in-btn-pink-drk-wb{
background-color: rgb(255, 255, 255)!important;
max-width: 450px;
border: 1px solid rgb(162, 26, 62)!important;
color: rgb(162, 26, 62)!important;
}
.in-btn-teal-wide-wb{
background-color: rgb(255, 255, 255)!important;
width: 100%;
border: 1px solid rgb(0, 131, 143)!important;
color: rgb(0, 131, 143)!important;
}
.in-btn-grey-wide-wb{
background-color: rgb(255, 255, 255)!important;
width: 100%;
border: 1px solid rgb(92, 102, 112)!important;
color: rgb(92, 102, 112)!important;
}
.in-btn-blue-wide-wb{
background-color: rgb(255, 255, 255)!important;
width: 100%;
border: 1px solid rgb(0, 94, 133)!important;
color: rgb(0, 94, 133)!important;
}
.in-btn-mauve-wide-wb{
background-color: rgb(255, 255, 255)!important;
width: 100%;
border: 1px solid rgb(109, 58, 93)!important;
color: rgb(109, 58, 93)!important;
}
.in-btn-orange-wide-wb{
background-color: rgb(255, 255, 255)!important;
width: 100%;
border: 1px solid rgb(179, 97, 25)!important;
color: rgb(179, 97, 25)!important;
}
.in-btn-green-wide-wb{
background-color: rgb(255, 255, 255)!important;
width: 100%;
border: 1px solid rgb(100, 125, 59)!important;
color: rgb(100, 125, 59)!important;
}
.in-btn-pink-wide-wb{
background-color: rgb(255, 255, 255)!important;
width: 100%;
border: 1px solid rgb(229, 99, 133)!important;
color: rgb(229, 99, 133)!important;
}
.in-btn-pink-drk-wide-wb{
background-color: rgb(255, 255, 255)!important;
width: 100%;
border: 1px solid rgb(162, 26, 62)!important;
color: rgb(162, 26, 62)!important;
}
.in-btn-icon-teal{
color: rgb(0, 131, 143);
margin-right: 2px;
margin-left: 5px;
}
.in-btn-icon-grey{
color: rgb(92, 102, 112);
margin-right: 2px;
margin-left: 5px;
}
.in-btn-icon-blue{
color: rgb(0, 94, 133);
margin-right: 2px;
margin-left: 5px;
}
.in-btn-icon-mauve{
color: rgb(109, 58, 93);
margin-right: 2px;
margin-left: 5px;
}
.in-btn-icon-orange{
color: rgb(179, 97, 25);
margin-right: 2px;
margin-left: 5px;
}
.in-btn-icon-green{
color: rgb(100, 125, 59);
margin-right: 2px;
margin-left: 5px;
}
.in-btn-icon-pink{
color: rgb(229, 99, 133);
margin-right: 2px;
margin-left: 5px;
}
.in-btn-icon-pink-drk{
color: rgb(162, 26, 62);
margin-right: 2px;
margin-left: 5px;
}
/*SM BUTTONS*/
.btn-group-sm>.btn, .btn-sm {
padding: 7px 10px 5px;
font-size: 16px;
}
/*XS BUTTONS*/
.btn-group-xs .btn, .btn-group-xs>.btn, .btn.btn-xs {
padding: 3px 5px;
}
/*** END BUTTONS ***/
/*** MODALS ***/
.button.btn.btn-sm.btn-primary.pull-left.popup-modal-dismiss {background-color: rgb(92, 102, 112)!important;
border: none!important;}

.modal-header-blue{
background-color: rgb(0, 94, 133)!important;
}
.modal-header-teal{
background-color: rgb(0, 131, 143)!important;
}
.modal-header-grey{
background-color: rgb(92, 102, 112)!important;
}
.modal-header-orange{
background-color: rgb(179, 97, 25)!important;
}
.modal-header-mauve{
background-color: rgb(109, 58, 93)!important;
}
.modal-header-green{
background-color: rgb(100, 125, 59)!important;
}
.modal-header-black{
background-color: rgb(0, 0, 0)!important;
}
/*MODAL BG TRANSPARENT*/
.mfp-bg{
background-color: rgba(0,0,0,0.75);
}
/*MODAL BG TRANSPARENT END*/
/*** END MODALS ***/
/*** AWARDS WALL ICONS ***/
.in-aw-cyan-icon-crcl{
margin: 0px auto;
padding: 4px 0px 0px 11px;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
font-size: 40px;
background-color: rgb(0, 173, 187);
}
.in-aw-yellow-icon-crcl{
margin: 0px auto;
padding: 4px 0px 0px 11px;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
font-size: 40px;
background-color: rgb(255, 200, 67);
}
.in-aw-lgreen-icon-crcl{
margin: 0px auto;
padding: 4px 0px 0px 11px;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
font-size: 40px;
background-color: rgb(164, 213, 93);
}
.in-aw-dmauve-icon-crcl{
margin: 0px auto;
padding: 4px 0px 0px 11px;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
font-size: 40px;
background-color: rgb(194, 164, 183);
}
.in-aw-dpink-icon-crcl{
margin: 0px auto;
padding: 4px 0px 0px 11px;
border-radius: 50%;
width: 60px;
height: 60px;
text-align: center;
font-size: 40px;
background-color: rgb(229, 99, 133);
}
.in-aw-icon{
color:rgb(255, 255, 255);
}
/*** END AWARDS WALL ICONS ***/
/*** SQUARE ICONS ***/
.ahs-icn-squr-blue{
border-radius:10%;
border:2px solid rgb(0, 94, 133);
color:rgb(0, 94, 133);
font-size:30px;
height:40px;
padding:3px;
text-align:center;
width:40px;
}
.ahs-icn-squr-teal{
border-radius:10%;
border:2px solid rgb(0, 131, 143);
color:rgb(0, 131, 143);
font-size:30px;
height:40px;
padding:3px;
text-align:center;
width:40px;
}
.ahs-icn-squr-grey{
border-radius:10%;
border:2px solid rgb(92, 102, 112);
color:rgb(92, 102, 112);
font-size:30px;
height:40px;
padding:3px;
text-align:center;
width:40px;
}
.ahs-icn-squr-green{
border-radius:10%;
border:2px solid rgb(100, 125, 59);
color:rgb(100, 125, 59);
font-size:30px;
height:40px;
padding:3px;
text-align:center;
width:40px;
}
.ahs-icn-squr-mauve{
border-radius:10%;
border:2px solid rgb(109, 58, 93);
color:rgb(109, 58, 93);
font-size:30px;
height:40px;
padding:3px;
text-align:center;
width:40px;
}
.ahs-icn-squr-orange{
border-radius:10%;
border:2px solid rgb(179, 97, 25);
color:rgb(179, 97, 25);
font-size:30px;
height:40px;
padding:3px;
text-align:center;
width:40px;
}
.icon-text a {
font-family: Arial, sans-serif;
display: inline-flex;
align-items: center;
}
/*** END SQUARE ICONS ***/
/*** INSITE HEADERS ***/
.in-header-teal{
padding: 0.25em;
color: rgb(0, 131, 143);
border-bottom-color: rgb(0, 131, 143);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-header-blue{
padding: 0.25em;
color: rgb(0, 94, 133);
border-bottom-color: rgb(0, 94, 133);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-header-mauve{
padding: 0.25em;
color: rgb(109, 58, 93);
border-bottom-color: rgb(109, 58, 93);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-header-orange{
padding: 0.25em;
color: rgb(179, 97, 25);
border-bottom-color: rgb(179, 97, 25);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-header-green{
padding: 0.25em;
color: rgb(100, 125, 59) !important;
border-bottom-color: rgb(100, 125, 59);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-header-grey{
padding: 0.25em;
color: rgb(92, 102, 112);
border-bottom-color: rgb(92, 102, 112);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-header-black{
padding: 0.25em;
color: rgb(0, 0, 0);
border-bottom-color: rgb(0, 0, 0);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-header-pink{
padding: 0.25em;
color: rgb(229, 99, 133);
border-bottom-color: rgb(229, 99, 133);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-header-pink-drk{
padding: 0.25em;
color: rgb(162, 26, 62);
border-bottom-color: rgb(162, 26, 62);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-dblh1-teal{
color: rgb(0, 131, 143);
padding-left: 0.25em;}
.in-dblh2-teal{
padding: 0em 0.5em 0.5em;
color: rgb(0, 131, 143);
border-bottom-color: rgb(0, 131, 143);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-dblh1-blue{
color: rgb(0, 94, 133);
padding-left: 0.25em;}
.in-dblh2-blue{
padding: 0em 0.5em 0.5em;
color: rgb(0, 94, 133);
border-bottom-color: rgb(0, 94, 133);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-dblh1-mauve{
color: rgb(109, 58, 93);
padding-left: 0.25em;}
.in-dblh2-mauve{
padding: 0em 0.5em 0.5em;
color: rgb(109, 58, 93);
border-bottom-color: rgb(109, 58, 93);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-dblh1-orange{
color: rgb(179, 97, 25);
padding-left: 0.25em;}
.in-dblh2-orange{
padding: 0em 0.5em 0.5em;
color: rgb(179, 97, 25);
border-bottom-color: rgb(179, 97, 25);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-dblh1-green{
color: rgb(100, 125, 59);
padding-left: 0.25em;}
.in-dblh2-green{
padding: 0em 0.5em 0.5em;
color: rgb(100, 125, 59);
border-bottom-color: rgb(100, 125, 59);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-dblh1-grey{
color: rgb(92, 102, 112);
padding-left: 0.25em;}
.in-dblh2-grey{
padding: 0em 0.5em 0.5em;
color: rgb(92, 102, 112);
border-bottom-color: rgb(92, 102, 112);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-dblh1-black{
color: rgb(0, 0, 0);
padding-left: 0.25em;}
.in-dblh2-black{
padding: 0em 0.5em 0.5em;
color: rgb(0, 0, 0);
border-bottom-color: rgb(0, 0, 0);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-dblh1-pink{
color: rgb(229, 99, 133);
padding-left: 0.25em;}
.in-dblh2-pink{
padding: 0em 0.5em 0.5em;
color: rgb(229, 99, 133);
border-bottom-color: rgb(229, 99, 133);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-dblh1-pink-drk{
color: rgb(162, 26, 62);
padding-left: 0.25em;}
.in-dblh2-pink-drk{
padding: 0em 0.5em 0.5em;
color: rgb(162, 26, 62);
border-bottom-color: rgb(162, 26, 62);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-50-teal{
padding: 0.25em;
width: 50%;
color: rgb(0, 131, 143);
margin-bottom: 20px;
border-bottom-color: rgb(0, 131, 143);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-75-teal{
padding: 0.25em;
width: 75%;
color: rgb(0, 131, 143);
margin-bottom: 20px;
border-bottom-color: rgb(0, 131, 143);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-50-blue{
padding: 0.25em;
width: 50%;
color: rgb(0, 94, 133);
margin-bottom: 20px;
border-bottom-color: rgb(0, 94, 133);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-75-blue{
padding: 0.25em;
width: 75%;
color: rgb(0, 94, 133);
margin-bottom: 20px;
border-bottom-color: rgb(0, 94, 133);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-50-mauve{
padding: 0.25em;
width: 50%;
color: rgb(109, 58, 93);
margin-bottom: 20px;
border-bottom-color: rgb(109, 58, 93);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-75-mauve{
padding: 0.25em;
width: 75%;
color: rgb(109, 58, 93);
margin-bottom: 20px;
border-bottom-color: rgb(109, 58, 93);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-50-orange{
padding: 0.25em;
width: 50%;
color: rgb(179, 97, 25);
margin-bottom: 20px;
border-bottom-color: rgb(179, 97, 25);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-75-orange{
padding: 0.25em;
width: 75%;
color: rgb(179, 97, 25);
margin-bottom: 20px;
border-bottom-color: rgb(179, 97, 25);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-50-green{
padding: 0.25em;
width: 50%;
color: rgb(100, 125, 59);
margin-bottom: 20px;
border-bottom-color: rgb(100, 125, 59);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-75-green{
padding: 0.25em;
width: 75%;
color: rgb(100, 125, 59);
margin-bottom: 20px;
border-bottom-color: rgb(100, 125, 59);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-50-grey{
padding: 0.25em;
width: 50%;
color: rgb(92, 102, 112);
margin-bottom: 20px;
border-bottom-color: rgb(92, 102, 112);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-75-grey{
padding: 0.25em;
width: 75%;
color: rgb(92, 102, 112);
margin-bottom: 20px;
border-bottom-color: rgb(92, 102, 112);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-50-black{
padding: 0.25em;
width: 50%;
color: rgb(0, 0, 0);
margin-bottom: 20px;
border-bottom-color: rgb(0, 0, 0);
border-bottom-width: 3px;
border-bottom-style: solid;}
.in-h2-75-black{
padding: 0.25em;
width: 75%;
color: rgb(0, 0, 0);
margin-bottom: 20px;
border-bottom-color: rgb(0, 0, 0);
border-bottom-width: 3px;
border-bottom-style: solid;}
/*** END INSITE HEADERS ***/
/*** HEADING BOTTOM BORDER ***/
.h-bttm-teal{
padding: 0.25em 0.25em 0.25em 0em;
border-bottom-color: rgb(0, 131, 143);
border-bottom-width: 3px;
border-bottom-style: solid;
}
/*** RA INSITE HEADERS ***/
.ra-header-blue{
padding: 0.25em;
color: rgb(0, 129, 171);
border-bottom-color: rgb(0, 129, 171);
border-bottom-width: 3px;
border-bottom-style: solid;
}
.ra-h2-75-blue{
padding: 0.25em;
width: 75%;
color: rgb(0, 129, 171);
margin-bottom: 20px;
border-bottom-color: rgb(0, 129, 171);
border-bottom-width: 3px;
border-bottom-style: solid;
}
.ra-header-green{
padding: 0.25em;
color: rgb(121, 182, 33);
border-bottom-color: rgb(121, 182, 33);
border-bottom-width: 3px;
border-bottom-style: solid;
}
.ra-h2-75-green{
padding: 0.25em;
width: 75%;
color: rgb(121, 182, 33);
margin-bottom: 20px;
border-bottom-color: rgb(121, 182, 33);
border-bottom-width: 3px;
border-bottom-style: solid;
}
/*** EXTERNAL HEADER ***/
.ahs-header-dblue{
padding: 0em 0.25em 0.25em 0px;
color: rgb(0, 54, 68);
font-size: 2.5em;
border-bottom-color: rgb(0, 54, 68);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-teal{
padding: 0em 0.25em 0.25em 0px;
color: rgb(0, 131, 143);
font-size: 2.5em;
border-bottom-color: rgb(0, 131, 143);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-blue{
padding: 0em 0.25em 0.25em 0px;
color: rgb(0, 94, 133);
font-size: 2.5em;
border-bottom-color: rgb(0, 94, 133);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-mauve{
padding: 0.25em 0.25em 0.25em 0px;
color: rgb(109, 58, 93);
font-size: 2.5em;
border-bottom-color: rgb(109, 58, 93);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-orange{
padding: 0em 0.25em 0.25em 0px;
color: rgb(179, 97, 25);
font-size: 2.5em;
border-bottom-color: rgb(179, 97, 25);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-green{
padding: 0em 0.25em 0.25em 0px;
color: rgb(100, 125, 59);
font-size: 2.5em;
border-bottom-color: rgb(100, 125, 59);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-grey{
padding: 0em 0.25em 0.25em 0px;
color: rgb(92, 102, 112);
font-size: 2.5em;
border-bottom-color: rgb(92, 102, 112);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-black{
padding: 0em 0.25em 0.25em 0px;
color: rgb(0, 0, 0);
font-size: 2.5em;
border-bottom-color: rgb(0, 0, 0);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-green-lt{
padding: 0em 0.25em 0.25em 0px;
color: rgb(77, 126, 112);
font-size: 2.5em;
border-bottom-color: rgb(77, 126, 112);
border-bottom-width: 2px;
border-bottom-style: solid;
}

.ahs-header-dblh1-teal {
color: rgb(0, 131, 143);
font-size: 2.5em;
}
.ahs-header-dblh2-teal {
padding: 0em 0.25em 0.25em 0px;
color: rgb(0, 131, 143);
font-weight: 500;
border-bottom-color: rgb(0, 131, 143);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-dblh1-blue {
color: rgb(0, 94, 133);
font-size: 2.5em;
}
.ahs-header-dblh2-blue {
padding: 0em 0.25em 0.25em 0px;
color: rgb(0, 94, 133);
font-weight: 500;
border-bottom-color: rgb(0, 94, 133);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-dblh1-grey {
color: rgb(92, 102, 112);
font-size: 2.5em;
}
.ahs-header-dblh2-grey {
padding: 0em 0.25em 0.25em 0px;
color: rgb(92, 102, 112);
font-weight: 500;
border-bottom-color: rgb(92, 102, 112);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-dblh1-orange {
color: rgb(179, 97, 25);
font-size: 2.5em;
}
.ahs-header-dblh2-orange {
padding: 0em 0.25em 0.25em 0px;
color: rgb(179, 97, 25);
font-weight: 500;
border-bottom-color: rgb(179, 97, 25);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-dblh1-mauve {
color: rgb(109, 58, 93);
font-size: 2.5em;
}
.ahs-header-dblh2-mauve {
padding: 0em 0.25em 0.25em 0px;
color: rgb(109, 58, 93);
font-weight: 500;
border-bottom-color: rgb(109, 58, 93);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-dblh1-green {
color: rgb(100, 125, 59);
font-size: 2.5em;
}
.ahs-header-dblh2-green {
padding: 0em 0.25em 0.25em 0px;
color: rgb(100, 125, 59);
font-weight: 500;
border-bottom-color: rgb(100, 125, 59);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-dblh1-black {
color: rgb(0, 131, 143);
font-size: 2.5em;
}
.ahs-header-dblh2-black {
padding: 0em 0.25em 0.25em 0px;
color: rgb(0, 0, 0);
font-weight: 500;
border-bottom-color: rgb(0, 0, 0);
border-bottom-width: 2px;
border-bottom-style: solid;
}
.ahs-header-dblh1-green-lt {
color: rgb(77, 126, 112);
font-size: 2.5em;
}
.ahs-header-dblh2-green-lt {
padding: 0em 0.25em 0.25em 0px;
color: rgb(77, 126, 112);
font-weight: 500;
border-bottom-color: rgb(77, 126, 112);
border-bottom-width: 2px;
border-bottom-style: solid;
}
/*** END EXTERNAL HEADER ***/
/*** WEB 101 GRID ***/
.in-grid-box{
box-sizing: border-box;
border-color: rgba(92, 102, 112, 0.1);
border-width: 2px;
border-style: solid;
margin: 1em;
max-width: 355px;
padding: 1em;
}
.in-grid-box td:first-child{
padding: 0em 0.25em 0.25em 0.25em;
color: rgb(92, 102, 112);
font-size: 1.5em;
font-weight: 500;
border-bottom-color: rgba(92, 102, 112, 0.1);
border-bottom-width: 3px;
border-bottom-style: solid;
margin-bottom: 0.5em;
}
.in-grid-box td:first-child + td{
height: 70px;
}
.in-sm-btn{
border: 0px currentColor;
background-color: rgb(0, 131, 143);
vertical-align: bottom;
}
.in-sm-btn:hover{
border: 0px currentColor;
background-color: rgb(0, 131, 143);
vertical-align: bottom;
}
.in-sm-btn-icon{
color: rgb(255, 255, 255);
margin-right: 2px;
margin-left: 5px;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody, table.dataTable tfoot td, table.dataTable tfoot th, table.dataTable thead td, table.dataTable thead th, table.dataTable.no-footer{
border-bottom: 1px solid #fff!important;
}
/*** END WEB 101 GRID ***/
/*** ZONE MAPS GRID ***/
.in-grid-box-maps{
box-sizing: border-box;
border-color: rgba(92, 102, 112, 0.1);
border-width: 2px;
border-style: solid;
margin: 1em;
max-width: 355px;
min-height: 390px!important;
padding: 1em;
}
.in-grid-box-maps td:first-child{
padding: 0em 0.25em 0.25em 0.25em;
color: rgb(92, 102, 112);
font-size: 1.5em;
font-weight: 500;
border-bottom-color: rgba(92, 102, 112, 0.1);
border-bottom-width: 3px;
border-bottom-style: solid;
margin-bottom: 0.5em;
}
.in-grid-box-maps td:first-child + td{
height: 150px;
}
/*** END ZONE MAPS GRID ***/
/*** COVID POSTERS GRID ***/
.in-grid-box-posters{
box-sizing: border-box;
border-color: rgba(92, 102, 112, 0.1);
border-width: 2px;
border-style: solid;
margin: 1em;
max-width: 350px;
min-height: 650px!important;
padding: 1em;
}
.in-grid-box-posters td:nth-child(2){
padding: 0em 0.25em 0.25em 0.25em;
color: rgb(92, 102, 112);
font-size: 1.25em;
font-weight: 500;
border-bottom-color: rgba(92, 102, 112, 0.1);
border-bottom-width: 3px;
border-bottom-style: solid;
margin-bottom: 0.5em;
min-height: 64px;
}
.in-grid-box-posters td:nth-child(2) + td{
height: 70px;
}
/*** END COVID POSTERS GRID ***/
/*** PROMO BOX ***/
.in-promo-h4{
padding-bottom: 5px;
border-bottom: 2px solid rgb(92, 102, 112);
}
.in-promo-icn{
float:left;
font-size:3.25em;
max-width:55px;
}
/*** ALERT BOX ***/
/* ORANGE 2 COLUMN TEMPLATE BOX */
.alrt-wbg{
background-color: #fff!important;
}
.alrt-orange-2col{
margin-right: 0.25em;
margin-left: 0.25em;
border-left-color: rgb(222, 112, 19);
border-left-width: 5px;
border-left-style: solid;
box-sizing: border-box;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-orange-2col-lft{
max-width: 2.5em;
}
.alrt-orange-2col-icn{
color:rgb(222, 112, 19);
font-size:1.5em;
}
/* ORANGE WIDE TEMPLATE BOX */
.alrt-orange-wide{
border-left-color: rgb(222, 112, 19);
border-left-width: 5px;
border-left-style: solid;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-orange-wide-lft{
max-width: 2.5em;
}
.alrt-orange-wide-icn{
color:rgb(222, 112, 19);
font-size:1.5em;
}
/* GREEN 2 COLUMN TEMPLATE BOX */
.alrt-green-2col{
margin-right: 0.25em;
margin-left: 0.25em;
border-left-color: rgb(100, 125, 59);
border-left-width: 5px;
border-left-style: solid;
box-sizing: border-box;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-green-2col-lft{
max-width: 2.5em;
}
.alrt-green-2col-icn{
color:rgb(100, 125, 59);
font-size:1.5em;
}
/* GREEN WIDE TEMPLATE BOX */
.alrt-green-wide{
border-left-color: rgb(100, 125, 59);
border-left-width: 5px;
border-left-style: solid;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-green-wide-lft{
max-width: 2.5em;
}
.alrt-green-wide-icn{
color:rgb(100, 125, 59);
font-size:1.5em;
}
/* RED 2 COLUMN TEMPLATE BOX */
.alrt-red-2col{
margin-right: 0.25em;
margin-left: 0.25em;
border-left-color: rgb(195, 58, 50);
border-left-width: 5px;
border-left-style: solid;
box-sizing: border-box;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-red-2col-lft{
max-width: 2.5em;
}
.alrt-red-2col-icn{
color:rgb(195, 58, 50);
font-size:1.5em;
}
/* RED WIDE TEMPLATE BOX */
.alrt-red-wide{
border-left-color: rgb(195, 58, 50);
border-left-width: 5px;
border-left-style: solid;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-red-wide-lft{
max-width: 2.5em;
}
.alrt-red-wide-icn{
color:rgb(195, 58, 50);
font-size:1.5em;
}
/* GREY 2 COLUMN TEMPLATE BOX */
.alrt-grey-2col{
margin-right: 0.25em;
margin-left: 0.25em;
border-left-color: rgb(92, 102, 112);
border-left-width: 5px;
border-left-style: solid;
box-sizing: border-box;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-grey-2col-lft{
max-width: 2.5em;
}
.alrt-grey-2col-icn{
color:rgb(92, 102, 112);
font-size:1.5em;
}
/* GREY WIDE TEMPLATE BOX */
.alrt-grey-wide{
border-left-color: rgb(92, 102, 112);
border-left-width: 5px;
border-left-style: solid;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-grey-wide-lft{
max-width: 2.5em;
}
.alrt-grey-wide-icn{
color:rgb(92, 102, 112);
font-size:1.5em;
}
/* TEAL 2 COLUMN TEMPLATE BOX */
.alrt-teal-2col{
margin-right: 0.25em;
margin-left: 0.25em;
border-left-color: rgb(0, 131, 143);
border-left-width: 5px;
border-left-style: solid;
box-sizing: border-box;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-teal-2col-lft{
max-width: 2.5em;
}
.alrt-teal-2col-icn{
color:rgb(0, 131, 143);
font-size:1.5em;
}
/* TEAL WIDE TEMPLATE BOX */
.alrt-teal-wide{
border-left-color: rgb(0, 131, 143);
border-left-width: 5px;
border-left-style: solid;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-teal-wide-lft{
max-width: 2.5em;
}
.alrt-teal-wide-icn{
color:rgb(0, 131, 143);
font-size:1.5em;
}
/* YELLOW 2 COLUMN TEMPLATE BOX */
.alrt-yellow-2col{
margin-right: 0.25em;
margin-left: 0.25em;
border-left-color: rgb(255, 200, 67);
border-left-width: 5px;
border-left-style: solid;
box-sizing: border-box;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-yellow-2col-lft{
max-width: 2.5em;
}
.alrt-yellow-2col-icn{
color:rgb(255, 200, 67);
font-size:1.5em;
}
/* YELLOW WIDE TEMPLATE BOX */
.alrt-yellow-wide{
border-left-color: rgb(255, 200, 67);
border-left-width: 5px;
border-left-style: solid;
box-shadow: 5px 5px 0px #dfdfdf;
background-color: rgb(238, 238, 238);
}
.alrt-yellow-wide-lft{
max-width: 2.5em;
}
.alrt-yellow-wide-icn{
color:rgb(255, 200, 67);
font-size:1.5em;
}
/*** END ALERT BOX ***/
/*** EMERGENCY MESSAGING COLOUR ***/
.site_emergency_message {
background: #e7eff1!important;
}
/*** END EMERGENCY MESSAGING COLOUR ***/
/*** TABPANE TEAL***/
/*
.site_tabs [role=tablist]>li.active a {
background: rgb(0, 131, 143)!important;
border-color: rgb(0, 131, 143)!important;
border-width: 0 0 1px;
}
.site_tabs details[open] summary { border: 1px solid rgb(0, 131, 143)!important; border-bottom-left-radius: 0; border-bottom-right-radius: 0
}
.site_tabs>.tabpanels>details>summary { background: rgb(0, 131, 143)!important; color: #fff; text-decoration: none; border-color: #ddd; font-weight: 700
}
.site_tabs>.tabpanels>details,.site_tabs>details { border-color: rgb(0, 131, 143)!important; border-width: 6px 0 0; border-radius: 0; padding: 10px 30px
}
.site_tabs .tabpanels { border: 1px solid rgb(0, 131, 143)!important; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px
}
@media (max-width: 992px) {
.site_tabs>.tabpanels>details,.site_tabs>details,.wb-tabs>.tabpanels>details:last-of-type,.wb-tabs>details:last-of-type {
border:1px solid rgb(0, 131, 143)!important;
}
}*/
/*** END TABPANE ***/
/***CAREERS***/
.ahs-careers-social {
padding-right: 0;
color: rgb(0, 94, 133);
max-width: 245px;
}
.ahs-careers-social h3{
margin: 0px;
font-size: 0.8em!important;
}
.ahs-careers-social i{
color: rgb(0, 94, 133)!important;
font-size: 1.75em;
}
/***CEO MESSAGE***/
.ns-icon {
font-size: 2.5em;
}
.ns-list {
list-style-type: none;
}
.ns-h2-main{
font-size: 2.3em;
}
.ns-h3-link{
font-size: 0.7em;
font-weight: normal;
}
.ft-6{
font-size: 6em;
}
.ns-elt-h4{
font-size: 1.2em;
font-style: italic;
}
.ns-update-shadow{
text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.ns-update-h3{
font-weight: 400;
padding: 0 2em 0.15em 0;
width: 50%;
}
.border-gradient {
border: 10px solid;
border-image-slice: 1;
border-width: 2px;
}
.border-gradient-green {
border-image-source: linear-gradient(to left, #789c4a, #4d7f71);
}
.only-bottom {
border-left: 0;
border-right: 0;
border-top: 0;
}
/*** FIVE EQUAL COLUMNS***/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.col-xs-5ths {
width: 20%;
float: left;
}

@media (min-width: 768px) {
.col-sm-5ths {
width: 20%;
float: left;
}
}

@media (min-width: 992px) {
.col-md-5ths {
width: 20%;
float: left;
}
}

@media (min-width: 1200px) {
.col-lg-5ths {
width: 20%;
float: left;
}
}
/***AHS FOOTER***/
.ahs-footer-land{
margin-top: 30px!important;
font-size: 14px!important;
border-left: 2px solid #808080;
padding-left: 1em;
font-weight: 300;
letter-spacing: 1.5px;
}
/***MYSAFETYNET***/
@media screen and (min-width: 990px) {
.in-msn-hght{
min-height: 360px;
}}