﻿* {
	margin: 0;
	padding: 0;
}

/**, *:before, *:after {
  box-sizing: inherit;
}*/

html {
	background-color:#fafafa;
	font-size:10px;
	box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 0;
}

html, body { height: 100%;}

img{
	border:none;
}
ul {
	list-style-type:none;
	margin:0;
}
a {
    text-decoration: none;
    color: #00687f;
}
a:visited {
    opacity:1;
}
noscript{
	color: #FF0000;
	text-align: center;
	display: block;
	width: 900px;
	padding: 3px 0;
	margin: 10px 0;
}
.clear {
	clear:both;
}
.red {
    color: #e60d2e;
    font-weight: bold;
}
.red a {
	color:#ff0032;
}
.normal{
	font-size:12px;
	font-weight:normal;
}

/*------------ MENU  ----------*/
#main-navigation {
  padding-bottom: 10px;
  overflow: hidden;
  background-color: #ffffff;
}

#main-navigation .menu-container {
    z-index: 9999999;
    top: 88px;
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    border-radius: 0;
    min-height: 38px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    float: left;
    width: 100%;
}


#main-navigation ul.top-level {
	white-space: nowrap;
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#main-navigation li {
   background-repeat: no-repeat;
   background-position: right top;
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#main-navigation li a {
	color: #303030;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	font-size: 1.4rem;
	transition: ease 0.5s color;
	font-weight: 300;
	text-shadow: 0 1px 0 #ccc;
	padding-top: 8px;
	padding-bottom: 10px;
	background-color: transparent;
	position: relative;
	display: block;
	line-height: 20px;
}

#main-navigation li.active a {
  color: #303030;
  border-left: solid 1px #ededed;
  border-right: solid 1px #ededed;
  background-color: #ededed;
}

    /*this creates the arrow below the nav buttons*/
    #main-navigation .active-nav {
        top: 34px;
        left: 38%;
        position: absolute;
        width: 0px;
        height: 0px;
        border-top: 15px solid #ededed;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

#main-navigation a:hover, #main-navigation .main-navigation-hover{
  color: #303030;
  border-left: solid 1px #dbdbdb;
  border-right: solid 1px #dbdbdb;
  background-color: #ffffff;
}
#main-navigation a.at{
	background: url(../Images/main-navigation-at.gif) repeat-x #E6E6E6;
	color: #000;
}

#main-navigation a.at-map{
	color: #000;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
/*----------------------  END MENU STUFF ---------------------------- *//*------------   MOBILE button bar  ----------*/
#btnPopOutOutageKey:hover, #home:hover, #btnReport2:hover, #btnRefresh:hover, #btnReport:hover, #btnMap:hover {
	opacity: .5;
	cursor:pointer;
 }
 /*------------  main content area -----------*/
 #ow-content {
	margin-left: auto;
	margin-right: auto;
 }
 /*-------------  map section  - HAS TO HAVE POSITION, width  ---------------*/
 /* map fills the entire height of the page by using body,html height: 100%; */
#mapPage { 
    display: none;
    width: 100%;
    height: 100%; 
}

#mapPage .content-map { 
    display: table-row; 
    height: 100%; 
}

#mapPage .content-body-map { 
    display: table-cell;
}

/*----------------  map div , must have height 100% to fill page  ---------------*/
#mapMEC{
	position: relative;
	width: 100%;
	height: 100%;
}

#mapMobileMEC {
	position: relative;
	width: 100%;
	height: 100%;
}
 /*---------  ACM MESSAGE  --------------*/
#acm {
	display:none;
	position:relative;   
	width:100%;
	background-color: #fccf05; 
	border-bottom:2px solid #000099;
}
.acm-alert dt a {
	 text-align:left;
	 font-size:16px;
	 font-weight:bold;
	 padding:10px 10px 5px 30px;
	 line-height:25px;
	 color:#000;
}
.acm-alert dd  {
	 display:none;
	 text-align:justify;
}
#msgText {
	padding:10px 40px 5px 40px;
}
#closeAcm {
	text-decoration:underline;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	display:inline-block;
}
/*------------  info box stuff ----------*/
.box-title {
	height:30px;
	vertical-align:top;
	font-size:14px;
	background-color: #333; /* #082180 */
	color: #fff;
	text-align:center;
	padding: 7px 5px 0 5px;
	margin:0;
}
.pin-icon:hover {
	/*enlarge icons on hover*/
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
  }
