.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
@font-face {
  font-family: 'blissregular';
  src: url('/css/fonts/bliss/blissregular-webfont.eot');
  src: url('/css/fonts/bliss/blissregular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/css/fonts/bliss/blissregular-webfont.woff2') format('woff2'),
       url('/css/fonts/bliss/blissregular-webfont.woff') format('woff'),
       url('/css/fonts/bliss/blissregular-webfont.ttf') format('truetype'),
       url('/css/fonts/bliss/blissregular-webfont.svg#blissregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


html { overflow-y: scroll; font-size: 62.5%; -webkit-font-smoothing: antialiased; }
body { min-height: 100vh; background-color: #FFF; position: relative;}
.oldie body { width: 1150px; margin: 0 auto; }

.full_width { margin: 0 auto; box-sizing: border-box; }
.inner_width { width: 96%; padding: 0; max-width: 1180px; margin: 0 auto; box-sizing: border-box; }
.padded { padding: 0 2%; }

input[type=text], input[type=search], textarea { -webkit-appearance: none; border-radius: 0; }

/* SET DEFAULT FONTS */
p, li, div, th, td, h1, h2, h3, h4, input, option, textarea { font-family: blissregular, Arial, Helvetica, sans-serif; color: #000; font-weight: normal; }
p { font-size: 18px; font-size: 1.8rem; line-height: 1.4em; margin: 0 0 1.4em 0; }
p.center { text-align: center; }
li { font-size: 18px; font-size: 1.8rem; line-height: 1.4em; }
*:focus { outline: none !important; }
a { color: #00657f;
		-webkit-transition: color 0.3s ease-in-out;
		-moz-transition: color 0.3s ease-in-out;
		-o-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
}
a:hover, a:active { color: #000; }

h1,h2,h3,h4 { font-family: blissregular, Arial, Helvetica, sans-serif; text-transform: none; }

h1 { font-size: 48px; font-size: 4.8rem; line-height: 1.1em; color: #000; font-weight: normal; margin:0 0 0.25em 0; }
h2 { font-size: 36px; font-size: 3.6rem; line-height: 1.1em; color: #000; font-weight: normal; margin: 0.5em 0 0.5em 0; }
h3 { font-size: 24px; font-size: 2.4rem; line-height: 1.25em; color: #000; font-weight: normal; margin: 0.75em 0 0.75em 0; }
h4 { font-size: 18px; font-size: 1.8rem; line-height: 1.25em; color: #000; font-weight: normal; margin: 0.75em 0 0.75em 0; }

p.thanks {
	background: #8fd400;
	line-height: 2.0em;
	color: #fff;
	font-size: 24px; font-size: 2.4rem;
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (max-width: 815px) {
	html { font-size: 60%; }
}

#main_wrapper {

}
#main_wrapper:after { content:""; display:table; clear:both; }

/***********************************/
/**
/**  HEADER
/**
/***********************************/

header { position: relative; }

	#site_header { padding: 30px 0 15px 0; padding: 3.0rem 0 1.5rem; }
	#site_header:after { content:""; display:table; clear:both; }

		#site_logo { width: 15%; max-width: 180px; height: auto; float: right; }

    nav#header_nav
    {
      float: left;
      margin-top: 4em;
    }

    nav#header_nav ul { list-style: none; margin: 0; padding: 0; }

    nav#header_nav li { float: left; font-size: 1.8em; padding-right: 1em;}

    nav#header_nav li a { color: #00657f; text-decoration: none; height: 1em; display: block; -webkit-transition: 0.3s all; }

    nav#header_nav a span { -webkit-transition: 0.3s all; display: block; float: left; background-color: #99d7da; width: 2.2em; height: 2.2em; border-radius: 2.2em; position: relative; margin-top: -0.5em; margin-right: 0.5em; }
    nav#header_nav a em { font-style: normal; }
    nav#header_nav a span img { width: 100%; height: 100%; }

    nav#header_nav a:hover span { background: #00657f; }

    nav#header_nav form
    {
      overflow: hidden;
      margin: -0.5em;
      padding: 0;
      float: left;
      display: none;
    }

    nav#header_nav input
    {
      border: 0;
      background: none;
      color: white;
      display: block;
      background-color: #00657f; height: 2.2em; border-radius: 2.2em;
      float: left;
      margin: 0 0.5em 0 0;
      padding: 0.5em;
      box-sizing: border-box;
    }

    nav#header_nav button
    {
      margin: 0;
      -webkit-transition: 0.3s all;
      display: block;
      border: 0;
      padding: 0;
      float: left;
      background-color: #00657f;
      width: 2.2em;
      height: 2.2em;
      border-radius: 2.2em;
      position: relative;
      margin-right: 0.5em;
    }

    nav#header_nav button img
    {
      width: 100%;
      height: 100%;
    }

    #mobile_menu
    {
      display: none;
    }

    nav#site_nav
    {
      clear: both;
      width: 100%;
      overflow: visible;
      position: relative;
      z-index: 101;
      background-image: url(/images/bg-nav.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
      margin-bottom: 2em;
      float: left;
    }
    nav#site_nav ul
    {
      z-index: 2;
      position: relative;
      overflow: visible;
      margin-top: 0.3em;
    }
		nav#site_nav > ul { overflow: visible; }

    nav#site_nav > ul > li
    {
			margin: 0; padding: 0; list-style: none; float: left;
			font-family: blissregular, Arial, Helvetica, sans-serif;
			font-size: 23px; font-size: 2.3rem;
			padding: 0 0 0.6em 0;
			height: 1.4em; line-height: 1.4em;
			margin-left: 1.6em;
			text-transform: uppercase;
      text-transform: none;
      position: relative;
      z-index: 3;
      overflow: hidden;
		}
		nav#site_nav > ul > li:first-of-type { margin-left: 0; }
		nav#site_nav > ul > li > a { color: #000; text-decoration: none; display: block; -webkit-transition: 0.3s all; text-transform: uppercase; }
		nav#site_nav > ul > li > a:hover, nav#site_nav > ul > li > a:active { color: #00657f; }
		nav#site_nav > ul > li.active  { color: #00657f; background-image:url(/images/bg-active-nav.gif); background-position: bottom right; background-repeat: repeat-x;}

    nav#site_nav > ul > li > ul
    {
    position: absolute;
    top: 1em;
    width: 400px;
    left: -10px;
    z-index: 999;
    -webkit-transition: 0.1s all;
    opacity: 0;
    background: white;
    background-color: rgba(255,255,255,0.9);
    list-style: none;
    padding: 10px;
    background: none;
    }

    nav#site_nav > ul > li:hover { overflow: visible; }
    nav#site_nav > ul > li:hover > ul
    {
      opacity: 1;
      -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
      box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
      background: white;
      background: rgba(255,255,255,0.9);
    }

    nav#site_nav > ul > li > ul > li > a
    {
      text-decoration: none;
      display: block;
      padding: 0.5em 0;
      font-size: 1.8rem;
      font-size: 1.1em;
    }

@media only screen and (max-width: 1100px) { nav#site_nav > ul > li { margin-left: 1.1em; } }
@media only screen and (max-width: 1010px) { nav#site_nav > ul > li { font-size: 20px; font-size: 2.0rem; } }
@media only screen and (max-width: 1023px) { nav#site_nav > ul > li:first-of-type { display: none; } nav#site_nav > ul > li:nth-of-type(2) { margin-left: 0; } }
@media only screen and (max-width: 815px) { nav#site_nav > ul > li { font-size: 17px; font-size: 1.7rem; } }
@media only screen and (max-width: 700px) { nav#site_nav > ul > li { font-size: 16px; font-size: 1.6rem; } }
@media only screen and (max-width: 650px)
{

    header.full_width { border-bottom: 2px solid #00657f; margin-bottom: 20px; }

    #site_header
    {
      padding: 1em 0;
    }

    #header_nav
    {
      display: none;
    }

    #site_logo { width: 100px; height: auto; float: right; margin: 0; }

    #mobile_menu
    {
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 6px;
      background-color: #99d7da;
      float: left;
      margin-top: 1.5em;
    }

    #mobile_menu img
    {
      width: 100%;
      height: 100%;
    }

    /* mobile nav */

    nav#site_nav { width: 100%; background: #00657f; position: absolute; margin-top: 0%; bottom: 0; left: 0; margin: 0; }
    nav#site_nav > ul
    {
      display: none;
      width: 100%;
      position: absolute;
      background: #00657f;
      background: rgba(0,101,127,0.95);
      padding: 0;
      margin: 0;
      overflow: visible;
      -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
      box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    }
    nav#site_nav > ul > li.active { background-image: none; }
    nav#site_nav > ul > li:first-of-type { display: block; }
    nav#site_nav > ul > li { width: 100%; display: block; text-align: left; font-size: 2.5em; padding: 0; margin: 0; float: none; height: auto; }
    nav#site_nav > ul > li > a { color: #fff; display: block; padding: 0.5em; height: auto; }
    nav#site_nav > ul > li:hover > a, #site_nav > ul > li > a:active { background: rgba(0,0,0,0.1); color: #fff;  }
    nav#site_nav > ul > li:hover > a, #site_nav > ul > li > a:active { background: rgba(0,0,0,0.1); color: #fff; }

    nav#site_nav > ul > li > ul { display: none; margin: 0; padding: 0 0 0.5em; }
    nav#site_nav > ul > li > ul > li { display: block; margin: 0; padding: 0; list-style: none; font-size: 4.0vw; padding: 0.3em 0; font-weight: 300; }
    nav#site_nav > ul > li > ul > li > a { color: #fff; text-decoration: none; display: block;  }

    nav#site_nav > ul > li > ul, nav#site_nav > ul > li:hover > ul
    {
      position: relative;
      -webkit-transition: 0;
      left: auto;
      width: 100%;
      top: auto;
      opacity: 1;
      background: black;
      background-color: rgba(0,0,0,0.2);
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0;
      padding: 0;
    }

    nav#site_nav > ul > li > ul > li
    {
      padding-left: 30px;
    }


    /* end mobile nav */

}


/***********************************/
/**
/**  TORSO
/**
/***********************************/

.page_left
{
  width: 66.1%;
  float: left;
}

.page_right
{
  width: 32.2%;
  float: right;
}

@media only screen and (max-width: 760px)
{
  .page_left, .page_right
  {
    width: 100%;
    float: none;
  }
}

.page_left h1
{
  font-size: 3.5em;
  margin: 0 0 0.5em 0;
}

#breadcrumb
{
  color: #99d7da;
  font-size: 1.6em;
  text-transform: uppercase;
  padding: 0 0 2em 0;
}

#breadcrumb a
{
  text-decoration :none;
}

.socialShare
{
  display: block;
  float: left;
  width: 100px;
    margin: 0 0 2em 0;
}

.socialShare.google
{
  margin-top: -2px;
  width: 90px;
}

.box_title
{
  background-color: #00657f;
  background-color: rgba(0,113,143,0.8);
  color: #fff;
  padding: 0.5em;
}

	p.intro { font-size: 20px; font-size: 2.0rem; color: #302344; }

.button_link
{
  background: #99d7da;
  color: #00657f;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  padding: 0.6em 1.25em 0.5em 0.5em;
  background-image:url(/images/arrow-right.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
}

.button_link:hover
{
  color: black;
}

.arrow_link
{
  background-image:url(/images/arrow-right.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  display: block;
  text-decoration: none;
  color: black;
  box-sizing: border-box;
  padding-right: 1.25em;
}

.arrow_link:hover
{
  color: #00657f;
}

.page_right img
{
  max-width: 100%;
}

.page_right h3
{
  border-bottom: 5px solid #00657f;
  font-size: 3em;
  line-height: 1em;
  margin: 0;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}

.third_width:first-child
{
  margin-left: 0;
}

.third_width
{
  width: 32.2%;
  float: left;
  margin-left: 1.7%;
  display: block;
}

.third_width img
{
  max-width: 100%;
}

@media only screen and (max-width: 760px)
{
  .third_width
  {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}

.page_hero
{
  position: relative;
  margin-bottom: 2em;
}

.page_hero img
{
  display: block;
  width: 100%;
}

.headerCycle
{
  position: relative;
  clear: both;
  z-index: 1;
}

.home_main_image h1, .page_hero_caption
{
  position: absolute;
  display: inline;
  bottom: 20px;
  left: 20px;
  right: auto;
  margin: 0;
  width: auto;
  font-size: 4em;
  text-transform: none;
  z-index: 100;
}

@media only screen and (max-width: 900px) { .home_main_image h1, .page_hero div { font-size: 3.5em } }
@media only screen and (max-width: 500px) { .home_main_image h1, .page_hero div { font-size: 3em } }
@media only screen and (max-width: 430px) { .home_main_image h1, .page_hero div { font-size: 2.5em } }

#home_twitter {
  margin: 2em 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px; font-size: 1.4rem;
  border-top: 3px solid #99d7da;
  border-bottom: 3px solid #99d7da;
}

  #home_twitter_left {
    padding: 10px 10px 10px 30px;
    margin: 0;
    font-size: 16px; font-size: 1.6rem;
    color: #0591cf;
    letter-spacing: 0px;
    position: relative;
    overflow: hidden;
    float: left;
    background-image: url(/images/twitter.svg) ;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px 25px;
    width: 90px;
  }

    #home_twitter_left a { color: #00657f; text-decoration: none; }


    #home_twitter_left img
    {
      position: absolute;
      top: 5px;
      left: 10px;
    }


  #home_twitter_right
  {
    padding: 0px;
    margin: 0;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
  }

    #home_twitter_right p {
      width: 96%;
      vertical-align: middle;
      padding: 10px 0px 10px 0px;
      margin: 0;
      font-size: 16px; font-size: 1.6rem;
      color: #000;
      letter-spacing: 0px;
    }

@media only screen and (max-width: 610px) {
  #home_twitter_left { text-indent: -10000px; width: 0px; padding-right: 0; }
}

@media only screen and (max-width: 500px)
{
  #home_twitter { display: none; }
}

a.home_campaign_item
{
  text-decoration: none;
}

.home_campaign_item_image
{
  float: left;
  width: 47.4%;
  height: 47.4%;
  margin-right: 5.3%;
  margin-bottom: 5.3%;
}

.home_campaign_item h4
{
  text-transform: none;
  color: black;
  border-bottom: 3px solid #99d7da;
  width: 47.3%;
  float: right;
  margin: 0;
  font-size: 2.2em;
  line-height: 1em;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}

.home_campaign_item p
{
  line-height: 1.2em;
  width: 47.3%;
  float: right;
}

.bottom_features
{
  margin: 4em 0;
}

.bottom_features a
{
  text-decoration: none;
}

.bottom_features h3
{
  border-bottom: 3px solid #99d7da;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0;
}

.subnavList
{
  list-style: none;
  margin: 0;
  padding: 2em 0 0 0;
}

.subnavList li
{
  clear: both;
  padding: 0;
  margin: 10px 0;
}

.subnavList li a
{
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.5em;
}

.subnavList li img
{
  float: left;
  clear: both;
  display: block;
  margin: -20px 10px 50px 0;
  width: 70px;
  height: 70px;
  border-radius: 35px;
}

ul.news_archive, ul.news_archive li {
  list-style: none;
  padding-left: 0;
}

.right_list
{
  list-style: none;
  padding: 0;
  margin: 0 0 1.4em 0;
}

.right_list li a
{
  display: block;
  text-transform: none;
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
  font-size: 25px;
}

.video-container
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin: 20px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page_left table
{
  border: 1px solid #99d7da;
  font-size: 1.6em;
  margin: 1em 0;
  width: 100%;
}

.page_left td
{
  border: 1px solid #99d7da;
  border-collapse: collapse;
  padding: 1em;
}

.page_left thead td
{
  background-color: #99d7da;
}

/***********************************/
/**
/**  FOOTER
/**
/***********************************/


footer.full_width
{
  clear: both; padding: 0 0 2% 0 !important;
  border-top: 5px solid #99d7da;
  margin-top: 4em;
}

footer a
{
  color: black;
}

footer a:hover
{
  color: #2084b8;
}

#site_footer p { font-size: 16px; font-size: 1.6rem; margin: 0 0 0.75em 0; float: left; clear: left; }

#footer_site_logo
{
  float: left;
  width: 10%;
  margin: 4em 0;
}

@media only screen and (max-width: 650px)
{
  #footer_site_logo { width: 100px; }
}

/***********************************/
/**
/**  PAGE SPECIFIC STUFF
/**
/***********************************/


	/***********************************/
	/**  HOMEPAGE
	/***********************************/



  .home_main_image
  {
    position: relative;
    max-height: 400px;
    overflow: hidden;
  }

  .home_main_image img
  {
    width: 100%;
    display: block;
  }

  .home_page_intro
  {
    margin: 2em 0 0 0;
  }

  a.home_news_item
  {
    clear: both;
    display: block;
    margin-bottom: 2em;
    text-decoration: none;
  }

  a.home_news_item h4
  {
    text-transform: none;
    margin: 0;
    font-size: 2.5em;
    color: #00657f;
  }

  a.home_news_item p
  {
    font-size: 1.5em;
  }

  .home_news_item_image
  {
    overflow: hidden;
    width: 8em;
    height: 8em;
    border-radius: 10em;
    background-size: cover;
    background-position: center center;
    margin-top: 0;
    float: left;
    margin-right: 2em;
  }


  .home_text
  {
    margin: 4em 0;
  }

  .home_text p:first-of-type
  {
    font-size: 2.5em;
  }

  .home_text img
  {
    float: right;
    width: 23.7%;
    border-radius: 100%;
    display: block;
    margin-left: 1.7%;
  }

  /***********************************/
	/**  NEWS
	/***********************************/


/*
.layout_campaigns h2 {
    color: #00718f;
    font-size: 3em;
    line-height: 1em;
    margin: 0;
    text-transform: none;
}

    .layout_campaigns p strong { color: #00718f;  }
*/

  article.news_item{
      font-size: 1.5em;
      margin:30px 0;
      width: 100%;
  }
      article.news_item > .news_headline{
          font-size: 2em;
          line-height: 1em;
          margin: 0;
          text-transform: none;
          color:#00718f;
      }
      article.news_item > .info{
          display: block;
          margin-bottom: 20px;
          margin-top: 0.5em;
          font-size: 1em;
          line-height: 1em;
          font-weight: 100;
      }
      article.news_item > .abstract{
          font-size: 1.125em;
          line-height: 1.125em;
          margin-bottom: 20px;
          margin-top: 0;
      }
      article.news_item > .button_link{
          font-size: 1.125em;
      }

      .article_info
      {
        font-size: 1.8em;
      }

      article.news_article
      {
        margin: 2.4em 0;
      }

      p.abstract
      {
        font-size: 2.4em;
      }

      article.news_item  a.block_link
      {
        text-decoration: none;
      }

      article.news_article p.abstract
      {
        font-size: 2.4em;
      }

      .news_notes_to_editors
      {
        border-top: 4px solid #99d7da;
      }

      .news_notes_to_editors h3
      {
        font-size: 1.8em;
      }

      .news_notes_to_editors p
      {
        font-size: 1.4em;
      }

    /***********************************/
    /**  SEARCH
    /***********************************/

    ul.search_tabs {
        padding-left: 0;
    }

    ul.search_tabs li {
        font-size: 24px; font-size: 2.4rem; color: #000; font-weight: normal;
        list-style: none;
        display: inline;
    }

        ul.search_tabs li:after {
            content: '/';
            padding: 0 0.2em;
        }

        ul.search_tabs li:last-child:after {
            content: '';
            padding: 0;
        }

        .search_tab h4 { font-weight: bold; }

	/***********************************/
	/**  CONTACT
	/***********************************/

		.contact_left { clear: both; float: left; width: 49%; }
		.contact_right { float: right; width: 49%; }
			#map-canvas { width: 100%; height: 400px; margin-bottom: 3%; }

		@media only screen and (max-width: 640px) {
			.contact_left { clear: both; float: left; width: 100%; }
			.contact_right { clear: both; float: left; width: 100%; }
		}

	/***********************************/
	/**  ENLARGE POPUP
	/***********************************/

		#enlarge_pop {
			display: none;
			position: fixed;
			z-index: 999;
			left: 0;
			top: 0;
			width: 100vw;
			height: 100vh;
			background: #000;
			background: rgba(60,60,60,0.7);
			text-align: center;
		}
		#enlarge_pop:before {
			content:'';
			width: 0;
			height: 100vh;
			display: inline-block;
			vertical-align: middle;
		}

		#enlarge_pop #enlarge_pop_inner {
			max-width: 85vw;
			max-height: 85vh;
			vertical-align: middle;
			display: inline-block;
			border: 10px solid #fff;
			background: #fff;
			-webkit-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.75);
			-moz-box-shadow:    7px 7px 15px 0px rgba(50, 50, 50, 0.75);
			box-shadow:         7px 7px 15px 0px rgba(50, 50, 50, 0.75);
			position: relative;
		}
		#enlarge_pop #enlarge_pop_inner #enlarge_pop_close {
			position: absolute;
			top: -2.0em; right: -2.0em;
			width: 2.0em; height: 2.0em; line-height: 2.0em;
			font-size: 16px;
			text-align: center;
			color: #fff;
			font-weight: bold;
			background: #000;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			cursor: pointer;
		}



/** FORM STYLES **/
.button, a.button {
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	background: #e40289;
	padding: 0.4em 0.8em;
	font-family: captureit, Arial, Helvetica, sans-serif;
	font-size: 20px; font-size: 2.0rem;
	color: #fff !important;
	font-weight: 300;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.button.large { font-size: 28px; font-size: 2.8rem; }
.button.small { font-size: 16px; font-size: 1.6rem; padding: 0.4em 0.8em 0.3em 0.8em;}

.button:hover, a.button:hover { color: #2084b8 !important; background: #FFFFFF; -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); }


.submit_button, a.submit_button {
	display: inline-block;
	border: 0;
	padding: 0 1.0em;
	margin: 0;
	line-height: 2.0em;
	font-size: 22px; font-size: 2.2rem;
	font-family: Lato, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
  font-weight: 300;
	text-decoration: none;
	color: #fff;
	background: #2084b8;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
  -webkit-transition: 0.5s all;
}

.submit_button:hover, a.submit_button:hover
{
  background: #FFF;
  color: #2084b8;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.submit_button.disabled, a.submit_button.disabled { opacity: 0.5; }

.submit_button.small, a.submit_button.small { font-size: 16px; font-size: 1.6rem; }
.submit_button.red, a.submit_button.red { background: #c00; }

.formstyle {}
.formstyle p { clear: both; margin-bottom: 1.0em; }
.formstyle p.half { width: 49%; float: left; }
.formstyle p.half + p.half { clear: none; width: 49%; float: right; }
.formstyle p label { display: block; padding: 0 0 5px 0; color: #666; }
.formstyle p label em { font-size: 10px; font-size: 1.0rem; color: #2084b8; font-style: normal; text-transform: uppercase; }
.formstyle p label.inline { display: inline; padding-left: 10px; }
.formstyle p input[type=text] { font-size: 16px; font-size: 1.6rem; border: 1px solid #bbb; padding: 5px 10px; max-width: 100%; box-sizing: border-box; }
.formstyle p select { font-size: 16px; font-size: 1.6rem; border: 1px solid #bbb; padding: 5px 10px; width: 100%; box-sizing: border-box; }
.formstyle p textarea { font-size: 16px; font-size: 1.6rem; border: 1px solid #bbb; padding: 5px 10px; max-width: 100%; box-sizing: border-box; }
.formstyle .error { border-color: #D53232 !important; }
.ambiguity { display: none; }
.formstyle p input[type=text].postcode { width: auto; max-width: 100%; }

@media only screen and (max-width: 640px) {
	.formstyle p input[type=text] { font-size: 16px; }
}

.contentSideImage
{
  float: left;
  width: 25%;
  margin-right: 20px;
  margin-bottom: 20px;
  clear: left;
  box-sizing: border-box;
  border: 10px solid #eee;
}
