


/* Grid
-------------------------------------------------- */

.container {
  background: #ffffff;
  position: relative;
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
  }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 2%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 98%; }

  .one-fourth.column              { width: 23.4%; }
  .one-third.column               { width: 31.3333333333%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

@media (max-width: 1024px) {
  .one-half.column,
  .three.columns,
  .one-third.column,
  .two-thirds.column,
  .seven.columns,
  .eight.columns,
  .nine.columns {
    width: 100%;
    padding: 0;}
}

@media (max-width: 1024px) {
  .one-fourth.column {
    width: 48%;
    padding: 0;
    margin: 0;
    margin-top: 8px;
    }
  .one-fourth.column:nth-child(odd) {
    margin-right: 15px;
    }    
  .one-fourth.column:nth-child(even) {
    }
}

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

  .over-by-one     	 	  { padding-left: 20px; }
  .over-by-two     	 	  { padding-left: 60px; }
  
}


/* Base Styles
-------------------------------------------------- */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.0125em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #252525; 
  margin:0;
  padding:0;
  }
body img {
  line-height: 0;
}

/* Typography
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Sintony', sans-serif;
  color: #3a6ba3;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }
h1 { font-size: 3.4rem; line-height: 1.2; margin: 1px 0px 12px 0px; padding: 0px 0px 0px 0px;} 
h2 { font-size: 2.9rem; line-height: 1.6; letter-spacing: -.1rem; margin: 1px 0px 12px 0px; padding: 0px 0px 0px 0px;}
h3 { font-size: 2.2rem; line-height: 1.6;  letter-spacing: -.1rem; margin: 1px 0px 2px 0px;}
h4 { font-size: 1.8rem; line-height: 1.35; letter-spacing: -.08rem; margin: 0px 0px 2px 0px;}
h5 { font-size: 1.5rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet 
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}
*/
p { margin-bottom: 1.5em; }
p:last-child { margin-bottom: 0; }


