/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme span {
	cursor:pointer;
}

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-left: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 1px solid #AAA;
	border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
	cursor: default;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
	cursor:pointer;
}

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme span {
	cursor:pointer;
}

.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
	background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

		xbody {
          font-size: 16px;
          margin: 0 15px;
        }
		#formarea {
       		font-size: 16px;
        }
        #formarea h2 {
          margin: 1em 0;
        }
        #formarea input[type=text] {
          width: 100%;
        }
        #formarea select {
          width: 100%;
        }
        #formarea .bold {
          font-weight: bold;
        }
        #formarea .asd {
          padding: 1em;
        }
        #formarea .email div + div,
        #formarea .phone div + div,
        #formarea .address div + div,
        #formarea #FirstNameSection div + div,
        #formarea #LastNameSection div + div,
        #formarea #City,
        #formarea #ZipCode {
          margin: 0 0 1em 0;
        }
        #formarea .email div input,
        #formarea .phone div input,
        #formarea .address div input,
        #formarea #FirstNameSection div input,
        #formarea #LastNameSection div input,
        #formarea #City,
        #formarea #ZipCode {
          width: 100%;
          padding: 0.25em;
          border: 3px solid #eee;
        }
        #formarea #City,
        #formarea #ZipCode {
          height: 2.25em;
          margin-bottom: 0;
        }
        #formarea #RemoveEmail,
        #formarea #AddEmail,
        #formarea #RemovePhone,
        #formarea #AddPhone,
        #formarea #VerifyAddressButton,
        #formarea #Submit,
        #formarea #Reset {
          margin: 0 0 0.5em 0;
          padding: 0.5em;
          border: none;
          border-radius: 5px;
          color: #fff;
        }
        #formarea #AddEmail,
        #formarea #AddPhone,
        #formarea #VerifyAddressButton,
        #formarea #Submit {
          background-color: #25a725;
        }
        #formarea #RemoveEmail,
        #formarea #RemovePhone,
        #formarea #Reset {
          background-color: #bb2020;
        }
        #formarea .oes-form-buttons {
          padding-right: 6%;
          text-align: right;
        }
        #formarea .oes-form-buttons input {
          width: 10em;
        }
        #formarea #map {
          height: 350px;
          margin-top: 2em;
          padding-left: 25%;
          border: 2px solid black;
        }
        #formarea #AddressSearchCoordinates {
          font-weight: bold;
          color: #999;
        }
        #formarea #rbGroup1,
        #formarea #rbGroup2 {
          margin: 1em 1.5em;
        }
        #formarea div.Result:hover {
          background-color: lavender;
          cursor: pointer;
        }
        #formarea div.SelectedResult {
          background-color: burlywood;
          cursor: pointer;
        }
        #formarea .status {
          margin: 1em 0;
          color: red;
          text-align: right;
        }
        #formarea h2 + .status {
         margin: 1em 6% 1em 0;
        }
        x#sdsr {
          font-size: 12px;
          color: #808080;
        }
        x#sdsr a {
	        color: #366B1D;
	        text-decoration: none;
	        font-weight: bold;
        }
        x#sdsr a:hover {
          color: #366B1D;
          text-decoration: underline;
          font-weight: bold;
        }
		}
        @media (min-width: 1024px) {
          #formarea .email div,
          #formarea .phone div,
          #formarea .address div,
          #formarea #FirstNameSection div,
          #formarea #LastNameSection div {
            display: inline-block;
            width: 25%;
          }
          #formarea .email div:first-child + div,
          #formarea .phone div:first-child + div,
          #formarea .address div:first-child + div,
          #formarea #FirstNameSection div + div,
          #formarea #LastNameSection div + div {
            width: 70%;
          }
          #formarea .oes-form-buttons {
            margin-bottom: 1em;
          }
          #formarea #MapSection,
          #formarea #AddressSearchCoordinates {
            max-width: 70%;
            margin-left: 25%;
          }
        }
        @media (max-width: 1023px) {
          #formarea body {
            xfont-size: 30px;
          }
          #formarea h1 {
            xfont-size: 50px;
          }
          #formarea h2 {
            xfont-size: 40px;
          }
          #formarea .email div,
          #formarea .phone div,
          #formarea .address div,
          #formarea #FirstNameSection div,
          #formarea #LastNameSection div {
            display: block;
            width: 100%;
          }
          #formarea .oes-form-buttons {
            padding-right: 0;
          }
          #sms {
            margin-top: 0;
          }
        }
        @media (max-width: 991px) {
          #formarea #map {
            width: 100%;
            xheight: 70vw;
            margin-top: 2em;
            border: 2px solid black;
          }
        }

