.hover-transition {
    transition: all 0.2s ease-in-out;
}
.hover-transition-border-radius {
    -webkit-transition: border-radius 0.5s ease;
    -moz-transition: border-radius 0.5s ease;
    -ms-transition: border-radius 0.5s ease;
    -o-transition: border-radius 0.5s ease;
    transition: border-radius 0.5s ease;
}
.collapse-transition {
    transition: all 0.2s ease-in-out;
}
.center-horizontal {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.center-vertical {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.border-radius-input {
    border-radius: 12px;
}
.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text-shadow {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.box-shadow {
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.global-gradient {
    background: #f3f1f1;
    background: -moz-linear-gradient(top, #f3f1f1 0, #fff 33%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f1f1), color-stop(33%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f3f1f1 0, #fff 33%, #fff 100%);
    background: -o-linear-gradient(top, #f3f1f1 0, #fff 33%, #fff 100%);
    background: -ms-linear-gradient(top, #f3f1f1 0, #fff 33%, #fff 100%);
    background: linear-gradient(to bottom, #f3f1f1 0, #fff 33%, #fff 100%);
}
.global-gradient:before,
.global-gradient:after {
    content: " ";
    display: table;
}
.global-gradient:after {
    clear: both;
}
a.shareicon {
    height: 38px;
    width: 38px;
    border-radius: 19px;
    background: #dededd;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: "typiconsregular";
    text-decoration: none;
    /*float: right;*/
    margin: 0 16px;
    font-size: 25px;
    line-height: 25px;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
a.shareicon:hover {
    background: #d4d4d4;
}
a.shareicon img {
    top: -3px;
    vertical-align: baseline;
    position: relative;
}
.news-social {
    display: block;
    text-align: right;
}
.news-social a.shareicon {
    margin-bottom: 0.7em;
    text-decoration: none !important;
    color: #fff !important;
}
.type-family-display {
    font-family: "Open Sans", sans-serif;
}
.type-family-body {
    font-family: "Libre Baskerville", sans-serif;
}
@font-face {
    font-family: "typiconsregular";
    src: url("../fonts/fonts/typicons-regular-webfont-webfont.eot");
    src: url("../fonts/typicons-regular-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/typicons-regular-webfont-webfont.woff") format("woff"), url("../fonts/typicons-regular-webfont-webfont.ttf") format("truetype"),
        url("../fonts/typicons-regular-webfont-webfont.svg#typiconsregular") format("svg");
    font-weight: 100;
    font-style: normal;
}
.bg-translucent {
    background-color: rgba(0, 0, 0, 0.3);
}
.bg-translucent-hover {
    background-color: rgba(0, 0, 0, 0.5);
}
body {
    font-family: "Libre Baskerville", sans-serif;
    color: #000;
}
p {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 100%;
    line-height: 21px;
}
p a,
#main .main a:not(.orangebutton):not(.btn)
 {
    color: #007BBD;
    text-decoration: underline;
}
p a:hover,
#main .main a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Open Sans", sans-serif;
}
h1,
h2 {
    text-transform: uppercase;
}
.orangebutton {
    border-radius: 35px;
    background: url("../img/button_bg.jpg") repeat;
    padding: 8px;
    z-index: 10;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.orangebutton:hover {
    color: #fff;
    text-decoration: none;
}
strong {
    font-weight: 700;
}
h3,
strong {
    font-family: "Open Sans", sans-serif;
    color: #273138;
}
hr {
    border: 0;
    background: #008dd7;
    height: 1px;
    margin-top: 0.5em;
    margin-bottom: 1em;
    clear: both;
}
.img-right {
    float: right;
    margin: 0 0 30px 30px;
}
.img-left {
    float: left;
    margin: 0 30px 30px 0;
}
.uc {
    text-transform: uppercase !important;
}
.form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1 !important;
}
.form-control:-moz-placeholder {
    color: #000;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.data-url {
    cursor: pointer;
}
#top-link {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 25px;
    height: 34px;
    width: 34px;
    border-radius: 17px;
    color: white;
    background: #c2bebe;
    border-bottom: 1px solid white;
    border-top: 1px solid #a09d9d;
    margin-right: 15px;
    text-align: center;
    line-height: 30px;
    z-index: 9999;
}
#top-link img {
    vertical-align: initial;
}
table.anchor-nav tr {
    background-color: #fff !important;
}
table.anchor-nav td {
    border: 1px solid #eaeaea !important;
    color: #eaeaea;
}
table.anchor-nav td strong {
    color: #eaeaea !important;
}
table.anchor-nav td a {
    /*color: #ff711f;*/
    color: #D14200;
}
table.anchor-nav td a:hover {
    color: #db3403;
}
form input[type="text"] {
    border-radius: 8px;
    border: none;
}
table.contact-table {
    width: 100%;
}
table.contact-table tr td {
    font-family: "Open Sans", sans-serif;
}
table.contact-table tr td h3 {
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
table.contact-table tr td:first-child {
    width: 60%;
}
table.contact-table tr td:last-child {
    width: 40%;
    text-align: right;
}
.fb-page,
.fb-page iframe[style],
.fb-page span {
    width: 100% !important;
}
#page {
    position: relative;
}
#header {
    position: relative;
    background: url(../img/header_bg.jpg) repeat-x center top;
    z-index: 300;
    height: 96px;
}
#header .container {
    position: relative;
}
#header .logo {
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #fff;
    display: inline-block;
}
#header .logo a {
    display: block;
    padding: 10px;
}
#header .logo img {
    transition: all 0.2s ease-in-out;
}
#header .header-nav {
    position: static;
}
#header .utility-nav {
    margin-top: 5px;
}
#header .utility-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
#header .utility-nav ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    /*border-left: 1px solid #fff;*/
    font-family: "Open Sans", sans-serif;
}
#header .utility-nav ul li:first-child {
    border: none;
}
#header .utility-nav ul li a {
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}
#header .utility-nav ul li#skip-to-main {
    position: relative;
}
#header .utility-nav ul li#skip-to-main a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
}
#header .utility-nav ul li#skip-to-main a:focus {
    position: static;
    width: auto;
    height: auto;
    left: auto;
    border: none;
}
#header .utility-nav ul li#skip-to-main a:focus:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
}
#header .search {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
}
#header .search input[type="text"] {
    position: relative;
    z-index: 10;
    /*padding-left: 40px;*/
    padding-right: 40px
    font-family: "Open Sans", sans-serif;
}
#header .search button[type="submit"] {
    position: absolute;
    top: 2px;
    /*left: 2px;*/
    right: 2px;
    z-index: 20;
    padding: 5px;
}
#header .search .form-group {
    margin-bottom: 8px;
}
#header .navbar-default {
    background: transparent;
    border: none;
    min-height: 1px;
    margin: 0;
}
#header .navbar-collapse {
    border: none;
    padding: 0;
}
#header .navbar-collapse .navbar-nav {
    float: right;
}
#header .navbar-collapse .navbar-nav > li {
    font-size: 24px;
    font-weight: 700;
    margin-left: 5px;
    position: relative;
    font-family: "Open Sans", sans-serif;
}
#header .navbar-collapse .navbar-nav > li a,
#header .navbar-collapse .navbar-nav > li > button {
    color: #fff;
}
#header .navbar-collapse .navbar-nav > li > button {
    padding: 7px 15px;
    font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1000px) {
    #header .navbar-collapse .navbar-nav > li,
    #header .navbar-collapse .navbar-nav > li > button {
        font-size: 14px;
        margin: 0;
    }
    #header .navbar-collapse .navbar-nav > li > button,
    #header .navbar-collapse .navbar-nav > li.emergencies a {
        padding: 7px;
    }
}
#header .navbar-collapse .navbar-nav > li:hover > a,
#header .navbar-collapse .navbar-nav > li:hover > button,
#header .navbar-collapse .navbar-nav > li:focus > a,
#header .navbar-collapse .navbar-nav > li > button:focus,
#header .navbar-collapse .navbar-nav > li > button:hover {
    color: #007BBD;
    background-color: #fff;
    /*border-radius: 8px 8px 0 0;*/
    border-radius: 0;
    text-decoration: none;
}
#header .navbar-collapse .navbar-nav .dropdown-menu > li > a:hover {
    background-color: #fff;
}
#header .navbar-collapse .navbar-nav > li > ul {
    /*display: none;*/
    margin: 0;
    padding: 0;
    list-style: none;
    /*position: absolute;
    top: 100%;
    left: 0;*/
    padding: 0 57px 27px 3px;
    min-width: 305px;
    /*margin-top: -1px;*/
    background: #fff;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
}
@media (min-width: 768px) {
    #header .navbar-collapse .navbar-nav > li > ul {
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: -1px;
    }
    #header .navbar-collapse .navbar-nav > li:hover > ul,
    #header .navbar-collapse .navbar-nav > li:focus > ul {
        display: block;
    }
}
#header .navbar-collapse .navbar-nav > li > ul > li {
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}
#header .navbar-collapse .navbar-nav > li > ul > li a {
    color: #007BBD;
    display: block;
    padding: 12px 0 0 18px;
    transition: all 0.2s ease-in-out;
}
#header .navbar-collapse .navbar-nav > li > ul > li a:hover {
    color: #000;
    text-decoration: none;
}
#header .navbar-collapse .navbar-nav > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header .navbar-collapse .navbar-nav > li > ul > li > ul > li {
    font-size: 18px;
    font-weight: 500;
}
#header .navbar-collapse .navbar-nav > li > ul > li > ul > li a {
    color: #000;
    padding: 12px 0 0 33px;
    transition: all 0.2s ease-in-out;
}
#header .navbar-collapse .navbar-nav > li > ul > li > ul > li a:hover {
    text-decoration: underline;
}
#header .navbar-collapse .navbar-nav > li.emergency a {
    color: #fff;
    background-color: #db3403;
    text-transform: uppercase;
}
#header .navbar-collapse .navbar-nav > li.emergency a:hover {
    color: #fff;
    background-color: #db3403;
}
#header .navbar-collapse .navbar-nav > li.last > ul {
    left: auto;
    right: 0;
}
#header.business {
    background: url(../img/header_bg_business.jpg) repeat-x center top;
}
@media (max-width: 1305px) {
    #header .container {
        width: auto;
    }
    #header .navbar-collapse .navbar-nav > li {
        font-size: 20px;
    }
    #header .navbar-collapse .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    #header .navbar-collapse .navbar-nav > li > ul > li {
        font-size: 16px;
    }
    #header .navbar-collapse .navbar-nav > li > ul > li > ul > li {
        font-size: 12px;
    }
}
@media (max-width: 1080px) {
    #header .logo img {
        height: 76px;
    }
    #header .navbar-collapse .navbar-nav > li {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    #header {
        background: #fff;
        height: auto;
    }
    #header .header-nav {
        padding: 0;
    }
    #header.business {
        background: #fff;
    }
    #header .navbar-brand {
        padding: 0 0 0 15px;
    }
    #header .navbar-brand img {
        height: 50px;
    }
    #header .navbar-collapse {
        overflow: hidden;
    }
    #header .navbar-collapse .navbar-nav {
        float: none;
        margin-bottom: 0;
    }
    #header .navbar-collapse .navbar-nav > li {
        font-size: 16px;
        font-weight: 500;
    }
    #header .navbar-collapse .navbar-nav > li a,
    #header .navbar-collapse .navbar-nav > li button {
        color: #007BBD;
        padding: 9px 15px;
        float: none;
        display: block;
    }
    #header .navbar-collapse .navbar-nav > li a:hover {
        color: #000;
    }
    /*#header .navbar-collapse .navbar-nav > li:hover ul {
        display: none;
    }*/
    #header .navbar-collapse.in {
        overflow: hidden;
    }
    #header .pay-bill {
        top: 114px;
    }
    #header .navbar-header {
        -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    }
}
#hero-image {
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;
}
#hero-image .body {
    position: relative;
}
#hero-image .body .pay-bill {
    position: absolute;
    top: 62px;
    right: 0;
    width: 246px;
}
#hero-image .body .pay-bill a {
    border-radius: 35px;
    background: url("../img/button_bg.jpg");
    padding: 13px 17px;
    z-index: 10;
    color: #fff;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
