.header-holder:after {
	content: " ";
	display: block;
	clear: both;
}

#nav ul,
.services-list,
.aside .tabset,
.help-list,
.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #000;
	background: #eee;
	overflow-x: hidden;
	font: 12px/1.25 "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #666;
}

.carousel a, a.middleheadline {
	color: #2048B7 !important;
}

.topshare a {
	color: #888 !important;
}

a:hover {
	text-decoration: none;
	color: #000;
}

input,
textarea,
select {
	font: 100% "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #939393;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #464646;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?vykdmz');
  src:  url('../fonts/icomoon.eot?vykdmz#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vykdmz') format('truetype'),
    url('../fonts/icomoon.woff?vykdmz') format('woff'),
    url('../fonts/icomoon.svg?vykdmz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: "\e90d";
}
.icon-twitter:before {
  content: "\e90f";
}
.icon-facebook:before {
  content: "\e910";
}
.icon-youtube:before {
  content: "\e908";
}
.icon-google:before {
  content: "\e900";
}


.fb-comments,
.news-comments {
	display: none !important;
}

.w1 {
	overflow: hidden;
}

#wrapper {
	position: relative;
	width: 100%;
}

.fixed #header {
	position: fixed;
	top: 0;
}

#header {
	background: #20374c;
	width: 100%;
	z-index: 11;
	border-bottom: 1px solid #3b5f7f;
	top: 0px;
 	position: relative;
	left: 0 !important;
	-webkit-transition: left .75s ease 0s;
	transition: left .75s ease 0s;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.header-holder {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 40px;
}

#nav {
	font: 700 15px/18px "Open Sans", "Arial", "Helvetica", sans-serif;
	float: left;
	padding: 21px 0 20px;
	max-width: 950px;
}

#nav li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 29px 0 10px;
	position: relative;
	text-transform: uppercase;
}

#nav li.home {
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

#nav li.home:hover {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav li.home img {
	display: block;
}

#nav li.home span {
	display: none;
}

#nav li.active a {
	color: #7bbdf9;
}

#nav li a {
	color: #fff;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

#nav li a:hover {
	text-decoration: none;
	color: #7bbdf9;
}

#nav li.hover .has-dropdown {
	display: block;
}

#nav li.hover a {
	color: #7bbdf9;
}

#nav .nav-drop .footer-media {
	display:none;
}

#nav .has-dropdown {
	position: absolute;
	top: 100%;
	width: 172px;
	display: none;
	left: 0;
	font: 12px/15px Arial, Helvetica, sans-serif;
	background: #20374c;
	padding: 24px 0 10px;
}

#nav .has-dropdown li {
	float: none;
	margin: 0;
	display: block;
	text-transform: none;
}

#nav .has-dropdown li a {
	padding: 10px 30px;
	display: block;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	color: #fff;
}

#nav .has-dropdown li a:hover {
	background: #7bbdf9;
	color: #20374c;
}

#nav .opener {
	display: none;
}

.form {
	float: right;
}

.form .row {
	background: #fff;
	margin: -1px 0;
}

.form input[type="search"] {
	border: none;
	background: #fff;
	outline: none;
	box-shadow: none;
	height: 66px;
	width: 264px;
	padding: 20px 10px;
	line-height: 25px;
}