:root {
    --asd-red: rgb(235 31 38);
    --asd-blue-dark: rgb(0 76 124);
}
body {
    font-size: 16px;
}
a {
    text-decoration: underline;
    color: var(--asd-blue-dark);
}
a:hover {
    text-decoration: underline !important;
}
h1.visuallyhidden{
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}
.navbar-right,
.header-logo-div {
    display: none;
}
.header {
    top: 0;
    z-index: 1000;
    background-color: white;
}
.header-nav-div {
    width: auto;
}
.header-nav-banner-div img {
    height: 100px;
}
.header-nav-banner-div a {
    position: relative;
    z-index: 1100;
}
#content:not:has(+ #sidebar-inherited) {
    width: 100%;
}
.cosd-news-article {
    display: flex;
}
.cosd-news-items {
    padding: 0 2rem;
}
.cosd-news-image-element-title {
    display: none;
}
.cosd-news-heading {
    margin-top: 0;
}
.cosd-news-list-item {
    margin-bottom: 3rem;
}
.cosd-news-image-element {
    max-width: 25%;
}

@media (max-width: 767px) {
.visible-xs.navbar-left > .nav,
.breadcrumb {
    display: none !important;
}
.navbar-header {
    padding: 0 1.5rem;
}
.cosd-news-items {
    padding: 0;
}
.cosd-news-image-element {
    max-width: revert;
}
.cosd-news-article img {
    width: 100%;
}
.cosd-news-article {
    display: flex;
    flex-direction: column-reverse;
}
.cosd-news-date-element, .cosd-news-element-shortDescription {
    display: none;
}

.cosd-news-heading {
    background-color: #edf1fc;
    padding: 1rem 1.5rem;
     margin: 0;
}
.cosd-news-list-item ~ .cosd-news-list-item {
    width: 45%;
    float: left;
}
.cosd-news-list-item + .cosd-news-list-item {
    margin-right: 5%
}
}

.cosd-news-article img {
    width: 100%;
}

.oes-preparedness > div {
    width: 33.33333333% !important;
}
.oes-preparedness .text-media  {
    margin: 0 0 5rem 0;
}
.oes-preparedness .text-media :is(h3, a) {
    font-size: 2rem;
	font-weight: inherit;
    word-break: break-word;
}
.oes-situational {
    xmargin-top: 7rem;
}

@media (max-width: 1199px) {
    .oes-preparedness .text-media {
        text-align: center;
    }
    .oes-preparedness .text-media img {
        float: none;
    }
    .oes-preparedness .text-media p {
        display: none;
    }
}
@media (max-width: 640px) {
    .oes-preparedness .text-media :is(h3, a) {
        margin-top: 0;
        font-size: 1.5rem;
    }    
    .oes-preparedness .text-media img {
        margin-bottom: 1rem;
    }
}
.cosd-news-list-wrapper .cosd-news-list-item + .cosd-news-list-item +  .cosd-news-list-item +  .cosd-news-list-item {
   xdisplay: none;
}

.accordion-faq :is(.openall,.closeall) {
    display: none;
}
x.accordion-faq a {
    color: black !important;
}
.accordion-faq .panel-title {
    font-size: 2rem;
}
.accordion-faq .panel {
   border: none !important;
}
.accordion-faq .panel-heading {
    background-color: rgb(0 174 239 / 25%) !important;
    border-bottom: 1px solid white;
}
.accordion-faq .panel-heading a {
    xcolor: #fff !important;
}
x.accordion-faq .panel-body a {
    text-decoration: underline !important;
}
#navigation-area {
    position: absolute;
    top: revert !important;
    xbottom: 6rem;
    right: 10vw;
    margin-top: -8rem;
    background-color: transparent;
    color: inherit;
    border: none;
}
.breadcrumb,
#sidebar-inherited > div :is(.key-links),
.oes-box > p + p,
.oes-box-title,
.page-heading {
    display: none;
}