#hero-image .body .pay-bill a:after {
    display: inline-block;
    margin-left: 6px;
    font-weight: 700;
    content: "$";
    font-family: "Open Sans", sans-serif;
    height: 34px;
    width: 34px;
    border-radius: 17px;
    color: #fff;
    background: #db3403 center top;
    border-bottom: 1px solid #ff6c04;
    border-top: 1px solid #b92c02;
    text-align: center;
    line-height: 28px;
}
#hero-image .body .pay-bill a:hover {
    border-radius: 5px;
    color: #fff;
    background: #db3403;
    text-decoration: none;
    -webkit-transition: border-radius 0.5s ease;
    -moz-transition: border-radius 0.5s ease;
    -ms-transition: border-radius 0.5s ease;
    -o-transition: border-radius 0.5s ease;
    transition: border-radius 0.5s ease;
}
#hero-image.homepage {
    height: 315px;
}
#hero-image.homepage .body {
    height: 315px;
    overflow: hidden;
}
#hero-image.homepage .body .caption {
    margin: 115px 10px 0 0;
}
#hero-image.homepage .body .caption h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 12px;
    border-bottom: 1px solid #008dd7;
    margin-top: 0;
    margin-bottom: 12px;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
#hero-image.homepage .body .caption p {
    font-family: "Libre Baskerville", sans-serif;
    font-size: 22px;
    line-height: 29px;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