.form input[type="submit"] {
	border: none;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/icon2.png) no-repeat 0 50%;
	height: 21px;
	width: 18px;
	margin: 0 24px 0 0;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.form input[type="submit"]:hover {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open-close-search {
	display: none;
	float: right;
}

.open-close-search .search-opener {
	background: #fff url(../images/icon2.png) no-repeat 20px 24px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	height: 66px;
	width: 62px;
}

.open-close-search .search-opener:hover {
	background: #c6c4c4 url(../images/icon2.png) no-repeat 20px 24px;
}

.open-close-search .slide {
	position: absolute;
	top: 0;
	right: 0;
}

.open-close-search.active .open-close-search {
	float: right;
}

.open-close-search .row {
	background: #fff;
	margin: -1px 0;
}

.open-close-search input[type="search"] {
	border: none;
	background: none;
	outline: none;
	box-shadow: none;
	height: 62px;
	width: 150px;
}

.open-close-search input[type="submit"] {
	border: none;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/icon2.png) no-repeat 0 50%;
	height: 21px;
	width: 18px;
	margin: 0 10px 0 0;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.open-close-search input[type="submit"]:hover {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.visual {
	width: 100%;
	position: relative;
	background-size: cover; 
	background-repeat: no-repeat; 
	min-height: 380px;
	background-image:url('/images/mountain-picture.png');
	margin: 0px 0 30px;
}

.visual .visual-img {
	width: 100%;
	height: auto;
	display: block;
	min-height: 440px;
}

.visual:after {
	position: absolute;
	width: 80%;
	height: 40%;
	left: 10%;
	border-radius: 50%;
	z-index: -1;
	bottom: 0;
	content: "";
	box-shadow: 0 12px 16px rgba(0, 0, 0, .4);
}

.visual-holder {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.visual-area {
	margin: 0 auto;
	max-width: 1500px;
}

.logo {
	left: 50%;
	margin: 0 -299px -190px;
	position: relative;
	top: 50%;
	width: 621px;
	z-index: 10;
}

.logo:after {
	display: none;
}

.image-holder {
	bottom: 0;
	left: 111px;
	position: relative;
	width: 314px;
}

.image-holder img {
	display: block;
}

#main {
	margin: 0 auto;
	max-width: 1500px;
	overflow: hidden;
	padding: 0 33px 0 40px;
	margin: 0 auto 20px;
}

.more {
	float: right;
	text-transform: uppercase;
	color: #20374c;
	position: relative;
	padding: 0 18px 0 0;
	margin: -14px 0 14px;
	display: block;
	font: 700 20px/23px "Open Sans", "Arial", "Helvetica", sans-serif;
}

.more:after {
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	background: #20374c;
	height: 15px;
	width: 15px;
}

.more:hover {
	text-decoration: none;
	color: #7bbdf9;
}

#content {
	width: 100%;
	float: left;
}

#content .content-frame {
	margin: 0 0 0 332px;
}

.content-holder {
	float: right;
	width: 59%;
	margin: 0 0 0 30px;
}

.int .content-holder {
	float: right;
	width: 100%;
	margin: 0 0 0 30px;
}

.int .content-holder .carousel {
	padding: 20px;
	min-height: 800px;
}

.carousel {
	position: relative;
	background: #fff;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin: 0 0 45px;
}

.carousel:after {
	position: absolute;
	width: 100%;
	height: 40%;
	left: 0;
	border-radius: 50%;
	z-index: -1;
	bottom: 0;
	content: "";
	box-shadow: 0 12px 16px rgba(0, 0, 0, .2);
}

.carousel .mask {
	position: relative;
	overflow: hidden;
}

.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide {
	width: 645px;
	float: left;
}

.carousel .text-area {
	padding: 29px 92px 41px;
}

.carousel .text-area p {
	margin: 0;
}

.carousel h2 {
	font: 33px/32px "Open Sans", "Arial", "Helvetica", sans-serif;
	color: #7bbdf9;
	margin: 0 0 20px;
}