#navigation-area .navbar-nav > li > a {
    border: none;
    color: #333;
    background-color: transparent;
}
#header-area {
    border-bottom: 5px solid #06aeef;
}
#navigation-area > .container:first-child {
    width: auto;
}
.header-comp.section {
    position: relative;
}
.oes-box-content p:has(.disclaimer-tag) {
    text-align: right;
}
.oes-search.section {
    max-width: 300px;
}
.googletranslator.section {
    margin-left: 3rem;
}
div#google_translate_element + p {
    margin: 0;
}
.social.section {
    flex-grow: 1.75;
}
#accordion .glyphicon:before {
    content: "\2212";
}
#accordion .collapsed .glyphicon:before {
    content: "\2b";
}
@media (max-width: 500px) { 
    #navigation-area {
        margin-top: -15%;
    }
    .header-nav-banner-div img {
        height: auto;
        max-width: 75%;
    }
}
@media (min-width: 1200px) { 
   .navbar-toggle,
   .search-toggle,
    #header-search-collapse,
    #header-navbar-collapse,
    .navbar-search {
        display: none;
    }
}
@media (max-width: 1199px) {
    .header {
        position: relative;
    }
    #socials-bar + .oes-search {
        display: none;
    }
    #sidebar-inherited {
        top: 5rem;
        opacity: 0.2;
    }
    #navigation-area {
        right: 0;
        width: 100%; 
    }
    #navigation-area > .container {
        padding: 0;
    }
    #navigation-area .navbar-nav > li > a {
        padding-left: 4rem;
        padding-bottom: 10px !important;
        font-size: 2.25rem;
        line-height: 3rem;
    }
    #content-area {
        xmargin-top: 5rem !important;
    }
    #header-navbar-collapse {
        background-color: var(--asd-blue-dark);
    }

    #header-navbar-collapse a {
        color: white !important;
    }
    #header-search-collapse {
        xheight: 3rem;
        xwidth: 4rem;
       xborder-color: transparent;
    }
    #header-search-collapse:not(.in) + .navbar-left {
        display: none !important;
    }
    .search-toggle {
        margin-left: 1rem;
        border: none;
        background-color: transparent;
        color: var(--asd-blue-dark);
        font-size: 2.5rem;
    }
    .navbar-toggle {
        display: block !important;
        position: absolute;
        right: 0;
        bottom: 0;
        bottom: revert !important;
        border: none;
        top: 0 !important;
        padding-top: 0;
 
    }
    .navbar-search {
        background-color: var(--asd-blue-dark);
        padding: 3rem;
        margin-top: 0;
    }
    
    #header-navbar-collapse {
        margin-top: 8rem;
    }
    #header-navbar-collapse:not(.in) + #header-search-collapse {
        margin-top: 3rem;
    }
    .navbar-collapse.collapse:not(.in) {
        display: none !important; 
    }    
    .header-nav-div {
        text-align: center;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: var(--asd-blue-dark);
        margin-top: 0.65rem;
        width: 3rem;
        height: 0.35rem;
    }
    .navbar-nav > li {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: none !important;
    }
    .navbar-form .input-group .input-group-btn {
        width: 1%;
    }
}
@media (max-width: 767px) {
    #header-navbar-collapse {
        margin-top: 4rem;
    }
}
@media (max-width: 500px) {
    #header-navbar-collapse {
        margin-top: 3.25rem;
    }
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.ad-copy .oes-box a {
    display: inline-block;
}
.ad-copy .oes-box a img {
    width: 35px;
}

#subheader-area {
    background-color: #ccc;
}
#subheader-area > div {
    display: flex;
    align-items: stretch;
    max-width: 1170px;
    margin: 0 auto;   
    padding: 0.75rem 1.5rem 0 1.5rem;
}
#socials-bar img {
    filter: grayscale(1);
    height: 30px;
    width: auto !important;
    padding: 0;
    margin: 0;
    border-radius: 0.5rem;
    background-color: white;
    opacity: 0.5;
}
#socials-bar {
    flex-grow: 8;
}
.oes-search, 
#google_translator {
    flex-grow: 1;
    text-align: right;
}

.text h2 {
    margin: 4rem 0 3rem 0;
    color: var(--asd-red);
}