#hero-image.interior {
    height: 250px;
}
#hero-image.interior .body {
    height: 250px;
    position: relative;
}
#hero-image.interior .body h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    left: 5px;
    bottom: 22px;
    position: absolute;
    margin: 0;
}
@media (max-width: 1305px) {
    #hero-image .container {
        width: auto;
    }
    #hero-image.interior .body h1 {
        left: 15px;
    }
}
@media (max-width: 768px) {
    #hero-image.homepage .body .caption h1 {
        font-size: 36px;
    }
    #hero-image.homepage .body .caption p {
        font-size: 18px;
    }
}
#breadcrumbs {
    background: #273138;
    padding-top: 15px;
    padding-bottom: 28px;
    font-weight: 500;
}
#breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -5px;
}
#breadcrumbs ul li {
    float: left;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
}
#breadcrumbs ul li:after {
    content: " / ";
    color: white;
    text-decoration: none;
    padding-right: 5px;
}
#breadcrumbs ul li:last-child:after {
    content: none;
}
#breadcrumbs ul li a {
    color: #2abddb;
    text-decoration: underline;
}
#breadcrumbs ul li a:hover {
    text-decoration: none;
}
@media (max-width: 1305px) {
    #breadcrumbs .container {
        width: auto;
    }
    #breadcrumbs ul {
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    #breadcrumbs {
        padding-bottom: 15px;
    }
}
#secondarynav-mobile nav {
    margin: 15px 0;
}
#secondarynav-mobile nav #secondarynav-toggle {
    display: block;
    /*color: #2abddb;*/
    color: #007BBD;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-transform: lowercase;
    padding: 16px 30px;
    transition: all 0.2s ease-in-out;
}
#secondarynav-mobile nav #secondarynav-toggle:hover {
    color: #008dd7;
    text-decoration: none;
}
#secondarynav-mobile nav #secondarynav-toggle:focus {
    text-decoration: none;
}
#secondarynav-mobile nav #secondarynav-toggle .glyphicon {
    vertical-align: middle;
    margin-top: -2px;
}
#secondarynav-mobile nav .column {
    border: 1px solid #2abddb;
    border-radius: 12px;
    padding: 0;
}
#secondarynav-mobile nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#secondarynav-mobile nav ul > li {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    border-top: 1px solid #2abddb;
}
#secondarynav-mobile nav ul > li.current a {
    /*color: #017dc1;*/
    color: #000;
}
#secondarynav-mobile nav ul > li.current ul li a {
    /*color: #017dc1;*/
    color: #000;
}
#secondarynav-mobile nav ul > li a {
    display: block;
    padding: 16px 30px;
    /*color: #2abddb;*/
    color: #007BBD;
    transition: all 0.2s ease-in-out;
}
#secondarynav-mobile nav ul > li a:hover {
    color: #017dc1;
    text-decoration: none;
}
#secondarynav-mobile nav ul > li ul li {
    border-top: none;
}
#secondarynav-mobile nav ul > li ul li a {
    padding-left: 42px;
    color: #008dd7;
}
#secondarynav-mobile nav ul > li ul li ul li {
    font-size: 14px;
}
#secondarynav-mobile nav ul > li ul li ul li a {
    padding-left: 54px;
}
#main.content {
    background: #f3f1f1;
    background: -moz-linear-gradient(top, #f3f1f1 0, #fff 33%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f1f1), color-stop(33%, #fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f3f1f1 0, #fff 33%, #fff 100%);
    background: -o-linear-gradient(top, #f3f1f1 0, #fff 33%, #fff 100%);
    background: -ms-linear-gradient(top, #f3f1f1 0, #fff 33%, #fff 100%);
    background: linear-gradient(to bottom, #f3f1f1 0, #fff 33%, #fff 100%);
    padding-bottom: 60px;
    position: relative;
    z-index: 200;
}
#main.content:before,
#main.content:after {
    content: " ";
    display: table;
}
#main.content:after {
    clear: both;
}
#main.content .sidebar aside {
    background: #fff;
    padding: 18px;
    margin-top: -20px;
    margin-left: -5px;
    position: relative;
    z-index: 2;
}
#main.content .sidebar aside h2 {
    color: #273138;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0;
}
#main.content .sidebar aside strong {
    /*color: #008dd7;*/
    color: #D14200;
}
#main.content .sidebar aside .whatsnew {
    height: 250px;
    transition: all 0.2s ease-in-out;
}
#main.content .sidebar aside .whatsnew .item {
    padding-bottom: 23px;
}
#main.content .sidebar aside .whatsnew .item h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 0 79px;
}
#main.content .sidebar aside .whatsnew .item h3 a {
    color: #2abddb;
    text-decoration: underline;
}
#main.content .sidebar aside .whatsnew .item h3 a:hover {
    text-decoration: none;
}
#main.content .sidebar aside .whatsnew .item p {
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 400;
    margin-left: 80px;
}
#main.content .sidebar aside .whatsnew .item p:before {
    display: block;
    content: url("../img/PGW-Map-Flame-Whats-New.png");
    margin-left: -80px;
    position: absolute;
    margin-top: -20px;
}
#main.content .sidebar aside .whatsnew-nav {
    margin-bottom: 62px;
}
#main.content .sidebar aside .carousel-controls {
    float: left;
}
#main.content .sidebar aside .carousel-controls a {
    color: #ff711f;
}
#main.content .sidebar aside .carousel-controls a:hover {
    text-decoration: none;
    color: #db3403;
}
#main.content .sidebar aside .carousel-controls a:focus {
    text-decoration: none;
}
#main.content .sidebar aside .carousel-controls a span {
    font-size: 25px;
}
#main.content .sidebar aside .social-nav {
    float: right;
}
#main.content .sidebar aside .social-nav a {
    height: 38px;
    width: 38px;
    border-radius: 19px;
    background: #dededd;
    display: block;
    text-align: center;
    color: #fff;
    font-family: "typiconsregular";
    font-weight: 500;
    text-decoration: none;
    float: right;
    margin: 0 16px;
    font-size: 25px;
    line-height: 25px;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