.carousel .btn-next,
.carousel .btn-prev {
	position: absolute;
	left: 0;
	top: 75.7%;
	background: #8d8d8d url(../images/arrow-l.png) no-repeat 50% 50%;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	padding: 10px 27px 13px 22px;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.carousel .btn-next:hover,
.carousel .btn-prev:hover {
	background: #494848 url(../images/arrow-l.png) no-repeat 50% 50%;
}

.carousel .btn-next {
	right: 0;
	left: auto;
	background: #8d8d8d url(../images/arrow-r.png) no-repeat 50% 50%;
}

.carousel .btn-next:hover {
	background: #494848 url(../images/arrow-r.png) no-repeat 50% 50%;
}

.carousel .place-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.services-list {
	text-align: center;
	margin: 0 0 50px -28px;
	overflow: hidden;
}

.services-list li {
	float: left;
	padding: 0 0 0 28px;
	width: 33.3%;
}

.services-list li a {
	text-decoration: none;
	display: block;
}

.services-list li a:hover span {
	text-decoration: none;
	color: #7bbdf9;
}

.services-list img {
	width: 100%;
	display: block;
	height: auto;
	margin: 0 0 15px;
}

.services-list span {
	font: 600 21px/22px "Open Sans", "Arial", "Helvetica", sans-serif;
	color: #20374c;
	text-transform: capitalize;
}

.tab-content .more {
	display: none;
}

.table {
	overflow: hidden;
}

.table table {
	width: 100%;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 34px;
}

.table tr {
	background: #d9e1d2;
	border-bottom: 8px solid #eee;
	color: #385d0d;
}

.table td {
	padding: 13px 7px 15px;
}

.table .yes {
	background: #385d0d;
	color: #fff;
	border-right: 10px solid #eee;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.table .no {
	background: #a42828;
	color: #fff;
	border-right: 10px solid #eee;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}

.table .red {
	color: #a42828;
	background: #e2cdcd;
}

.table h1 {
	font: 700 29px/32px "Raleway", "Arial", "Helvetica", sans-serif;
	color: #7bbdf9;
	margin: 0 0 27px;
	padding: 0 0 0 24px;
	position: relative;
}

.table h1:after {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	background: #20374c;
	width: 12px;
	height: 27px;
}

h1 {
	font: 700 29px/28px "Raleway", "Arial", "Helvetica", sans-serif;
	color: #7bbdf9;
	margin: 0 0 30px;
	padding: 0 0 0 21px;
	position: relative;
}

h1:after {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	background: #20374c;
	width: 12px;
	height: 87%;
}

.aside {
	overflow: hidden;
}

.aside h1 {
	font: 700 37px/40px "Raleway", "Arial", "Helvetica", sans-serif;
	color: #20374c;
	padding: 0 0 0 29px;
	margin: -6px 0 41px;
}

.int .aside h1 {text-transform: uppercase;}

.aside h1:after {
	background: #7bbdf9;
	height: 33px;
	width: 16px;
	top: 3px;
}

.aside .tabset {
	overflow: hidden;
	margin: 0 0 35px;
	font: 14px/16px "Open Sans", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.aside .tabset li {
	float: left;
	margin: 0 0 0 -2px;
}

.aside .tabset li.active {
	background: #d3d3d3;
}

.aside .tabset a {
	padding: 7px 9px 7px 17px;
	display: block;
	color: #4a4a4a;
}

.aside .tabset a:hover {
	text-decoration: none;
	background: #d3d3d3;
}

.aside h2 {
	margin: 0 0 6px;
	font: 600 18px/23px "Open Sans", "Arial", "Helvetica", sans-serif;
}

.aside h2 a {
	color: #20374c;
}

.aside h2 a:hover {
	text-decoration: none;
	color: #0357a4;
}

.aside time {
	color: #7bbdf9;
	margin: 0 0 11px;
	display: block;
	text-transform: uppercase;
	font: 700 16px/19px "Open Sans", "Arial", "Helvetica", sans-serif;
}

.aside .news {
	font-size: 13px;
	line-height: 18px;
	color: #575757;
	margin: 0 0 0 4px;
}

.aside .news p {
	margin: 0 0 45px;
}

.aside .news .more-text:hover {
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 312px;
	margin-left: -100%;
}

.sidebar-media {
	list-style: none;
	padding:0;
	margin:0 0 50px;
}

.sidebar-media li {
	display:inline-block;
	color:#fff;
}

.sidebar-media li a {
	padding: 16px;
    font-size: 28px;
    line-height: 28px;
	color:#fff;
}

.sidebar-media .facebook {
	background: #20374c;
}

.sidebar-media .twitter {
	background: #7bbdf9;
}

.sidebar-media .youtube {
	background: #a42828;
}

.sidebar-media .instagram {
	background: #a08f7a;
}

.sidebar-media .google {
	background: #0a9d32;
}

.sidebar-media li a:hover {
	background: #8d8d8d !important;
}

.tab-opener {
	padding: 7px 9px 7px 17px;
	background: #d3d3d3;
	margin: 0 0 10px 0;
}

.email-form {
	overflow: hidden;
	margin: 0 0 30px;
}

.email-form .row {
	background: #7bbdf9;
	overflow: hidden;
	position: relative;
}

.email-form .row input[type="email"] {
	border: none;
	background: none;
	font: 700 26px/29px "Raleway", "Arial", "Helvetica", sans-serif;
	color: #fff;
	width: 100%;
	padding: 28px 108px 28px 25px;
	height: 86px;
	margin: 0 -92px 0 0;
	outline: none;
}

.email-form .row input[type="submit"] {
	background: #20374c url(../images/icon3.png) no-repeat 50% 50%;
	border: none;
	overflow: hidden;
	text-indent: -9999px;
	padding: 20px;
	height: 86px;
	width: 92px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	float: right;
	position: absolute;
}

.email-form .row input[type="submit"]:hover {
	background-color: #6291bd;
}

.email-form .row ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.email-form .row :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.email-form .row ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

.email-form .row :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.form-widget {
	background: #20374c;
	padding: 28px 31px 0 20px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	margin: 0 0 37px;
}

.form-widget h1 {
	font: 700 28px/25px "Raleway", "Arial", "Helvetica", sans-serif;
	margin: 0 0 19px;
	color: #fff;
	padding: 0;
}

.form-widget h1:after {
	display: none;
}

.form-widget label {
	margin: 0 0 29px 2px;
	display: block;
}

.form-widget input[type="email"],
.form-widget input[type="text"] {
	width: 100%;
	background: #fff;
	border: none;
	padding: 12px 21px;
	margin: 0 0 20px 2px;
	color: #767676;
	outline: none;
}

.form-widget ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #767676;
}

.form-widget :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #767676;
}

.form-widget ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #767676;
	opacity: 1;
}

.form-widget :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #767676;
}

