@font-face {
	font-family: 'mcity';
	src:url('../fonts/mcity.eot');
	src:url('../fonts/mcity.eot?#iefix') format('embedded-opentype'),
		url('../fonts/mcity.svg#mcity') format('svg'),
		url('../fonts/mcity.woff') format('woff'),
		url('../fonts/mcity.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'ArrrowsRegular';
    src: url('../fonts/arrrows-regular-webfont.eot');
    src: url('../fonts/arrrows-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arrrows-regular-webfont.woff') format('woff'),
         url('../fonts/arrrows-regular-webfont.ttf') format('truetype'),
         url('../fonts/arrrows-regular-webfont.svg#ArrrowsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html { padding: 0; margin: 0;}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
ul.dlist {
  margin: 1em 0;
  padding: 0 0 0 20px;
  text-align: left;
}
ul.dlist li {
  list-style-type: disc;
  margin-top: 5px;
  text-align: left;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  outline: 0;
}

b {
	font-weight: 600;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
position: relative;
font-family: 'proxima-nova', Calibri, Arial, sans-serif;
font-size: 16px;
color: #fff;
background: #fffcf5;
min-height: 100%;
/* padding:50px 0 0 0; */
padding: 0 0 0 0;
background: #004e6d;
background-image:url("../images/backgrounds/bridge.jpg");
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
}

.bridge_50 {
	background-image:url("../images/backgrounds/bridge_50.jpg");
}

section {
	margin: 0px auto;
	padding: 0px;
}

.wrapper {
  	margin: 0px auto;
}


/* Chamber of Tourism header */
header {
background: #9e0b0f; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #9e0b0f 1%, #d51f28 31%, #9e0b0f 64%, #d51f28 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(1%,#9e0b0f), color-stop(31%,#d51f28), color-stop(64%,#9e0b0f), color-stop(100%,#d51f28)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #9e0b0f 1%,#d51f28 31%,#9e0b0f 64%,#d51f28 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #9e0b0f 1%,#d51f28 31%,#9e0b0f 64%,#d51f28 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #9e0b0f 1%,#d51f28 31%,#9e0b0f 64%,#d51f28 100%); /* IE10+ */
background: linear-gradient(135deg,  #9e0b0f 1%,#d51f28 31%,#9e0b0f 64%,#d51f28 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e0b0f', endColorstr='#d51f28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/* border-bottom: 1px solid #eee; */
/* position: fixed; */
position: relative;
text-align: center;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 200;
font-size: 1.5em;
}

header a {
  color: #464640;
  text-decoration: none;
}
header a:hover {
  color: #3388dd;
}
header .wrapper {
  /* border: 1px solid #f8f8f8;
  border-width: 0 1px 0 1px; */
  padding: 0;
}
header ul {
  /* border-left: 1px solid #f0f0f0; */
  height: 56px;
}
header ul li {
  /* border-right: 1px solid #f0f0f0; */
  float: left;
}

header ul li.logo {
  padding:0;
}

header ul li.logo_pad {
  padding-left: 75px;
}

header ul li.secondary {
  float: right;
  border: none;
}
header ul a,
header h1, header ul h1 {
  color: #fff;
  font-family: "minion-pro", serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 14px 19px 14px 20px;
}

header h1 {
  margin: 0px auto;
  text-align: center;
  text-shadow: 1px 1px #9e0b0f;
  letter-spacing: 2px;
}

h1 span.yw, h1 span.yw2 {
  color: #fffbcf;
  font-size: .75em;
}

header ul a:hover,
header ul h1:hover {
  border-bottom: none;
}
header ul a em,
header h1 em, header ul h1 em {
  font-style: normal;
  font-size: .75em;
  color: #fff;
  text-decoration: underline;
}
header ul a.button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header ul a:hover + nav {
  display: block;
}
header ul img {
  display: block;
  margin-top: 1px;
  margin-bottom: 3px;
}

sup, sub {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; 
}

sup {
/* Move the superscripted text up */
top: -0.2em;
}

sup.ml {
top: -0.2em;
text-decoration: underline;
}
 
sub {
/* Move the subscripted text down, but only
half as far down as the superscript moved up */
bottom: -0.25em;
} 

#footer {
	clear: both;
	padding: 0 0 450px 0;
	background: rgba(10,27,48,.8);
}

#footer .wrapper {
	background: transparent;
}

#foot {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	line-height: 20px;
}

#foot li {
	float: left;
	width: 32%;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}

