/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.mc-modal-bg {
    
    opacity: 0.7 !important;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  background: url(../img/sandpaper.jpg);
  font-family: 'Raleway', sans-serif;
  font-weight:400;
  color:black
  font-size:13px;
  }

  h1, h2, h3, h4, h5, h6 {font-style: normal; font-weight: 700; color: #; margin:0; padding: 0;}

  p {font-style: normal; font-weight: 400; color: #; margin:0; padding: 0;}

  h2 {font-style: normal; font-size:13px; font-weight: 700; color: #ea6546; margin:0; padding-left:5px; line-height:12px; padding-top:5px; padding-bottom:5px;}
  h3 {font-style: normal; font-size:27px; font-weight: 400; margin:0; padding: 0; color: #ea6546;}

#wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
	min-height:800px;
	background-color:	#fbf9f9;
	padding-left:10px;
}

#main-header {
	position:absolute;
	top:5px;
	z-index:100;
	width:950px;
	height:148px;
}

#freedom-logo {
position:absolute;
top:1px;
left:10px;
}

#header-bar {
	position:relative;
	top:46px;
	height:71px;
	background-color:rgba(46,60,80,0.75);
}

#nav-bar {
	position:relative;
	top:45px;
	height:35px;
	background-color:#ea6546;
}

#header-menu {
	float:right;
	z-index: 22;
	font-size: 14px;
	font-weight:400;
	padding-right:5px;
	padding-top:4px;
}

#header-menu ul {
	list-style-type: none;
	margin:0;
	padding:0;
	float:right;
	padding:4px 15px 0 0;
	color:#d72813;
}

#header-menu li {
	margin:0;
	padding:0;
	float:left;
	text-align:center;
}

#header-menu a {
	text-decoration:none;
	outline:none;
	color:#2e3c50;
}


#header-menu a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

#header-menu li.active a {
	text-decoration: underline;
	color:#FFFFFF;

}


#header-subheading {
	position:absolute;
	top:85px;
	left:338px;
	width:300px;
	height:20px;
	color: white;
}

#contact-numbers {
	position:absolute;
	top:65px;
	right:0px;
	width:200px;
	height:20px;
	color: white;
	font-size:12px;
}

#slider-wrapper {
	position:relative;
	height:530px;
	width:950px;
	background-color:rgba(102,102,102,1.00)
}

#destinations-wrapper {
	position:relative;
	float:left;
	margin:0 auto;
	width:950px;
	margin-top:20px;
	margin-bottom:20px;
}

#more-destinations-wrapper {
	float:left;
	height:47px;
	width:950px;
	margin-bottom:20px;
	background-color: #2e3c50;
}

/* ==========================================================================
   New featured Clinics CSS
   ========================================================================== */


#featured-clinic-wrapper {
	float:left;
	height:auto;
	width:950px;
	margin-bottom:20px;
	background-color: #E2E0DF;
}

#featured-clinic-header {
	float:left;
	width:950px;
	height:37px;
	background-color: #e2e0df;
}

#featured-clinic-header a{
	text-decoration:none;
}

#featured-clinic-header h3 {
    color: black;
    padding-left: 5px;
}

#featured-clinic-wrapper p {
    color: #000000;
    font-size: 10.5px;
    line-height: 14px;
    padding-left: 5px;
    padding-top: 5px;
}






#group-travel-wrapper {
	float:left;
	height:105px;
	width:460px;
	margin-bottom:20px;
	margin-right:10px;
	background-color:#42b5a3;
}

#dialysis-wrapper {
	float:right;
	height:105px;
	width:460px;
	margin-bottom:20px;
	margin-right:10px;
	background-color:#ea6546;
}

#footer-wrapper {
	position:relative;
	left:-10px;
	float:left;
	height:auto;
	width:970px;
	background-color: #e2e0df;
}

#footer-facebook {
	float: left;
	margin: 5px 10px;
	padding-bottom: 10px;
}

