@font-face {font-family: 'Merriweather-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Merriweather-Regular'), local('Merriweather-Regular'), url('fonts/Merriweather-Regular.otf') format('truetype');
	}

@font-face {font-family: 'LibreBaskerville-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('LibreBaskerville-Regular'), local('LibreBaskerville-Regular'), url('fonts/LibreBaskerville-Regular.ttf') format('truetype');
	}

@font-face {font-family: 'AsapCondensed-SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('AsapCondensed-SemiBold'), local('AsapCondensed-SemiBold'), url('fonts/AsapCondensed-SemiBold.ttf') format('truetype');
	}

@font-face {font-family: 'OpenSans-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('OpenSans-Regular'), local('OpenSans-Regular'), url('fonts/OpenSans-Regular.ttf') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype');
	}

* { margin: 0; padding: 0; outline: 0; }

body {
    font-size: 18px;
    line-height: 20px;
    font-family: OpenSans-Regular, arial, sans-serif;
    color: #000;
    background-color: #fff;
}

a { color: #0055A5; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }
p { padding: 0 0 11px 0; }
.left {float: left; padding: 5px 10px 0 0;}
.right {float: right; padding-left: 10px;}

.wrapper {width: 90%; padding 5px; margin: auto;}
#phone {padding: 10px 0 10px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #1E3A6C; color: #E3CB65; font-family: LibreBaskerville-Regular, arial, sans-serif; font-size:20px; font-weight: 100;}
#phone a {color: #fff;}
	.number {width: 175px; float: left; text-align: left; padding-left: 10px; font-size: 18px;}
	.portal {width: 175px; float: right; text-align: right; padding-right: 10px; font-size: 18px;}
.call-us {font-family: arial, sans-serif; font-size: 28px; font-weight: 600;}

#heading {padding: 20px 0 0 0; margin: 0; width: 100%; text-align: center; background-color: #fff; line-height: 40px;}
.address a {color: #015F7B;}
.address {font-family: Candara, Arial, sans-serif; font-size:22px; font-weight: normal; color: #015F7B;}

#splash {padding: 0; margin: 0; width: 100%; height: 300px; background: #fff url(images/splash-bg.png) no-repeat top;}

#content-white {padding: 40px 0 40px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #fff;}
#content-blue {padding: 40px 0 40px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #1E3A6C; color: #fff;}
#content-grey {padding: 40px 0 40px 0; margin: 0; width: 100%; text-align: center; line-height: 170%; background-color: #f1f1f1;}

.name {color: #D34B07;}

hr { 
  border : 0;
  height: 2px; 
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}

#footer {padding-top: 20px; padding-bottom: 20px; margin: 0; width: 100%; background-color: #1E3A6C; text-align: center; color: #fff; line-height: 170%;}
.copy {font-family: AsapCondensed-SemiBold, Arial, sans-serif; font-size:18px; line-height: 110%;}
#footer a {color: #fff;}
.footer-header {font-family: pala, Arial, sans-serif; font-size:24px;}

h1 {font-family: LibreBaskerville-Regular, arial, sans-serif; font-size: 28px; padding-bottom: 5px; font-weight: normal; line-height: 110%; color: #1E3A6C;}
h2 {font-family: LibreBaskerville-Regular, arial, sans-serif; font-size: 28px; padding-bottom: 5px; font-weight: normal; line-height: 110%; color: #E3CB65;}
h3 {font-family: LibreBaskerville-Regular, arial, sans-serif; font-size: 24px; padding-bottom: 5px; font-weight: normal; line-height: 110%;}
h4 {font-family: LibreBaskerville-Regular, arial, sans-serif; font-size: 24px; padding-bottom: 5px; font-weight: normal; line-height: 110%;}
h5 {font-family: LibreBaskerville-Regular, arial, sans-serif; font-size: 24px; padding-bottom: 5px; font-weight: normal; line-height: 110%;}
h6 {font-family: LibreBaskerville-Regular, arial, sans-serif; font-size: 24px; padding-bottom: 5px; font-weight: normal; line-height: 110%;}
.services-header {font-family: LibreBaskerville-Regular, arial, sans-serif; font-size: 28px; padding-bottom: 5px; font-weight: normal; line-height: 110%;}

a.button {font-family: LibreBaskerville-Regular, arial, sans-serif; font-size:20px; background-color: #00607B; color:#fff; display:inline-block; padding: 3px 23px 5px 23px;border: 1px solid #000;}
a.button:hover {background:#131313;}


#cssmenu {
  font-family: Merriweather-Regular, OpenSans-Regular, Arial, sans-serif;
  font-size: 22px;
  line-height: 15px;
  text-align: left;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #105F9F;
  border: 1px solid #400040;
  border-bottom: 3px solid #400040;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #328CBF;
  border: 1px solid #400040;
  border-bottom: 3px solid #400040;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #012E39 url('images/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  color: #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #328CBF;
  color: #fff;
}
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #328CBF;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}

.nav-wrapper {width: 99%;}


.collapsible {
  background-color: #0168AA;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: Merriweather-Regular, arial, sans-serif; font-size: 22px;
}

.active, .collapsible:hover {
  background-color: #015F7B;
}

.pain-content {
  padding: 20px 10px 20px 10px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

ul#criteria {list-style-type: square; margin: 0; padding: 0 0 0 20px;}