.form-widget input[type="submit"] {
	float: right;
	border: none;
	background: #7bbdf9;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 25px 11px;
	margin: 11px -31px 0 0;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.form-widget input[type="submit"]:hover {
	background: #02386a;
}

.widget {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 43px;
}

.widget.add h1 {
	margin: 0 0 20px;
}

.help-list {
	overflow: hidden;
}

.help-list li {
	padding: 0 0 8px;
}

.help-list li a {
	color: #585858;
	background: #cbcbcb;
	padding: 11px 13px 8px;
	display: block;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.help-list li a:hover {
	background: #919191;
	text-decoration: none;
	color: #fff;
}

.bill-search {
	overflow: hidden;
}

.bill-search .row {
	background: #fff;
	border: 1px solid #939393;
	overflow: hidden;
	margin: 0 5px 19px 0;
}

.bill-search input[type="text"] {
	border: none;
	background: none;
	float: left;
	font-size: 13px;
	line-height: 16px;
	color: #575757 !important;
	padding: 16px 61px 16px 21px;
	width: 100%;
	outline: none;
	margin: 0 -49px 0 0;
	height: 49px;
}

.bill-search ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #575757;
}

.bill-search :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #575757;
}

.bill-search ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #575757;
	opacity: 1;
}

.bill-search :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #575757;
}

.bill-search input[type="submit"] {
	border: none;
	background: #939393 url(../images/search-arrow.png) no-repeat 56% 50%;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	padding: 10px 7px 10px 14px;
	width: 49px;
	height: 49px;
	float: right;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.bill-search input[type="submit"]:hover {
	background: #434242 url(../images/search-arrow.png) no-repeat 56% 50%;
}

.bill-search ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #575757;
}

.bill-search :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #575757;
}

.bill-search ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #575757;
	opacity: 1;
}

.bill-search :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #575757;
}

.more-text {
	-webkit-transition: color .3s ease 0s;
	transition: color .3s ease 0s;
}

.more-text:hover {
	text-decoration: none !important;
	color: #7bbdf9;
}

#footer {
	background: #20374c;
	overflow: hidden;
}

#footer .footer-frame {
	float: left;
	max-width: 60%;
}

#footer .footer-holder {
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 40px;
	position: relative;
	overflow: hidden;
}

#footer .footer-holder:after {
	position: absolute;
	content: "";
	background: url(../images/img5.png) no-repeat;
	left: 42px;
	top: -95px;
	width: 351px;
	display: block;
	height: 361px;
}

#footer .place-holder {
	float: right;
	margin: 0 -39px 0 0;
	width: 28%;
}

#footer .place-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.footer-logo {
	position: relative;
	z-index: 1;
	width: 122px;
	float: left;
	margin: 52px 259px 0 0;
}

.footer-logo img {
	display: block;
}

.show-mobile {
	display: none;
}

.show-mobile .three-column .column {
	margin: 0;
}

.show-mobile .three-column .column:first-child {
	margin: 0;
}

.show-mobile .three-column .column:last-child {
	margin: 0;
}

.show-mobile .three-column .opener2 {
	outline: none;
	color: #fff;
}

.show-mobile .three-column .opener2:hover {
	color: #000 !important;
}

.three-column {
	float: left;
	position: relative;
	z-index: 1;
	padding: 41px 0 32px;
	font-size: 12px;
	line-height: 17px;
}

.three-column .column {
	float: left;
	width: 205px;
	margin: 0 0 0 20px;
}

.three-column .column:first-child {
	margin: 0;
}

.three-column .column:last-child {
	margin: 0 0 0 45px;
}

.three-column .title {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 0 0 17px;
	padding: 0 20px 0 0;
	color: #fff;
	display: block;
}

.three-column address {
	font-style: normal;
	color: #fff;
	padding: 0 10px 0 0;
}

.three-column dl {
	color: #fff;
	margin: 0 0 17px;
	overflow: hidden;
}

.three-column dl.last {
	margin: 0;
}

.three-column dt {
	float: left;
}

.three-column dd {
	margin: 0 0 0 3px;
	overflow: hidden;
	width: 163px;
	color: #fff;
}

.three-column dd a {
	color: #fff;
}

.three-column dd a:hover {
	text-decoration: none;
	color: #7bbdf9;
}

.three-column .appoint {
	display: block;
	color: #fff;
	margin: 0 0 17px;
}