#main.content .sidebar aside .social-nav a:hover {
    background: #d4d4d4;
}
#main.content .sidebar aside .social-nav a img {
    vertical-align: baseline;
    top: -3px;
    position: relative;
}
#main.content .sidebar aside .search input[type="text"] {
    border-radius: 35px;
    padding-left: 10px;
    background: url("/assets/img/accordion_bg.jpg") repeat;
    border: 1px solid #999ea1;
    height: 35px;
    width: 65%;
    float: left;
    padding-left: 20px;
    font-size: 16px;
}
#main.content .sidebar aside .search .button {
    float: right;
    padding: 4px 20px;
    font-size: 20px;
    border-radius: 35px;
    background: url("/assets/img/submit_bg.jpg") repeat;
    border: 0;
    text-decoration: none;
    font-weight: 300;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
#main.content .sidebar aside .search .button:hover {
    -webkit-transition: border-radius 0.5s ease;
    -moz-transition: border-radius 0.5s ease;
    -ms-transition: border-radius 0.5s ease;
    -o-transition: border-radius 0.5s ease;
    transition: border-radius 0.5s ease;
    border-radius: 5px;
    color: #fff;
    background: #003e68;
}
#main.content .sidebar aside nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main.content .sidebar aside nav ul li {
    padding-bottom: 23px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