#clusteredTable tbody td {
	padding: 3px 3px;
	vertical-align:bottom;
}
#clusteredTable thead th{
	height:10px;
}
#clusteredTable tbody tr td:nth-child(1)  {
	font-weight:bold;
	color:#323131;
}
#clusteredTable tbody tr td:nth-child(1)  {
	width:90px;
}
#clusteredTable tfoot tr:nth-last-child(1)  {
	height:35px;
	font-weight:normal;
	vertical-align:middle;
}
.clusteredSingle {
	padding: 1px 3px;
	vertical-align:bottom;
}
.clusteredSingle li:nth-child(odd)  {
	font-weight:bold;
	color:#323131;
	padding-top:3px;
}
.clusteredSingle li:nth-child(even)  {
	border-bottom: 1px solid #c0c0c0;
}
.infobox-content{
	text-align:left;
	font-size:12px;
	border-collapse:collapse;
	width:90%;
}
.infobox-content tbody tr:nth-child(even) {
	background-color: #efeeee;
}
.infobox-content tbody td:first-child {
	color: #000;
}
.infobox-content tfoot tr:nth-last-child(1) {
	height:35px;
	font-weight:normal;
	vertical-align:middle;
}
/*------------  radar legend  ---------- */
.submenu {
   /*float:left;*/
   width:100%;
   background:#fff;
   border-bottom:2px solid #333;
   overflow:hidden;
   position:relative;
   padding: 5px 15px 0px 15px;
}

    .submenu ul {
        /* clear:left;
   float:left;*/
        list-style: none;
        /*margin:0;*/
        padding: 0;
        position: relative;
        left: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-content:center;
    }
.submenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#details {
    padding: 0px 10px 0px 20px;
    border-bottom: 2px solid #333;
    min-height: 25px;
    margin-top: 10px;
    text-align: center
}
#details-report {
    padding-top: 2px;
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: none;
}

#rotating-outage {
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 1.15em;
	color: #E60D2E;
	padding-bottom: 3px;
	display: none;
}

#last-update{
   /*line-height:20px;*/
   text-align:center;
}

	#last-update a {
		color: #00687f;
		font-weight: bold;
		font-size: .8em;
		padding: 0 10px;
		float: right;
		margin-right: 10px;
		text-decoration: underline;
	}

/*---------------  SUMMARY STUFF  ----------- */
#legend {
	min-width:260px;
	overflow: auto;
	background-color:#E6e6e6;
	text-align:center;
}
/*--------------  customer service level -------------*/
/*             LEAVE THIS CODE HERE           */
/*#kpi{
	font-weight:bold;
}
.kpi-title {
	padding-bottom:1px;
}
#kpi-val{
	font-size:18px;
}
#kpi-desc {
	font-size:10px;
	visibility:hidden;
}*/
/*-------------  metro summary ------------*/
#metro-summary-container{
	width:100%;
	margin:0;
}
#metro-summary-table {
	width:90%;
	line-height:22px;
	border-collapse:collapse;
	margin-left:10px;
}
#metro-summary-table td:first-child{
	/*  metro area names column*/
	width:50%;
	text-align:left;
	line-height:23px;
}
#metro-summary-table thead th {
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	color:#333;
}
#metro-summary-table thead th:last-child {
	 /*  number column*/
	text-align:right;
	padding-right:5px;
}
#metro-summary-table tbody tr {
		border-top: 1px solid #c0c0c0;
}
#metro-summary-table tbody td:first-child {
	   padding-left:3px;
}
#metro-summary-table tbody td:nth-last-child(1) {
	/*  number column*/
   text-align:right;
   padding-right:3px;
}
#metro-summary-table tbody tr:last-child {
   /*  total row*/
	font-weight: bold;
	line-height:30px;
	vertical-align:bottom
}
#outagekeycontainer{
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	background-color: #E9E9E9;
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: bold;
	padding-bottom: 15px;
	display:none;
}
 #outagekeycontainer div.title{
	text-align: left;
	color: #333;
	font-size: 12px;
	margin-left: 10px;
}
 #outagekeycontainer div.colorkey{
     display:inline-block;
     text-align:center;
 }
 #outagekeycontainer span {
	float:left;
	text-align:center;
	width: 30px;
	height: 30px;
	border: 1px solid #FFF;
	margin: 5px 25px 5px 10px;
 }
 #outagekeycontainer div.color {
	float: left;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: 1px;
	margin: 0 20px 0 5px;
}
#outagekeycontainer div.color-last {
	float:left;
	text-align:center;
	width: 40px;
	height: 30px;
	padding: 1px;
	margin: 0 0 0 5px;
}
#green {
	background-color: #00AA66;
	background-image: url(../Images/green.png);
	background-repeat: repeat-x;
	background-position: left top;
 }