.three-column .view {
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.three-column .view:hover {
	color: #7bbdf9;
	text-decoration: none;
}

.footer-bottom {
	background: #0e1c29;
}

.footer-bottom-holder {
	margin: 0 auto;
	max-width: 1500px;
	padding: 23px 28px 17px 40px;
	overflow: hidden;
}

.footer-bottom-holder .footer-text {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 0;
	border-left: 1px solid #fff;
	padding: 0 7px;
}

.footer-list {
	float: left;
	line-height: 11px;
	max-width: 800px;
}

.footer-list li {
	float: left;
	border-left: 1px solid #fff;
	padding: 0 8px 0 6px;
	margin: 11px 0 0;
}

.footer-list li:first-child {
	border: none;
	padding-left: 0;
}

.footer-list a {
	color: #fff;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

.footer-list a:hover {
	text-decoration: none;
	color: #7bbdf9;
}

.footer-media {
	float:right;
	padding:0;
	list-style:none;
}

.footer-media li {
	display:inline-block;
	font-size: 32px;
	margin: 0px 10px;
}

.footer-media li a {
	color: #fff;
}

.footer-media li a:hover {
	color: #ccc;
}

@media only screen and (min-width: 767px) {
	.tab-slide.js-slide-hidden {
		position: static !important;
		height: auto !important;
	}

	.tab-opener {
		display: none;
		padding: 7px 9px 7px 17px;
		background: #d3d3d3;
		margin: 0 0 10px 0;
	}
}

@media only screen and (min-width: 1025px) {
	.tel {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (max-width: 1496px) {
	.header-holder {
		padding: 0 20px;
	}

	#main {
		padding: 0 23px 0 20px;
	}

	#footer .footer-holder {
		padding: 0 20px;
	}

	.footer-logo {
		margin: 52px 50px 0 0;
	}
}

@media only screen and (max-width: 1250px) {
	.content-holder {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}

	.tab-content .more {
		display: block;
	}

	.footer-logo {
		display: none;
	}
}

@media only screen and (max-width: 1076px) {
	#nav .has-dropdown {
		padding: 27px 0 14px;
		left: -13px;
	}

	#nav .has-dropdown li a {
		padding: 10px 30px 11px;
	}

	#footer .footer-holder {
		padding: 0 34px 0 35px;
	}

	#footer .place-holder {
		width: 39%;
		margin: 0 0 0 -43px;
	}

	.three-column {
		width: 64%;
	}

	.three-column .column {
		width: 33.33%;
		padding: 0 10px 0 0;
		margin: 0 !important;
	}
}

@media only screen and (max-width: 1075px) {
	.header-holder {
		padding: 0 36px 0 23px;
	}

	.visual .visual-img {
		min-height: 441px;
	}

	.logo {
		margin: 0 -164px -222px;
	}

	.image-holder {
		bottom: 0;
		left: 49px;
		position: relative;
		width: 313px;
	}

	#main {
		padding: 0 36px 0 34px;
	}

	#content .content-frame {
		margin: 0 0 0 360px;
	}

	.services-list {
		margin: 0 0 50px -26px;
	}

	.services-list li {
		padding: 0 0 0 26px;
	}

	.aside h1 {
		margin: -6px 0 39px;
	}

	.aside .tabset {
		margin: 0 0 38px;
	}

	.aside time {
		margin: 0 0 22px;
	}

	.aside .news {
		margin: 0;
	}

	.aside .news p {
		margin: 0 0 28px;
	}
}

@media only screen and (max-width: 1060px) {
	#nav li {
		margin: 0 20px 0 10px;
	}
}

@media only screen and (max-width: 1025px) {
	.table table {
		font-size: 11px;
	}

	.table tr {
		border-bottom-width: 6px;
	}

	.table td {
		padding: 12px 18px 12px 14px !important;
	}

	.form-widget input[type="email"],
	.form-widget input[type="text"] {
		font-size: 11px;
	}

	.help-list li a {
		font-size: 11px;
	}

	.bill-search input[type="text"] {
		height: 38px;
		padding: 10px 61px 10px 21px;
	}

	.bill-search input[type="submit"] {
		height: 38px;
		width: 37px;
		background-image: url(../images/arrow-t.png);
	}

	.three-column .column {
		padding: 0 20px 0 0;
	}
}

@media only screen and (max-width: 1020px) {

	.form input[type="search"] {
		width: 234px;
	}
}