/* Links
-------------------------------------------------- */
a {
  color: #2A5DB0; text-decoration: none;}
a:hover {
  color: #2A5DB0; text-decoration: underline; }


/* Buttons
-------------------------------------------------- */
.button,
input[type="reset"],
input[type="button"] {
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  height: 58px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
  
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  opacity: .9;
  color: #FFF;
  background-color: #3a6ba3;
  border-color: #3a6ba3; }

.button.button-green,
button.button-green,
input[type="submit"].button-green,
input[type="reset"].button-green,
input[type="button"].button-green {
  color: #fff;
  background-color: #0C3359;
  border-color: #0C3359; }
.button.button-green:hover,
button.button-green:hover,
input[type="submit"].button-green:hover,
input[type="reset"].button-green:hover,
input[type="button"].button-green:hover,
.button.button-green:focus,
button.button-green:focus,
input[type="submit"].button-green:focus,
input[type="reset"].button-green:focus,
input[type="button"].button-green:focus {
  opacity: .9;
  text-decoration: none;
  color: #fff;
  background-color: #0C3359;
  border-color: #0C3359; }

.button.button-blue,
button.button-blue,
input[type="submit"].button-blue,
input[type="reset"].button-blue,
input[type="button"].button-blue {
  color: #fff;
  background-color: #3a6ba3;
  border-color: #3a6ba3; }
.button.button-blue:hover,
button.button-blue:hover,
input[type="submit"].button-blue:hover,
input[type="reset"].button-blue:hover,
input[type="button"].button-blue:hover,
.button.button-blue:focus,
button.button-blue:focus,
input[type="submit"].button-blue:focus,
input[type="reset"].button-blue:focus,
input[type="button"].button-blue:focus {
  opacity: .9;
  text-decoration: none;
  color: #fff;
  background-color: #3a6ba3;
  border-color: #3a6ba3; }

.button.button-orange,
button.button-orange,
input[type="submit"].button-orange,
input[type="reset"].button-orange,
input[type="button"].button-orange {
  color: #FFF8F0;
  background-color: #9E2B25;
  border-color: #9E2B25; }
.button.button-orange:hover,
button.button-orange:hover,
input[type="submit"].button-orange:hover,
input[type="reset"].button-orange:hover,
input[type="button"].button-orange:hover,
.button.button-orange:focus,
button.button-orange:focus,
input[type="submit"].button-orange:focus,
input[type="reset"].button-orange:focus,
input[type="button"].button-orange:focus {
  opacity: .9;
  text-decoration: none;
  color: #fff;
  background-color: #9E2B25;
  border-color: #9E2B25; }

.button.button-red,
button.button-red,
input[type="submit"].button-red,
input[type="reset"].button-red,
input[type="button"].button-red {
  color: #fff;
  background-color: #a94442;
  border-color: #ebccd1; }
.button.button-red:hover,
button.button-red:hover,
input[type="submit"].button-red:hover,
input[type="reset"].button-red:hover,
input[type="button"].button-red:hover,
.button.button-red:focus,
button.button-red:focus,
input[type="submit"].button-red:focus,
input[type="reset"].button-red:focus,
input[type="button"].button-red:focus {
  opacity: .9;
  text-decoration: none;
  color: #fff;
  background-color: #a94442;
  border-color: #ebccd1; }

.button.button-black,
button.button-black,
input[type="submit"].button-black,
input[type="reset"].button-black,
input[type="button"].button-black {
  color: #fff;
  background-color: #22262c;
  border-color: #22262c; }
.button.button-black:hover,
button.button-black:hover,
input[type="submit"].button-black:hover,
input[type="reset"].button-black:hover,
input[type="button"].button-black:hover,
.button.button-black:focus,
button.button-black:focus,
input[type="submit"].button-black:focus,
input[type="reset"].button-black:focus,
input[type="button"].button-black:focus {
  opacity: .9;
  text-decoration: none;
  color: #fff;
  background-color: #22262c;
  border-color: #22262c; }
  
.button.button-white,
button.button-white,
input[type="submit"].button-white,
input[type="reset"].button-white,
input[type="button"].button-white {
  color: #222;
  background-color: #fff;
  border-color: #666666; }
.button.button-white:hover,
button.button-white:hover,
input[type="submit"].button-white:hover,
input[type="reset"].button-white:hover,
input[type="button"].button-white:hover,
.button.button-white:focus,
button.button-white:focus,
input[type="submit"].button-white:focus,
input[type="reset"].button-white:focus,
input[type="button"].button-white:focus {
  text-decoration: none;
  color: #222;
  background-color: #fff;
  border-color: #6ba33a; }

.button.button-clear,
button.button-clear,
input[type="submit"].button-clear,
input[type="reset"].button-clear,
input[type="button"].button-clear {
  margin-top: 16px;
  color: #ffffff;
  text-shadow: none;
  background-color: transparent;
  border-color: #ffffff; }
.button.button-clear:hover,
button.button-clear:hover,
input[type="submit"].button-clear:hover,
input[type="reset"].button-clear:hover,
input[type="button"].button-clear:hover,
.button.button-clear:focus,
button.button-clear:focus,
input[type="submit"].button-clear:focus,
input[type="reset"].button-clear:focus,
input[type="button"].button-clear:focus {
  text-decoration: none;
  color: #222222;
  text-shadow: none;
  background-color: #ffffff;
  border-color: #ffffff; }

      @media (max-width: 1024px) {
        .button-clear {
        display: none;
        }
      }  
  
.button.button-opac,
button.button-opac,
input[type="submit"].button-opac,
input[type="reset"].button-opac,
input[type="button"].button-opac {
  color: #fff;
  background: transparent url('/images/opac_40_bg.png') repeat top left;  
  border: 2px solid #ffffff; }
.button.button-opac:hover,
button.button-opac:hover,
input[type="submit"].button-opac:hover,
input[type="reset"].button-opac:hover,
input[type="button"].button-opac:hover,
.button.button-opac:focus,
button.button-opac:focus,
input[type="submit"].button-opac:focus,
input[type="reset"].button-opac:focus,
input[type="button"].button-opac:focus {
  color: #000;
  background: transparent url('/images/opac_bg.png') repeat top left;
  text-decoration: none;
  border: 2px solid #3a6ba3; }
  
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  height: 78px;
  padding: 14px 20px;
  font-size: 18px;
  line-height: 1.3333333;
}
.btn-group-sm > .btn,.btn-sm {
  height: 42px;
  padding:1px 15px;
  font-size:12px;
  line-height:3.2;
}
.btn-group-xs >.btn,.btn-xs {
  height: 28px;
  padding:1px 15px;
  font-size:11px;
  line-height: 2.5;
  border-radius:10px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}


/* Forms
-------------------------------------------------- */
input[type="name"],
input[type="specialty"],
input[type="title"],
input[type="state"],
input[type="interested"],
input[type="contactphone"],
input[type="comment"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  color: #000000;
  height: 30px;
  font-size: 20px;	
  padding: 8px 20px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
  border-radius: 15px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 85px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #1a3e6e;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 400; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
-------------------------------------------------- */
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 70%; }
li {
  margin-bottom: 1rem; }


/* Code
-------------------------------------------------- */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
-------------------------------------------------- */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
-------------------------------------------------- */
button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol {
  margin-bottom: 2rem; }


/* Utilities
-------------------------------------------------- */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-half-width {
  width: 50%;
  box-sizing: border-box; }  
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
-------------------------------------------------- */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }
  
.bottomline {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  padding-bottom: 2rem;
  padding-top: 2.5rem;  
  border-width: 0;
  border-bottom: 1px solid #E1E1E1;
}


/* Clearing
-------------------------------------------------- */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
-------------------------------------------------- */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (max-width: 600px) {
	#footeraddress{
		width 50px;
		margin-left: 0px;
	}
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 722px) {
	#footeraddress{
		width: 100px;
		margin-left: 180px;
		padding: 0px;
	}
	
}

/* Larger than tablet */
@media (max-width: 999px) {
	#footeraddress{
		text-align: left;
		width: 200px;
		margin-left: 240px;
		padding: 0;
	}
	.slicknav_nav a{
		font-size: 14px;
	}
	
	
}

/* Larger than desktop */
@media (min-width: 1030px) {
	#footeraddress{
		padding-left: 500px;
		
	}
	
}


/* Larger than Desktop HD */
@media (min-width: 1200px) {
	#footeraddress{
		padding-left: 650px;
	}
	
}