#foot > li:first-child {
	width: 35%;
}

#foot li div {
	margin: 10px;
}

#foot h3 {
	/* font-family:"Lato", sans-serif; */
	font-family:"proxima-nova", sans-serif;
    font-size:1em;
    line-height:20px;
    font-style: normal;
	color:#fff;
	text-shadow: none;
	margin: 20px 0 20px 0;
}

#foot ul {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: 20px;
}

#foot ul li, footer ul li {
	float: none;
	width: 100%;
	margin: 0 15px 0 0;
	font-size: .85em;
	padding: 0;
	text-align: left;
}

#foot_disc {
  display:  block;
  width: 100%;
  max-width: 750px;
  margin: 15px auto;
  /* font-size: .85em; */
  font-size: 12pt;
  padding: 0 25px;
  text-align: center;
  box-sizing: border-box;
  /* color: #b4d8ef; */
  color: #fff;
}

footer ul li {
	text-align: center;
	margin: 5px 0 0 0;
}

#foot a, footer a {
	color: #b4d8ef;
	text-decoration: none;
}

#foot a:hover, footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #0a1b30;
  color: #8f8f8f;
  padding: 20px 0 20px 0 ;
  margin: 0px;
}

#mcct_logo {
   width:100px;
}

.cc {
	clear: both;
}

span.hmc {
	display: inline;
}

#content {
width: 1024px;
}

#compare_rates {
width: auto;
background: rgba(0,39,54,.75);
}

#compare_scroll {
width: auto;
background: rgba(0,39,54,.75);
}

#compare_rates .wrapper {
width: 1024px;
}

#nav {
background: #006392;
z-index: 10;
}

#social {
  display: block;
  height: 48px;
  padding: 0px;
  text-align: center;
}

#social_top {
  position: absolute;
  right: 10px;
  top: 0px;
  display: block;
  height: 48px;
  padding: 0;
  margin: 0;
  text-align: right;
}

#social img, #social_top img {
  width: 24px;
}

#social a, #social_top a {
  padding: 0;
  margin: 0;
}

#social li, #social_top li {
  display: inline-block;
  background: transparent;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 10px;
  opacity: 1;
  transition: background 0.25s ease-out;
  vertical-align: middle;
}

#sharer {
  position: relative;
  margin: 0 0 0 0;
  border-top: 1px solid #e0e0e0;
  padding: 50px 0 20px 0;
}

#sharer:before {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 10px 0;
  content: "Share this page";
  color: #aaa;
  font-size: .825em;
}


#sharer > div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 3em;
  height: 3em;
  padding: 0;
  margin: 0;
  transition: all .3s linear;
}

#sharer > div:hover {
  width: 150px;
}

#sharer a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 1em 0 3em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

#sharer a:hover {
}

#sharer a img {
  position: absolute;
  top: .75em;
  left: .75em;
  width: 1.5em;
}

#social .facebook, #social_top .facebook {
  background: rgba(59,89,152,0);
}

#social .facebook:hover, #social_top .facebook:hover {
  background: rgba(59,89,152,1);
}

#social .twitter, #social_top .twitter {
  background: rgba(64,153,255,0);
}

#social .twitter:hover, #social_top .twitter:hover {
  background: rgba(64,153,255,1);
}


#social .x-twitter, #social_top .x-twitter {
  background: rgba(0,0,0,0);
}