@media only screen and (max-width: 990px) {
	#nav .has-dropdown {
		position: static;
	}

	#nav li {
		margin-right: 0;
	}

	#wrapper {
		-webkit-transition: all .5s linear;
		transition: all .5s linear;
	}

	#wrapper .nav-drop {
		position: absolute;
		left: -291px;
		width: 291px;
		padding: 25px 0 0 14px;
		top: -46px;
		background: #fff;
		min-height: 1000px;
		-webkit-transition: left .7s ease 0s;
		transition: left .7s ease 0s;
	}

	#wrapper .nav-drop:after {
		content: "";
		background: #fff;
		left: 0;
		top: 0;
		right: 0;
		bottom: -9999px;
		z-index: -1;
		position: absolute;
	}

	#wrapper .nav-drop ul {
		overflow: hidden;
	}

	#wrapper .nav-drop li {
		padding: 10px 25px 6px 15px;
		display: inherit;
	}

	#wrapper .nav-drop li a {
		color: #20374c;
		display: block;
	}

	#wrapper .nav-drop li a:hover {
		color: #7bbdf9;
	}

	#wrapper .nav-drop li.home {
		-webkit-transition: none;
		transition: none;
	}

	#wrapper .nav-drop li.home:hover {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#wrapper .nav-drop li.home img {
		display: none;
	}

	#wrapper .nav-drop li.home span {
		display: block;
	}

	#wrapper .nav-drop li:hover a {
		color: #7bbdf9;
	}

	.nav-active #wrapper {
		margin: 0 0 0 284px;
	}

	#wrapper .opener {
		display: block;
		color: #fff;
		margin: 2px 0 0 46px;
		text-transform: uppercase;
	}

	#wrapper .opener:after {
		position: absolute;
		left: 18px;
		top: 20px;
		content: "";
		width: 41px;
		background: url(../images/burg-img.png) no-repeat;
		height: 24px;
	}

	#wrapper .opener:hover {
		opacity: .7;
		text-decoration: none;
	}

	#wrapper .has-dropdown {
		width: 100%;
		background: none;
		padding: 14px 0 7px !important;
	}

	#wrapper .has-dropdown li {
		padding: 0;
	}

	#wrapper .has-dropdown li a {
		padding: 9px 17px !important;
		color: #434343 !important;
	}

	#wrapper .has-dropdown li a:hover {
		background: #e7e7e7;
		color: #434343;
	}

	#wrapper .nav-drop .footer-media {
	    float: none;
	    text-align: center;
	    display:block;
	    padding: 0;
	    margin: 0;
	}

	#wrapper .nav-drop .footer-media li {
	    display: inline-block;
	    margin: 0px 5px;
	    padding: 40px 0;
	    font-size: 26px;
	}

	.logo {
		margin: 0 0 -171px -115px;
		width: 478px;
	}

	#footer .place-holder {
		display: none;
	}

	.three-column {
		float: none;
		overflow: hidden;
		width: 100%;
	}
}

@media only screen and (max-width: 989px) {
	.visual .visual-img {
		max-height: 343px;
	}
}

@media only screen and (max-width: 850px) {
	.header-holder {
		padding: 0 25px 0 20px;
	}

	.form input[type="search"] {
		width: 213px;
	}

	.logo {
		margin: 0 0 -173px -102px;
		width: 463px;
	}

	.image-holder {
		width: 230px;
		left: 26px;
	}

	#main {
		padding: 0 20px 0 16px;
	}

	.carousel {
		font-size: 13px;
		line-height: 19px;
		margin: 0 0 32px;
	}

	.carousel .text-area {
		padding: 20px 68px 34px;
	}

	.carousel h2 {
		font: 25px/24px "Open Sans", "Arial", "Helvetica", sans-serif;
		margin: 0 0 17px;
	}
}