.shadow {
  -webkit-box-shadow: 0px 0px 10px 6px rgba(53, 93, 71, 0.7);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0px 0px 10px 6px rgba(53, 93, 71, 0.7);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0px 0px 10px 6px rgba(53, 93, 71, 0.7);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.orange {
	color:#ea6546;
}

.phonenumber {
	color: #ea6546;
	font-weight: 600;
	font-size: 28px;
	line-height: 19px;
}

.destination {
	position:relative;
	float:left;
	width:202px;
	margin-left:10px;
	margin-right:10px;
	background-color: white;
	min-height:230px;
}
.destination a {
	text-decoration:none;
	outline:none;
	color:#EA6546;
}

.destination a:hover {
	color:#d72813;
}

.destination-arrow {
	position:relative;
	float:left;
	height:210px;
	width:30px;
}

.destination-text {
	font-size: 10.5px;
	line-height: 12px;
	padding-left: 5px;
}

#more-destinations-content {
	width:550px;
	height:inherit;
	margin:0 auto;
}

#more-destinations-floatleft {
	float:left;
	width:320px;
	height:inherit;
	padding-top:5px;
}

#more-destinations-floatright {
	float:right;
	width:180px;
	height:inherit;

}

#more-destinations-floatright p a{
	font-weight:600;
	color: #FFFFFF;
	font-size:14px;
	padding-top:7px;
	text-decoration:none;
}

#more-destinations-arrow {
	float:right;
	width:30px;
}

#group-travel-header {
	float:left;
	width:253px;
	height:37px;
	background-color: #118068
}

#group-travel-header a{
	text-decoration:none;
}


#group-travel-picture {
	float:right;
	width:207px;
	height:105px;
}

#group-travel-header h3{
	color:#FFFFFF;
	padding-left:5px;
}

#group-travel-content{
	float:left;
	width:253px;
	height:68;
}

#group-travel-content p{
	font-size: 10.5px;
	line-height: 14px;
	padding-left: 5px;
	padding-top:5px;
	color:#FCFCFC;
}

#dialysis-header {
	float:left;
	width:286px;
	height:37px;
	background-color: #d72813;
}

#dialysis-header a{
	text-decoration:none;
}

#dialysis-picture {
	float:right;
	width:174px;
	height:105px;
}

#dialysis-header h3{
	color:#FFFFFF;
	padding-left:5px;
}

#dialysis-content{
	float:left;
	width:286px;
	height:68;
}

#dialysis-content p{
	font-size: 10.5px;
	line-height: 14px;
	padding-left: 5px;
	padding-top:5px;
	color:#FCFCFC
}

#footer-textleft {
	float:left;
	padding:10px;
}

#footer-textleft a{
	color:#2e3c50;
	text-decoration:none;
}

#footer-textleft a:hover{
	color:#ea6546;
}

#footer-textright {
	float:right;
	padding:10px;
}

#footer-textright a{
	color:#2e3c50;
	text-decoration:none;
}

#footer-textright a:hover{
	color:#ea6546;
}


#footer-wrapper p{
	font-size: 11px;
	line-height: 14px;
}

.scroller-header {
	font-weight: 800;
	color: #FFFFFF;
	font-size:117px;
	text-shadow: 8px 8px 5px #2e3c50;
}

.scroller-body {
	font-weight:500;
	color:#2e3c50;
	font-size:14px;
	line-height: 20px;
}

.scroller-body-bold {
	font-weight:700;
	color:#2e3c50;
	font-size:14px;
}

.scroller-body-white {
	font-weight:500;
	color:#ffffff;
	font-size:14px;
	line-height: 20px;
}

.scroller-body-white-bold {
	font-weight:700;
	color:#ffffff;
	font-size:14px;
}

#content-wrapper {
	width:950px;
	margin-bottom:20px;
	background-color:#e2e0df;
}

#destinations-menu {
	float:left;
	width:170px;
	padding:10px;
	background-color:#EA6546;
}

#destinations-menu ul{
	font-size:13px;
	list-style-type:none;
	color:#d72813;
	text-decoration:none;
	margin-left:-20px;

}

#destinations-menu a {
	text-decoration:none;
	outline:none;
	color:#2e3c50;
}


#destinations-menu a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

#destinations-menu li.active a {
	text-decoration: underline;
	color:#FFFFFF;

}


#destinations-menu h2{
	font-size:18px;
	color:#FFFFFF;
	font-weight:400;

}

#destinations-menu h3{
	font-size:14px;
	color:#FFFFFF;
	font-weight:400;

}

#content-left {
	float:left;
	width:360px;
	padding:10px;
	background-color:#e2e0df
}