#main.content .sidebar aside nav ul li:before {
    content: "";
    padding-right: 0;
}
#main.content .sidebar aside nav ul li a {
    /*color: #ff711f;*/
    color: #B83A00;
}
#main.content .sidebar aside nav ul li a:hover {
    /*color: #db3403;*/
    color: #B83A00;
}
#main.content .sidebar aside .orangebutton {
    text-transform: uppercase;
    display: inline-block;
}
#main.content .sidebar aside .orangebutton:after {
    display: inline-block;
    margin-left: 15px;
    font-family: "typiconsregular";
    content: "7";
    height: 22px;
    width: 22px;
    border-radius: 11px;
    color: white;
    background: #db3403;
    border-bottom: 1px solid #ff6c04;
    border-top: 1px solid #b92c02;
    text-align: center;
    line-height: 11px;
    position: relative;
    top: 2px;
}
#main.content .sidebar aside .orangebutton:hover {
    border-radius: 5px;
    color: #fff;
    background: #db3403;
    text-decoration: none;
    -webkit-transition: border-radius 0.5s ease;
    -moz-transition: border-radius 0.5s ease;
    -ms-transition: border-radius 0.5s ease;
    -o-transition: border-radius 0.5s ease;
    transition: border-radius 0.5s ease;
}
#main.content .sidebar aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 25px;
}
#main.content .sidebar aside ul.list-unstyled {
    padding-left: 0;
}
#main.content .sidebar aside ul li {
    font-family: "Libre Baskerville", sans-serif;
    padding-bottom: 10px;
}
#main.content .sidebar aside ul li:before {
    content: "\2022";
    padding-right: 5px;
    color: #008dd7;
}
#main.content .sidebar aside ul.list-unstyled li:before {
    display: none;
}
#main.content .main {
    padding-top: 35px;
    padding-left: 4%;
}
#main.content .main h1 {
    font-weight: 700;
    font-size: 45px;
    color: #017dc1;
    position: relative;
    bottom: auto;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    padding-bottom: 20px;
    clear: both;
    padding-top: 0;
    margin: 0;
}
#main.content .main h2 {
    font-size: 30px;
    color: #2abddb;
    margin: 0;
    padding: 0 0 25px 0;
    text-transform: uppercase;
}
#main.content .main h3 {
    margin-top: 0;
}
#main.content .main img {
    max-width: 100%;
}
#main.content .main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 25px;
}
#main.content .main ul li {
    font-family: "Libre Baskerville", sans-serif;
    padding-bottom: 10px;
}
#main.content .main ul li:before {
    content: "\2022";
    padding-right: 5px;
    color: #008dd7;
}
#main.content .main ul li ul {
    padding-left: 20px;
}
#main.content .main ul li ul li {
    padding-bottom: 0;
    padding-top: 4px;
}
#main.content .main ul li ul li:before {
    content: "";
    padding-right: 0;
}
#main.content .main .post-date {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding-bottom: 5px;
}
table th {
    text-align: center;
}
table tr:nth-child(even) {
    background-color: #f4f4f4;
}
table tr:nth-child(even) td a {
    color: #0071AD !important;
}
table td {
    padding: 15px 10px;
}
table.table.labor-plan {
    table-layout: fixed;
}
table.table.labor-plan tr:nth-child(even) {
    background-color: #fff;
}
table.table.labor-plan tr td {
    vertical-align: middle;
}
table.table.labor-plan tr td:last-child {
    padding: 0 30px;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
table.table.labor-plan .active {
    background: #e5ecf7;
}
table.table.labor-plan .popular td {
    background-color: #007dbe !important;
    color: #fff;
}
table.table.labor-plan .popular .popular-title {
    color: #b1d659;
    text-transform: uppercase;
    margin: 5px 0;
}
table.table.labor-plan .add-on {
    color: #5bb6cc;
}
table.table.labor-plan .add-on strong {
    color: #000;
}
@media (max-width: 1305px) {
    #main .container {
        width: auto;
    }
    #main.content .sidebar aside .whatsnew {
        height: 300px;
    }
    #main.content .sidebar aside .social-nav a {
        margin: 0 8px;
    }
}
@media (max-width: 992px) {
    #main.content .sidebar aside {
        margin-top: 0;
    }
    #main.content .sidebar aside .whatsnew {
        height: 220px;
    }
    #main.content .main {
        padding-left: 15px;
        padding-bottom: 35px;
    }
    .key-terms #main.content .sidebar aside {
        display: none;
    }
}
@media (max-width: 768px) {
    #main.content .main aside {
        margin-top: 24px;
    }
    #main.content .sidebar aside .whatsnew {
        height: 300px;
    }
}
#footer {
    background-color: #273138;
    padding: 30px 0 90px 0;
}
#footer .newsletter {
    border-radius: 25px;
    padding: 18px;
    background: #fff;
    border: 1px solid #999ea1;
    margin-left: -15px;
}
#footer .newsletter h4 {
    color: #2abddb;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 15px;
}
#footer .newsletter input[type="text"] {
    border-radius: 35px;
    background: url("../img/accordion_bg.jpg") repeat;
    border: 1px solid #999ea1;
    height: 48px;
    width: 61.25%;
    padding-left: 20px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}