@media only screen and (max-width: 768px) {
	#nav li {
		margin: 0 20px 0 17px;
	}

	.footer-media {
		float:none;
		text-align:center;
		margin: 10px 0 0;
	}

	.footer-media li {
		font-size: 24px;
	}

	.more {
		margin: -32px 0 35px;
		padding: 0 20px 0 0;
		font: 700 14px/20px "Open Sans", "Arial", "Helvetica", sans-serif;
	}

	.more:after {
		height: 12px;
		right: 0;
		top: 5px;
		width: 11px;
	}

	#content .content-frame {
		margin: 0 0 0 250px;
	}

	.carousel .btn-next,
	.carousel .btn-prev {
		padding: 12px 29px 6px 7px;
		top: 75.5%;
		background: #8d8d8d url(../images/arrow-l1.png) no-repeat 50% 50%;
	}

	.carousel .btn-next:hover,
	.carousel .btn-prev:hover {
		background: #494848 url(../images/arrow-l1.png) no-repeat 50% 50%;
	}

	.carousel .btn-next {
		background: #8d8d8d url(../images/arrow-r1.png) no-repeat 50% 50%;
	}

	.carousel .btn-next:hover {
		background: #494848 url(../images/arrow-r1.png) no-repeat 50% 50%;
	}

	.services-list li {
		padding: 0 0 0 23px;
	}

	.services-list img {
		margin: 0 0 13px;
	}

	.services-list span {
		font: 600 15px/16px "Open Sans", "Arial", "Helvetica", sans-serif;
	}

	.table .yes {
		font-size: 14px;
		line-height: 14px;
	}

	.table .no {
		font-size: 14px;
		line-height: 14px;
	}

	.table h1:after {
		width: 10px;
		height: 22px;
	}

	.table h1 {
		font-size: 21px;
		line-height: 26px;
		padding: 0 0 0 18px;
		margin: 0 0 22px;
	}

	h1:after {
		top: 2px;
		width: 8px;
	}

	h1 {
		font: 700 20px/20px "Raleway", "Arial", "Helvetica", sans-serif;
		padding: 0 0 0 16px;
		margin: 0 0 22px;
	}

	.aside h1:after {
		height: 25px;
		width: 11px;
	}

	.aside h1 {
		margin: -4px 0 30px;
		padding: 0 0 0 23px;
		font: 700 28px/31px "Raleway", "Arial", "Helvetica", sans-serif;
	}

	.aside .tabset {
		font: 11px/13px "Open Sans", "Arial", "Helvetica", sans-serif;
		margin: 0 0 36px;
	}

	.aside .tabset a {
		padding: 3px 9px 6px 13px;
	}

	.aside h2 {
		margin: 0 0 5px;
	}

	.aside time {
		margin: 0 0 10px;
	}

	.aside .news {
		margin: 0 0 0 2px;
	}

	.aside .news p {
		margin: 0 0 41px;
	}

	#sidebar {
		width: 231px;
	}

	.email-form {
		margin: 0 0 23px;
	}

	.email-form .row input[type="email"] {
		font: 700 19px/21px "Raleway", "Arial", "Helvetica", sans-serif;
		padding: 18px 78px 18px 18px;
		height: 65px;
		margin: 0 -70px 0 0;
	}

	.email-form .row input[type="submit"] {
		background: #20374c url(../images/icon3-a.png) no-repeat 50% 50%;
		width: 70px;
		height: 65px;
	}

	.form-widget {
		padding: 22px 25px 0 14px;
		margin: 0 0 28px;
	}

	.form-widget h1 {
		font: 700 27px/23px "Raleway", "Arial", "Helvetica", sans-serif;
		margin: 0 0 14px;
	}

	.form-widget label {
		font-size: 11px;
		line-height: 13px;
		margin: 0 0 20px 2px;
	}

	.form-widget input[type="email"],
	.form-widget input[type="text"] {
		margin: 0 0 8px 2px;
		padding: 7px 14px;
	}

	.form-widget input[type="submit"] {
		padding: 7px 13px;
		margin: 11px -25px 0 0;
	}

	.widget.add h1 {
		margin: 0 0 15px;
	}

	.widget {
		font-size: 12px;
		line-height: 15px;
		margin: 0 0 31px;
	}

	.help-list li a {
		padding: 7px 9px 6px;
	}

	.help-list li {
		padding: 0 0 6px;
	}

	.bill-search .row {
		margin: 0 5px 13px 0;
	}

	.bill-search input[type="text"] {
		height: 37px;
		padding: 9px 44px 10px 13px;
		font-size: 10px;
		line-height: 13px;
	}

	.bill-search input[type="submit"]:hover {
		background-image: url(../images/arrow-r2.png);
	}

	.bill-search input[type="submit"] {
		height: 37px;
		width: 35px;
		background-image: url(../images/arrow-r2.png);
	}

	#footer .footer-holder {
		padding: 0 20px 0 80px;
	}

	.three-column .column {
		margin: 0 0 37px 31px;
	}

	.three-column .column:last-child {
		margin: 0 -42px 0 60px;
	}

	.footer-bottom-holder .footer-text {
		margin: 11px 0 0;
	}

	.footer-bottom-holder {
		padding: 20px 14px 17px 26px;
	}
}