#social .x-twitter:hover, #social_top .x-twitter:hover {
  background: rgba(0,0,0,1);
}

#social .google, #social_top .google, #sharer .google {
  background: rgba(211,72,54,0);
}

#social .google:hover, #social_top .google:hover {
  background: rgba(211,72,54,1);
}

#social .linkedin, #social_top .linkedin {
  background: rgba(0,119,181,0);
}

#social .linkedin:hover, #social_top .linkedin:hover {
  background: rgba(0,119,181,1);
}

#social .sharethis, #social_top .sharethis {
  background: rgba(45,179,74,0);
}

#social .sharethis:hover, #social_top .sharethis:hover {
  background: rgba(45,179,74,1);
}

#social .email, #social_top .email  {
  background: rgba(255,162,0,0);
}

#social .email:hover, #social_top .email:hover {
  background: rgba(255,162,0,1);
}

#sharer .facebook {
  background: rgba(59,89,152,1);
}

#sharer .facebook:hover {
  background: rgba(59,89,152,.75);
}

#sharer .twitter {
  background: rgba(64,153,255,1);
}

#sharer .twitter:hover {
  background: rgba(64,153,255,.75);
}

#sharer .x-twitter {
  background: rgba(0,0,0,1);
}

#sharer .x-twitter:hover {
  background: rgba(0,0,0,.75);
}


#sharer .google {
  background: rgba(211,72,54,1);
}

#sharer .google:hover {
  background: rgba(211,72,54,.75);
}

#sharer .linkedin {
  background: rgba(0,119,181,1);
}

#sharer .linkedin:hover {
  background: rgba(0,119,181,.75);
}

#sharer .google {
  background: rgba(211,72,54,1);
}

#sharer .google:hover {
  background: rgba(211,72,54,.75);
}

#sharer .pinterest {
  background: rgba(203,31,39,1);
}

#sharer .pinterest:hover {
  background: rgba(203,31,39,.75);
}

.mpipe:before {
	content:'|';
}

.mob_show {
	display: none;
}

.mob_hide {
	display: block;
}

#flashcontent {
	margin: 25px 0;
	text-align: center;
	display: block;
}

#nflashcontent {
	margin: 25px 0;
	display: none;
}

#compare_under {
	display: none;
	padding: 0px;
}

#grid_inner {
	margin: 25px 0;
}

#us_chamber {
	width: 234px;
}

#bridge_back {
	background: #144163;
}

.sdown {
	font-size: 18px;
	font-weight: 600;
}

.sdown:after {
	font-family: 'ArrrowsRegular';
	color: #fff;
	content: 'z';
	padding-left: 5px;
	padding-right: 5px;
	font-size:125%;
}

.rdfa {
	display: none;
}


@media screen and (max-width: 699px) {
  body {
  padding: 0px;
  margin: 0 0 0 0;
  background-image:url("../images/backgrounds/bridge_mob.jpg");
  background-position: 0px 100px;
  background-attachment: none;
  }
  
  .no_b {
  background-image: none;
  }
	
  .wrapper {
  overflow: hidden;
  }
  
  header {
    font-size: 14px;
    line-height: 18px;
    position: relative;
  }
  
  #content {
  /* top margin to account for fixed position header */
  width: 100%;
  padding-top: 0px;
  padding: 0px;
  }
  
#compare_rates {
  width: auto;
}

#compare_rates .wrapper {
  width: auto;
}
  
  header .secondary {
    display: none;
  }
  
  header span {
    display: block;
  }
  
  
  footer ul {
    /* border-bottom: 1px dotted #404046; */
    border-right: none;
    float: none;
    margin-bottom: 13px;
    padding-bottom: 11.2px;
    width: 100%;
  }  
  
  footer ul:last-child {
    border-bottom: none;
  }
  
  footer ul li {
    font-size: 12px;
  }
  
  span.yw {
  /*display:block;
  text-align: center;*/
  display:none;
  }
  
  span.yw2 {
  display: block;	  
  }
  
  footer div.wrapper ul li {
  text-align:center;
  }
  
  footer div.wrapper ul li.smaller {
  font-size: 12px;
  line-height: 16px;
  }
  
  #foot li, #foot > li:first-child {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}

