/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 1, 2015 */

@font-face {
    font-family: 'cartogothic_probook';
    src: url('fonts/CartoGothicPro-Book-webfont.eot');
    src: url('fonts/CartoGothicPro-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CartoGothicPro-Book-webfont.woff2') format('woff2'),
         url('fonts/CartoGothicPro-Book-webfont.woff') format('woff'),
         url('fonts/CartoGothicPro-Book-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicPro-Book-webfont.svg#cartogothic_probook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cartogothic_pro_bookitalic';
    src: url('fonts/CartoGothicPro-Italic-webfont.eot');
    src: url('fonts/CartoGothicPro-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CartoGothicPro-Italic-webfont.woff2') format('woff2'),
         url('fonts/CartoGothicPro-Italic-webfont.woff') format('woff'),
         url('fonts/CartoGothicPro-Italic-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicPro-Italic-webfont.svg#cartogothic_pro_bookitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cartogothic_prolight';
    src: url('fonts/CartoGothicPro-Light-webfont.eot');
    src: url('fonts/CartoGothicPro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CartoGothicPro-Light-webfont.woff2') format('woff2'),
         url('fonts/CartoGothicPro-Light-webfont.woff') format('woff'),
         url('fonts/CartoGothicPro-Light-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicPro-Light-webfont.svg#cartogothic_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cartogothic_prolight_italic';
    src: url('fonts/CartoGothicPro-LightItalic-webfont.eot');
    src: url('fonts/CartoGothicPro-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CartoGothicPro-LightItalic-webfont.woff2') format('woff2'),
         url('fonts/CartoGothicPro-LightItalic-webfont.woff') format('woff'),
         url('fonts/CartoGothicPro-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicPro-LightItalic-webfont.svg#cartogothic_prolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Yellowtail';
  font-style: normal;
  font-weight: 400;
   src: url('fonts/GcIHC9QEwVkrA19LJU1qlPk_vArhqVIZ0nv9q090hN8.eot');
    src: url('fonts/GcIHC9QEwVkrA19LJU1qlPk_vArhqVIZ0nv9q090hN8?#iefix') format('embedded-opentype'),
         url('fonts/GcIHC9QEwVkrA19LJU1qlPk_vArhqVIZ0nv9q090hN8.woff2') format('woff2'),
         url('fonts/GcIHC9QEwVkrA19LJU1qlPk_vArhqVIZ0nv9q090hN8.woff') format('woff'),
         url('fonts/GcIHC9QEwVkrA19LJU1qlPk_vArhqVIZ0nv9q090hN8.ttf') format('truetype');
  
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.clear {
	clear: both;
}

.search-result .search-info {
	display: none;
}

.search-results .title {
  color: #0e2530;
  font-size: 22px;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
}

.search-results .title a {
  color: #0e2530;
  font-weight: normal;
}

a, a:link, a:visited, a:hover {
	color: #3CB6Ce;
}
.btn_click_here {
	color:#ffffff !important;
	font-size:16px;
	text-decoration:none !important;
	background:#3CB6CE;
	display:block;
	width:100px;
	line-height:30px;
	text-align:center;
	margin:24px auto 0 auto

}