@media only screen and (max-width: 767px) {
	.header-holder {
		padding: 0 21px 0 20px;
	}

	#wrapper {
		-webkit-transition: all .5s linear;
		transition: all .5s linear;
	}

	.visual {
		min-height: 250px;
	}

	.nav-active #wrapper {
		margin-left: 271px;
	}

	#wrapper .nav-drop {
		left: -271px;
		width: 271px;
		padding: 0 0 0 2px;
		top: -24px;
	}

	#wrapper .nav-drop li {
		padding: 10px 0 6px 6px;
		margin: 0 18px 0 17px;
	}

	.form {
		display: none;
	}

	.open-close-search input[type="search"] {
		height: 67px;
	}

	.open-close-search {
		display: block;
	}

	.visual .visual-img {
		min-height: 321px;
	}

	.visual .visual-img {
		display: none;
	}

	.visual:after {
		border-radius: 1%;
		left: 0;
		width: 100%;
	}

	.visual-holder {
		position: static;
	}

	.logo {
		width: 320px;
		left: 0;
		top: 0;
		margin: 0 auto;
		padding: 120px 10px 30px;
		position: inherit;
	}

	.image-holder {
		display: none;
	}

	#main {
		padding: 0 24px 0 20px;
		margin: 0 auto 3px;
	}

	.more {
		display: none;
	}

	#content .content-frame {
		margin: 0;
	}

	#content {
		padding: 0;
		float: none;
	}

	.content-holder {
		display: none;
	}

	body.int #content .content-holder {
		display: block !important;
	}

	.table td {
		padding: 6px 18px 6px 14px;
		font-size: 11px;
		line-height: 14px;
	}

	h1:after {
		top: 1px;
		width: 11px;
		height: 91%;
	}

	h1 {
		font: 700 25px/23px "Raleway", "Arial", "Helvetica", sans-serif;
		margin: 0 0 30px;
		padding: 0 0 0 20px;
	}

	.aside h1:after {
		height: 30px;
		width: 14px;
		left: 4px;
	}

	.aside h1 {
		font-size: 33px;
		line-height: 36px;
		padding: 0 0 0 33px;
	}

	.aside .tabset li {
		float: none;
	}

	.aside h2 br {
		display: none;
	}

	.aside time {
		margin: 0 0 20px;
	}

	.aside .news {
		padding: 0 4px 0 0;
	}

	.aside .news p {
		margin: 0 0 58px;
	}

	#sidebar {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.tab-opener {
		display: block;
	}

	.email-form {
		margin: 0 0 27px;
	}

	.email-form .row input[type="email"] {
		font-size: 22px;
		line-height: 25px;
		width: 100%;
		height: 77px;
		margin: 0 -83px 0 0;
		padding: 18px 89px 18px 23px;
	}

	.email-form .row input[type="submit"] {
		width: 83px;
		height: 78px;
		background: #20374c url(../images/icon3b.png) no-repeat 50% 50%;
	}

	.form-widget {
		padding: 27px 29px 0 20px;
		margin: 0 0 32px;
	}

	.form-widget h1 {
		font: 700 32px/26px "Raleway", "Arial", "Helvetica", sans-serif;
		margin: 0 0 16px;
	}

	.form-widget label {
		font-size: 13px;
		line-height: 17px;
		margin: 0 0 19px 2px;
	}

	.form-widget input[type="email"],
	.form-widget input[type="text"] {
		padding: 9px 19px 10px;
		margin: 0 0 11px 2px;
		font-size: 13px;
	}

	.form-widget input[type="submit"] {
		padding: 12px 16px 8px;
		margin: 11px -29px 0 0;
		font-size: 13px;
	}

	.widget.add h1 {
		margin: 0 0 19px;
	}

	.widget {
		margin: 0 0 38px;
		font-size: 14px;
	}

	.help-list li a {
		padding: 8px 13px;
		font-size: 13px;
	}

	.help-list li {
		padding: 0 0 8px;
	}

	.bill-search .row {
		margin: 0 5px 19px 0;
	}

	.bill-search input[type="text"] {
		width: 100%;
		height: 42px;
		padding: 10px 61px 10px 21px;
		font-size: 13px;
		line-height: 13px;
	}

	.bill-search input[type="submit"] {
		height: 42px;
		width: 44px;
	}

	#footer .footer-frame {
		float: none;
		max-width: none;
	}

	#footer .footer-holder:after {
		left: 0;
	}

	#footer .footer-holder {
		padding: 0 20px;
	}

	.hide-mobile {
		display: none;
	}

	.show-mobile {
		display: block;
	}

	.slide2 {
		margin: 0 0 20px;
	}

	.three-column {
		text-align: center;
		float: none;
		padding: 41px 0 11px;
	}

	.three-column .column:first-child {
		margin: 0 0 30px;
	}

	.three-column .column:last-child {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
		float: none;
	}

	.three-column .column {
		width: 100%;
		margin: 0 0 30px;
	}

	.three-column .title {
		margin: 0 0 16px;
		padding: 0;
	}

	.three-column address {
		padding: 0;
	}

	.three-column dt {
		float: none;
	}

	.three-column dd {
		width: 100%;
		float: none;
	}

	.footer-bottom-holder .footer-text {
		display: block;
		text-align: center;
		border: none;
		margin: 0 0 25px;
	}

	.footer-bottom-holder {
		padding: 9px 28px 24px;
	}

	.footer-list {
		width: 100%;
		float: none;
		overflow: hidden;
		text-align: center;
		margin: 0 0 4px;
	}

	.footer-list li {
		float: none;
		display: inline-block;
		vertical-align: middle;
		padding: 0 4px 0 6px;
	}
}