#yellow {
	background-color: #FFD533;
	background-image: url(../Images/yellow.png);
	background-repeat: repeat-x;
	background-position: left top;
 }
#orange {
	background-color: #FF8000;
	background-image: url(../Images/orange.png);
	background-repeat: repeat-x;
	background-position: left top;
 }
 #red {
	 color: #fff;
	 background-color: #CC0000;
	background-image: url(../Images/red.png);
	background-repeat: repeat-x;
	background-position: left top;
 }
 /*------------  END LEGEND    ------*/ 

 /*------------ CITY COUNTY OUTAGE GRIDS ---------*/
.outage-totals {
	margin-left:2px;
	margin-bottom:15px;
	margin-top:22px;
	margin-right:2px;
	font-size:10px;
}
 /*----------------   CITY PAGE ------------*/
 #cityPage {
	 display:none;
 }

 /*----------------   STORM PAGE ------------*/
#stormPage {
    display: none;
}
#storm-outage-data tbody tr {
    border-top: 1px solid #C0C0C0;
}

 .outage-table{
	border-collapse: collapse; /*this and border spacing replace cellpadding = 0*/
	border-spacing: 0; 
	line-height:28px;
	margin-left:5px;
	font-size:12px;
}
 .outage-table td{
	 padding: 0 1px;
 }
 .outage-table tr:nth-child(even) {
	 background-color: #E5E5E5;
 }
 .outage-table thead th{
	 background-color: #E5E5E5;
	 font-weight: bold;
	 color: #333;
	 border-bottom: 1px solid #c0c0c0;
	 padding: 0 3px;
	 text-align:left;
 }
 .outage-table td:nth-child(3), .outage-table td:nth-child(4), .outage-table thead th:nth-child(3),  .outage-table thead th:nth-child(4)   {
	 text-align: right;
 }
  .outage-table td:nth-child(2) {
	  text-wrap:avoid;
  }
 .outage-table thead th:nth-child(1), .outage-table thead th:nth-child(2) {
	 text-decoration:underline;
 }

#city-outage-data-footer {
    color: #e60d2e;
    font-weight: bold;
    background-color: #fff;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
  /*---------------  COUNTY PAGE ----------*/
 #countyPage {
	  display:none;
 }

#county-outage-data thead th:nth-child(2) {
	/* take off the underline put there by the outage table class */
	text-decoration: none;
}
#county-outage-data td:nth-child(2), #county-outage-data thead th:nth-child(2) {
	/* override the outage table class */
   text-align:right;
}
#county-outage-data-footer {
    color: #e60d2e;
    font-weight: bold;
    background-color: #fff;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
/*---------------------------------------  ASM PAGE  ---------------------------------------*/
#asmPage {
	 display:none;
 }