footer {
	font-size: 1em;
}

#foot ul li, footer ul li {
	float: none;
	width: 100%;
	margin: 0 15px 0 0;
	font-size: .75em;
	padding: 0;
	text-align: left;
}

footer ul li {
	text-align: center;
	margin: 5px 0 0 0;
}

#foot a, footer a {
	color: #b4d8ef;
	text-decoration: none;
}

#foot a:hover, footer a:hover {
	color: #fff;
	text-decoration: underline;
}

  a.button {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  text-shadow: 1px 1px #7b7b7b;
  cursor: pointer;
  }
  
span.hmc {
	/* display: none; */
	/* display: inline; */
}
  
}

.mpipe:before {
	content:'\A';
	white-space: pre;
}

.mob_show {
	display: block;
}

.mob_hide {
	display: none;
}

#flashcontent {
	margin: 0px;
	display: none;
	/* display: block; */
}

#nflashcontent, #compare_under {
	margin: 0px;
	display: block;
}

#compare_under {
	padding:0px;
}

#grid_inner {
	margin: 0px;
}

#us_chamber {
	width: 234px;
}

/* Social */
#sharer > div:hover {
  width: 3em;
}


@media screen and (min-width: 700px) {
  /*
  header {
    font-size: 1em;
  }
  */  
  
  #content {
    width: 100%;
    padding: 0px;
  }
  
  #content .wrapper {
  	  padding: 10px;
  }
  
  #compare_rates .wrapper {
  	  width: auto;
  }
  
  #manual {
    width: 700px;
  }
 
  
  footer ul {
    /* border-bottom: 1px dotted #404046; */
    border-right: none;
    float: none;
    margin-bottom: 13px;
    padding-bottom: 11.2px;
    width: 100%;
  }
  footer ul:last-child {
    border-bottom: none;
  }
  footer div.wrapper ul li.smaller {
  font-size: 14px;
  line-height: 18px;
  }
  
span.hmc {
	/* display: none; */
	/* display: inline; */
}
	
.mpipe:before {
content:'|';
}

.mob_show {
	display: none;
}

.mob_hide {
	display: block;
}

#flashcontent {
	width: 100%;
	/* display: block; */
	margin: 0px;
	display: none; 
}

#nflashcontent, #compare_under {
	margin: 0px;
	display: block;
}

#compare_under {
	padding: 0px;
}

#grid_inner {
	margin: 0px;
}

#us_chamber {
	width: 200px;
}
  
}

@media screen and (min-width: 700px) and (max-width: 1079px) {
  .wrapper, #banner .wrapper {
    width: auto;
  }
  
  .formbox h2 {
	font-size: 28px;
	line-height: 32px;
  }
  
}

@media screen and (min-width: 1080px) {
  header {
    font-size: 1.5em;
  }
  
  .wrapper{
    width: 1200px;
  }
  
  #banner .wrapper {
    width: auto;
  }
  
  #banner .wrapper {
    /*padding-left: 10px;*/
    padding-left: 0px;
  }
  
  #content {
    width: 1024px;
  } 
  
  #content .wrapper {
  	  padding: 0px;
  }
  
  span.hmc {
	display: inline;
  }
  
  #flashcontent {
  	margin: 25px 0;
	display: block;
  }
  
  #nflashcontent {
  	margin: 25px 0;
	display: none;
  }
  
  #compare_under {
  	display:none;
  }
  
  #grid_inner {
	margin: 25px 0;
  }
  
  #us_chamber {
	width: 234px;
}

}

@media screen and (max-width:1080px) {
	.mhid {
		display: none;
	}
}