#navigation-area .navbar-nav > li > a {
    border: none;
    color: var(--asd-blue-dark);
    background-color: transparent;
    padding-bottom: 0;
}
.textMedia .img-media-left {
    float: left;
    margin: 0px 10px 24px 0px;
}
.asd-link-grid > div {
    width: 33.33333333% !important;
}
.asd-link-grid .text-media {
    margin: 0 0 5rem 0;
}
x.asd-link-grid .text-media a {
    text-decoration: underline;
    color: var(--asd-blue-dark);
}
.asd-link-grid .text-media :is(h2,h3,a) {
    font-size: 2rem;
}
.asd-link-grid .text-media p {
    font-size: 1.5rem;
}
@media (max-width: 1199px) {
    .asd-link-grid .text-media {
        text-align: center;
    }
    .asd-link-grid .text-media p {
        display: none;
    }
    .asd-link-grid .text-media img {
        float: none;
    }
}
.rss-news-feed .article {
    display: grid;
    grid-template-columns: 25% 75%;
    margin-bottom: 3rem;
}
.article > :not(img) {
    padding-left: 2rem;
    margin-block-start: 0;
    padding-bottom: 1rem;
}
.article-heading {
    order: 2;
    width: 100%;
    font-size: 24px;
    margin-bottom: 0;
}
.article-img {
    order: 1;
    width: 100%;
    grid-row-start: 1;
    grid-row-end: 10;
}
.article-date {
    order: 3;
}
.article-desc {
    order: 4;
}
.article-link {
    order: 5;
    xtext-decoration: underline;
}
/* Global Banners */
.asd-global-banners ul {
   padding: 0;
}
.asd-global-banners li:empty {
    display: none;
}
.asd-global-banners li {
    padding: 1rem;
    color: white !important;    
}
.asd-global-banners li p {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: 500;
}
.asd-global-banners li a {
    color: white !important;    
    xtext-decoration: underline;
}
.asd-global-banners .asd-banner-emergency {
    background-color: rgb(235, 30, 40);   
}
.asd-global-banners .asd-banner-warning {
    background-color: rgb(250, 166, 49);
}
.asd-global-banners .asd-banner-information {
    background-color: rgb(4, 173, 239);
}

:is(.oes-preparedness, .oes-situational) a {
    xtext-decoration: underline;
    color: var(--asd-blue-dark) !important;
}
.cf-incident-short-feed table td {
    padding: 1rem;
}

.navbar-search .input-group {
    width: 100%;
}

@media (max-width: 1199px) {
    #header-navbar-collapse:not(.in) + #header-search-collapse {
        margin-top: 8rem;
    }
}
@media (max-width: 768px) {
    #header-navbar-collapse:not(.in) + #header-search-collapse {
        margin-top: 4rem;
    }
}
@media (max-width: 500px) {
    #header-navbar-collapse:not(.in) + #header-search-collapse {
        margin-top: 3.25rem;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #navigation-area {
        right: 3rem;
    }
}

@media (min-width: 1200px) {
    #header-area > .container:first-child {
        width: 1400px !important;
    }
}

.result-desc {
    text-align: left;
}
.oes-search.section {
    margin-top: 3rem;
    max-width: unset;
    x: 50%;
}
.oes-search.section > form {
    margin-bottom: 3rem;
}
@media (min-width: 768px) {
    .oes-search.section > form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .rss-news-feed .article {
        grid-template-columns: 1fr;
    }
    .article-img {
        margin-bottom: 2rem;
    }
}

/* Skip Link */
a.skip-link:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Search Results */
.search-results-header {
    text-align: left;
}
.searchResult > :is(.search-results-description,.search-results-header,p) {
    text-align: left;
    margin: 3rem 0;
}
.result-desc .title {
    margin-top: 1.5em;
}

.result-desc .title a {
    color: #069;
}

.searchresults.section .row {
    margin: 0;
}

.searchresults.section a:hover {
    color: #23527c;
}

.searchResult ul {
    padding: 0;
    margin: 0;
}

.searchResult ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

.searchResult p {
    margin: 0;
}

ul.searchResPagination {
    padding: 2em 0 0 0;
}

ul.searchResPagination li {
    display: inline-block;
    padding: 0 0.1em;
}

ul.searchResPagination li a {
    color: #337ab7;
    font-weight: normal;
}

/* Google Translate */
#google_translator select.goog-te-combo {
    max-width: 155px;
}

/* Icon Links */
.iconlink-icon {
    float: left;
}
.iconlink-link {
    margin: 1rem 0 0 3.5rem;
    padding: 0.25rem 0 0;
}