#content-right {
	float:right;
	width:360px;
	padding:10px;
	background-color:#e2e0df
}

#content-left p{
	margin:8px 0;
	font-size:13px;
	line-height:18px;
}

#content-left h2{
	font-size:26px;
	color:#2e3c50;
	padding-left:0px;
	margin-top:15px;
}

#content-left h1{
	color:#2e3c50;
}

#content-left a {
	text-decoration:none;
	outline:none;
	color:#EA6546;
}

#content-left a:hover {
	color:#d72813;
}

#content-right p{
	margin:8px 0;
	font-size:13px;
	line-height:18px;
}

#content-right h1{
	color:#2e3c50;
}

#content-right h2{
	font-size:26px;
	color:#2e3c50;
	padding-left:0px;
	margin-top:15px;
}

#content-right a {
	text-decoration:none;
	outline:none;
	color:#EA6546;
}

#content-right a:hover {
	color:#d72813;
}

#content-right li {
	font-size:13px;
	}

#top-heading{
	top:450px;
	z-index:200;
	position:absolute;
	left:10px;
}
.destination-header{
	font-weight: 800;
	color: #FFFFFF;
	font-size:60px;
	text-shadow: 3px 3px 2px #2e3c50;
}

#text-left {
	float:left;
	width:450px;
	padding:10px;
	background-color:#e2e0df
}

#text-right {
	float:right;
	width:450px;
	padding:10px;
/*	background-color:#e2e0df */
}

#text-left p{
	margin:8px 0;
	font-size:13px;
	line-height:18px;
}

#text-left h2{
	font-size:26px;
	color:#2d3b4f;
	padding-left:0px;
	margin-top:15px;
}

#text-left h1{
	color:#2e3c50;
}

#text-left a {
	text-decoration:none;
	outline:none;
	color:#eb6446;
}

#text-left a:hover {
	color:#d72813;
}

#text-right p{
	margin:8px 0;
	font-size:13px;
	line-height:18px;
}

#text-right h1{
	color:#2e3c50;
}

#text-right h2{
	font-size:26px;
	color:#2e3c50;
	padding-left:0px;
	margin-top:15px;
}

#text-right a {
	text-decoration:none;
	outline:none;
	color:#EA6546;
}

#text-right a:hover {
	color:#d72713;
}

.space {
	margin-top: 45px;
}



#news-wrapper {
	float:left;
	width:735px;
	padding:10px;
	background-color:#e3e1e0;
}



#news-wrapper p{
	margin:8px 0;
	font-size:13px;
	line-height:18px;
}

#news-wrapper h2{
	font-size:26px;
	color:#2e3c50;
	padding-left:0px;
	margin-top:15px;
}

#news-wrapper h1{
	color:#2e3c50;
}

#news-wrapper a {
	text-decoration:none;
	outline:none;
	color:#EA6546;
}

#news-wrapper a:hover {
	color:#d72813;
}



.line-divider {
	width:100%;
	height: 2px;
	float: left;
	margin: 20px 0;
	background-color: #d72813;
}



.blog-image {
	width:360px;
	float: right;
	padding: 0 0 20px 20px;
}


.hfeed {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.hentry li {
	list-style-image: none;
}



.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

#mc_embed_signup label {
	text-transform: uppercase;
	color:#2d3b4f;
	font-weight: 600;
	font-size: 13px;
}

#mc_embed_signup h2 {
	text-transform: uppercase;
	font-weight: 600;
}

#mc_embed_signup {
	clear:left;
	width:940px;
}


#mc_embed_signup {
	clear:left;
	width:940px;
}

#mc_embed_signup form {
	padding: 10px 0 30px 0;
}

#mc_embed_signup input.email  {
	float: left;
}

#mc_embed_signup .button {
	clear: none;
	float: left;
	background-color: #ea6546;
	text-transform: uppercase;
	font-weight: 400;
	margin: 20px 0 0 0;
}

#mc_embed_signup .button:hover {
	background-color: #d72813;
}

.mc-field-group {
	width:340px !important;
	float: left !important;
	clear: none !important;
	margin: 0 20px 0 0;
}

.short {
	width: 200px !important;
}

.indicates-required {
	float: left;
	text-align: left;
}

.clear {
	clear: left;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