#outage-msg-data thead th:nth-child(1) {
	/* take off the underline put there by the outage table class */
	width:70px;
}
#outage-msg-data thead th:nth-child(2) {
	/* take off the underline put there by the outage table class */
	text-decoration: none;
}
#outage-msg-data thead th:nth-child(3) {
	text-align:left;
}
#outage-msg-data thead th:last-child {
	width:45%;
	text-align:left;
}
#outage-msg-data tbody td {
	border-left: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
}
#outage-msg-data tbody td:last-child {
	border-right: 1px solid #C0C0C0;
	text-align: left;
}
#outage-msg-data tbody tr:nth-last-child(1) {
	border-bottom: 1px solid #C0C0C0;
}
  
 /*-----------  Error PAGE --------------*/
#errorPage {
	margin-left:23px;
	margin-top: 15px;
}
#errorPage p {
	margin: 15px 0;
}
#home {
	text-decoration:underline;
}
 /*----------  header  ----------*/
#mec-logo {
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
    display: flex;
    justify-content: center;
    align-content: center;
	/*padding-right: 60px;
	padding-left: 39px;
    font-size: 14px;*/
}

 #mec-logo2 {
	/*float:left;*/
	margin-top: 1.07em;
}

 #company-name {
	 color:#FFF;
	 background-color:#000099;
	 text-align:center;
	 font-size:14px;
	 height:25px;
	 line-height:25px;
	 display:none;
 }

 #mec-logo-map {
	text-align:center;
	margin: 0;
	background-color: #333;
}

 #mec-logo-map p{
     color:#e6e6e6;
     font-size:16px;
     padding:6px 0;
 }

 /*------------ FOOTER - CONTACT ------------*/
#footer-contact.footer-contact {
    background-color: #707070;
}

#footer-contact.footer-contact h3 {
  color: #fff;
  margin: 8px 0 0 0;
  font-weight: 700;
  font-size: 20px;
}

#footer-contact.footer-contact h3 span {
  font-size: 1.08em;
  color: #C7C7C7;
  font-size: 1.08em;
  color: #c7c7c7;
}

@media (max-width: 481px) {
  #footer-contact.footer-contact h3 {
    margin: 13px 0 0 0;
  }
}

#footer-contact.footer-contact ul {
  padding-top: 6px;
  margin-bottom: 6px;
}

@media (max-width: 481px) {
  #footer-contact.footer-contact ul {
    margin: 13px 0;
  }
}

#footer-contact.footer-contact ul li {
  padding: 0 3px;
}

#footer-contact.footer-contact a {
  color: #fff;
}

#footer-contact.footer-contact img {
  vertical-align: middle;
}


#footer-contact.footer-contact img.socialMediaIcon {
  height: 28px;
  height: 2.8rem;
  width: 28px;
  width: 2.8rem;
}

#footer-contact.footer-contact img.phoneIcon {
  height: 30px;
  height: 3rem;
  width: 30px;
  width: 3rem;
  margin: -4px 10px 0 0;
}

#footer-contact .row {
  margin-left: -15px;
  margin-right: -15px;
}

#footer-contact .row:before,
.row:after {
  content: " ";
  display: table;
}

#footer-contact .row:after {
  clear: both;
}

#footer-contact .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*@media (min-width: $screen-xs-min){
      width: $container-mobile;
  }*/
}

#footer-contact .container:before,
#footer-contact .container:after {
  content: " ";
  display: table;
}

#footer-contact .container:after {
  clear: both;
}

@media (min-width: 768px) {
  #footer-contact .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  #footer-contact .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  #footer-contact .container {
    width: 1170px;
  }
}

#footer-contact .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

#footer-contact .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 481px) {
  #footer-contact .col-xs-7 {
      width: 58.33333%;
      float: left;
  }
}

#footer-contact .col-xs-7 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 481px) {
  #footer-contact .col-xs-5 {
      width: 41.66667%;
      float: left;
  }
}

#footer-contact .col-xs-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#footer-contact .text-right {
    text-align: right;
}

 /*------------ FOOTER - TERMS ------------*/
#footer-terms.footer-terms {
  background-color: #000;
  font-size: 9px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
}

#footer-terms.footer-terms ul li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

#footer-terms.footer-terms a {
  color: #ffffff;
  transition: color 0.5s ease;
}

    #footer-terms.footer-terms a:hover {
        color: #ffe924;
    }