#footer .newsletter input[type="submit"] {
    border-radius: 35px;
    background: url("../img/submit_bg.jpg") repeat;
    padding: 7px 35px;
    float: right;
    border: 0;
    font-size: 25px;
    font-weight: 300;
    color: white;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
#footer .newsletter input[type="submit"]:hover {
    color: #fff;
    border-radius: 5px;
    background: #003e68;
    -webkit-transition: border-radius 0.5s ease;
    -moz-transition: border-radius 0.5s ease;
    -ms-transition: border-radius 0.5s ease;
    -o-transition: border-radius 0.5s ease;
    transition: border-radius 0.5s ease;
}
#footer .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
#footer .footer-nav ul li {
    display: inline;
    font-size: 20px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}
#footer .footer-nav ul li a {
    display: inline-block;
    color: #fff;
    margin: 0 2.8019%;
    transition: all 0.2s ease-in-out;
}
#footer .footer-nav ul li a:hover {
    color: #2abddb;
    text-decoration: none;
}
#footer .footer-nav ul:first-child a {
    margin-left: 0;
}
#footer .social {
    padding-top: 20px;
}
#footer .social h3 {
    font-size: 20px;
    color: #2abddb;
    font-weight: 300;
    float: left;
    padding: 10px 0;
    margin: 0;
    text-transform: uppercase;
}
#footer .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
#footer .social ul li {
    display: inline-block;
}
#footer .social ul li a {
    margin: 0 12px;
}
#footer .legal {
    margin-top: 17px;
}
#footer .legal ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .legal ul li {
    display: inline;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
}
#footer .legal ul li a {
    display: inline-block;
    padding: 0 12px;
    color: #2abddb;
    text-decoration: underline;
}
#footer .legal ul li a:hover {
    text-decoration: none;
}
#footer .legal ul:first-child a {
    padding-left: 0;
}
@media (max-width: 1305px) {
    #footer .container {
        width: auto;
    }
    #footer .newsletter input[type="submit"] {
        padding: 7px 24px;
    }
}
@media (max-width: 992px) {
    #footer .newsletter {
        margin-bottom: 30px;
    }
}
#emergency {
    padding: 10px 0 0 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9998;
    overflow: visible;
    background: url("../img/emergency_bg.jpg") repeat-x center 40px;
}
#emergency .header h2 {
    font-size: 20px;
    padding: 0 0 25px 0;
    margin: 0;
    text-transform: uppercase;
}
#emergency .header h2 a {
    height: 24px;
    float: left;
    color: #fff;
    padding: 8px 22px 0 18px;
    font-weight: 300;
    text-decoration: none;
}
#emergency .header h2 a:before {
    float: left;
    content: url("../img/uparrow.png");
    height: 24px;
    width: 24px;
    border-radius: 17px;
    color: #fff;
    background: #db3403 center top;
    margin-right: 15px;
    text-align: center;
}
#emergency .header .tab {
    border-radius: 25px 25px 0 0;
    background: url("../img/button_bg.jpg") repeat;
    height: 40px;
    float: left;
}
#emergency .header .tab .emergency-link {
    display: block;
    padding: 12px 22px 0 56px;
    color: #fff;
    font-size: 16px;
    font-style: italic;
}
#emergency .emergency-container {
    margin-top: 0;
    background: #f3f1f2;
    overflow: hidden;
}
#emergency .emergency-container header h3 {
    background: url("../img/button_bg.jpg") repeat;
    margin: 0;
    padding: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    border-radius: 0 0 25px 25px;
    z-index: 15;
    float: left;
}
#emergency .emergency-container header .orangebutton {
    float: right;
    margin-top: 15px;
}
#emergency .emergency-container .body article {
    padding: 15px;
}
#emergency .emergency-container .body h4 {
    font-size: 22px;
    color: #2abddb;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    text-transform: uppercase;
}
#emergency .emergency-container .body h4 + p {
    padding-top: 8px;
}
#emergency .emergency-container .body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#emergency .emergency-container .body ul li {
    padding: 8px 0;
}
#emergency .emergency-container .body ul li:before {
    content: "\2022";
    padding-right: 5px;
    color: #008dd7;
}
@media (max-width: 1305px) {
    #emergency .container {
        width: auto;
    }
}
.content-block {
    margin-bottom: 20px;
}
.accordion-block {
    margin-bottom: 20px;
}
.accordion-block .panel-group {
    margin-bottom: 0;
}
.accordion-panel {
    margin: 10px 0;
}
.accordion-panel.panel-default {
    border-radius: 30px;
    background: #e4e4e4;
}
.accordion-panel.panel-default > .panel-heading {
    border-radius: 30px;
    padding: 0;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
.accordion-panel.panel-default > .panel-heading a {
    display: block;
    padding: 15px;
    background: url("../img/accordion_bg.jpg") repeat;
    border-radius: 15px;
    color: #273138;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}
.accordion-panel.panel-default > .panel-heading a:hover {
    background: #d5d4d4;
    text-decoration: none;
}
.accordion-panel.panel-default > .panel-heading a:focus {
    text-decoration: none;
}
.accordion-panel.panel-default > .panel-heading a:after {
    float: right;
    content: " 7";
    height: 34px;
    width: 34px;
    border-radius: 17px;
    color: #fff;
    background: #c2bebe;
    border-bottom: 1px solid white;
    border-top: 1px solid #a09d9d;
    font-family: "typiconsregular";
    font-size: 30px;
    text-align: center;
    line-height: 16px;
    margin-top: -7px;
    margin-right: -5px;
}
.tabs-block {
    margin-bottom: 20px;
}
.tabs-block .nav-tabs {
    padding-left: 0 !important;
    border-bottom: none;
}
.tabs-block .nav-tabs > li {
    padding-bottom: 0 !important;
    font-family: "Open Sans", sans-serif !important;
}
.tabs-block .nav-tabs > li:before {
    content: "" !important;
    padding-right: 0 !important;
}
.tabs-block .nav-tabs > li > a {
    border-radius: 15px 15px 0 0;
}
.tabs-block .tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 0 15px 15px 15px;
    -moz-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.gallery-block {
    margin-bottom: 30px;
}
.gallery-block .carousel-inner .item .carousel-caption h3 {
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.gallery-block .carousel-inner .item .carousel-caption p {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.list-view-block .list-block-item {
    margin-bottom: 20px;
}
.list-view-block .list-block-item .anchor-nav {
    padding-left: 0 !important;
}
.list-view-block .list-block-item .anchor-nav li {
    font-family: "Open Sans", sans-serif !important;
}
.list-view-block .list-block-item .anchor-nav li:before {
    content: "" !important;
    padding-right: 0 !important;
}
.list-view-block .list-block-item .anchor-list {
    padding-left: 0 !important;
}
.list-view-block .list-block-item .anchor-list > li:before {
    content: "" !important;
    padding-right: 0 !important;
}
.list-view-block .list-block-item .anchor-list > li h4 {
    font-weight: 700;
    margin: 0 0 8px 0;
}
.news-list-block h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
}
.news-list-block h3 a {
    text-decoration: underline;
    color: #008dd7;
}
.news-list-block h3 a:hover {
    text-decoration: none;
}
.news-list-block hr {
    margin-top: 0.5em;
}
.news-list-block .more {
    font-family: "Open Sans", sans-serif;
    text-decoration: underline;
}
.news-list-block .more:hover {
    text-decoration: none;
}
.video-block {
    background-color: #008dd7;
    padding: 15px 0;
    margin-bottom: 30px;
}
.video-block .header h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
.video-block .body .item {
    margin-bottom: 10px;
}
@media (max-width: 1305px) {
    .video-block .container {
        width: auto;
    }
}
@media (max-width: 768px) {
    .video-block .body .item img {
        width: 100%;
    }
}