#footer-terms .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

#footer-terms ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

#footer-terms .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

#footer-terms .visible-xs {
  display: none !important;
}

#footer-terms .list-unstyled {
  padding-left: 0;
  list-style: none;
}

#footer-terms .text-right {
    text-align: right;
}

#footer-terms p {
    margin: 0 0 10px;
}

#footer-terms .copyright {
    margin: 10px 0 0px;
    padding-bottom: 10px;
}

#footer-terms .radar-provided-by {
    font-size: 12px;
}

#footer-terms a:hover,
#footer-terms a:focus {
  color: #FF9933;
  text-decoration: underline;
}

/* BOOTSTRAP GRID */


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*@media (min-width: $screen-xs-min){
      width: $container-mobile;
  }*/
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-mobile-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-mobile-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-mobile-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-mobile-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-mobile-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-mobile-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-mobile-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-mobile-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-mobile-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-mobile-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-mobile-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-mobile-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-mobile-1, .col-mobile-2, .col-mobile-3, .col-mobile-4, .col-mobile-5, .col-mobile-6, .col-mobile-7, .col-mobile-8, .col-mobile-9, .col-mobile-10, .col-mobile-11, .col-mobile-12 {
  float: left;
}

.col-mobile-1 {
  width: 8.33333%;
}

.col-mobile-2 {
  width: 16.66667%;
}

.col-mobile-3 {
  width: 25%;
}

.col-mobile-4 {
  width: 33.33333%;
}

.col-mobile-5 {
  width: 41.66667%;
}

.col-mobile-6 {
  width: 50%;
}

.col-mobile-7 {
  width: 58.33333%;
}

.col-mobile-8 {
  width: 66.66667%;
}

.col-mobile-9 {
  width: 75%;
}

.col-mobile-10 {
  width: 83.33333%;
}

.col-mobile-11 {
  width: 91.66667%;
}

.col-mobile-12 {
  width: 100%;
}

.col-mobile-offset-0 {
  margin-left: 0%;
}

.col-mobile-offset-1 {
  margin-left: 8.33333%;
}

.col-mobile-offset-2 {
  margin-left: 16.66667%;
}

.col-mobile-offset-3 {
  margin-left: 25%;
}

.col-mobile-offset-4 {
  margin-left: 33.33333%;
}

.col-mobile-offset-5 {
  margin-left: 41.66667%;
}

.col-mobile-offset-6 {
  margin-left: 50%;
}

.col-mobile-offset-7 {
  margin-left: 58.33333%;
}

.col-mobile-offset-8 {
  margin-left: 66.66667%;
}

.col-mobile-offset-9 {
  margin-left: 75%;
}

@media (min-width: 481px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
}

/*---------- ERROR PAGE ----------*/
#error-msg {
  color: #333333;
}
#error-msg.internal {
  font-size: 16px;
  line-height: 24px;
}

#error-msg.internal h2 {
  font-size: 22px;
  line-height: 32px;
  color: #5474a4;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
}

#error-msg.internal h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: #5474a4;
  margin: 0;
  padding: 0 0 5px 0;
}

#error-msg hr.thick {
  border-top: 4px solid #dbdbdb;
  margin-top: 1px;
}

#error-msg .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

#error-msg h1,
.h1 {
  font-size: 33px;
  font-size: 3.3rem;
  color: #516586;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: inherit;
  line-height: 1.1;
}

#error-msg p {
  margin: 0 0 10px;
}

#error-msg a {
  color: #303030;
  text-decoration: none;
}

.isvg {
    display: block;
    width: 32px;
    height: 32px;
}

.isvg-facebook--reverse::before {
    content: url("../images/isvg-facebook--reverse.svg");
}

.isvg-twitter--reverse::before {
    content: url("../images/isvg-twitter--reverse.svg");
}

.isvg-youtube--reverse::before {
    content: url("../images/isvg-youtube--reverse.svg");
}

.isvg-linkedin--reverse::before {
    content: url("../images/isvg-indesign--reverse.svg");
}
