/*
 * Plugin: OHFT Shortcodes
 * Author: T J Bowes
 * License: GNU General Public License version 2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Global Styles
================================================== */
.ohft-clear-floats { clear: both }
.ohft-clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.ohft-fadein { opacity: 0; }

/* Spacing
================================================== */
.ohft-spacing { display: block; height: auto; margin: 0 !important; padding: 0 !important; background: none !important; border: none !important; outline: none !important; clear: both; }

/* Divider
================================================== */
.ohft-divider { display: block; width: 100%; height: 0; margin: 0; background: none !important; }
.ohft-divider.solid { border-top: 1px solid #eee }
.ohft-divider.dashed { border-top: 2px dashed #eee }
.ohft-divider.dotted { border-top: 3px dotted #eee }
.ohft-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.ohft-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important; background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; }
.ohft-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#dddddd), to(#f9f9f9)) !important; background-image: -webkit-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -moz-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -o-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: -ms-radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; background-image: radial-gradient(50% 50%, #dddddd, #f9f9f9) !important; }

/* Social
================================================== */
.ohft-social-icon { display: inline-block; margin-right: 5px; }
.ohft-social-icon img { display: inline; border: none; outline: none; padding: 0; margin: 0; box-shadow: none !important; }
.ohft-social-icon img:hover { opacity: 0.8 }

/* Columns
================================================== */
.ohft-one-half { width: 48% }
.ohft-one-third { width: 30.66% }
.ohft-two-third { width: 65.33% }
.ohft-one-fourth { width: 22% }
.ohft-three-fourth { width: 74% }
.ohft-one-fifth { width: 16.8% }
.ohft-two-fifth { width: 37.6% }
.ohft-three-fifth { width: 58.4% }
.ohft-four-fifth { width: 67.2% }
.ohft-one-sixth { width: 13.33% }
.ohft-five-sixth { width: 82.67% }
.ohft-one-half, .ohft-one-third, .ohft-two-third, .ohft-three-fourth, .ohft-one-fourth, .ohft-one-fifth, .ohft-two-fifth, .ohft-three-fifth, .ohft-four-fifth, .ohft-one-sixth, .ohft-five-sixth { position: relative; margin-right: 4%; margin-bottom: 2em; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ohft-column-last { margin-right: 0!important; clear: right; }
.ohft-column-last:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.ohft-one-half, .ohft-one-third, .ohft-two-third, .ohft-three-fourth, .ohft-one-fourth, .ohft-one-fifth, .ohft-two-fifth, .ohft-three-fifth, .ohft-four-fifth, .ohft-one-sixth, .ohft-five-sixth { }

/* Buttons
================================================== */
.ohft-button { font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 28px;
	-webkit-appearance: none;
	background-color: #007f3b;
	border: 2px solid transparent;
	border-radius: 4px;
	box-shadow: 0 4px 0 #00401e;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	margin-top: 0;
	padding: 12px 16px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: auto
}
@media (min-width: 40.0625em) {.ohft-button  {	font-size: 19px;font-size: 1.1875rem;line-height: 1.47368}}
@media print {.ohft-button  {font-size: 14pt;line-height: 1.15}}
@media (min-width: 40.0625em) {.ohft-button  {margin-bottom: 36px}}
@media (max-width: 40.0525em) {.ohft-button {padding: 8px 16px}}
.ohft-button span.ohft-button-inner { display: block; text-decoration: none; text-align: center; white-space: nowrap;  }
.ohft-button:hover {background-color: #00662f}
.ohft-button:active { 	background: #00401e;box-shadow: none;color: #fff;top: 4px }
.ohft-button:focus {background: #ffeb3b;box-shadow: 0 4px 0 #212b32;color: #212b32;outline: 4px solid transparent}
.ohft-button:hover { text-decoration: none; background-color: #00662f; color: #fff; }
.ohft-button.secondary { background-color: #4c6272; box-shadow: 0 4px 0 #263139}
.ohft-button.secondary:hover {background-color: #384853}
.ohft-button.secondary:focus {background: #ffeb3b;box-shadow: 0 4px 0 #212b32;color: #212b32;outline: 4px solid transparent}
.ohft-button.secondary:active {background: #263139;box-shadow: none;color: #fff;top: 4px}
.ohft-button.reverse {background-color: #fff;box-shadow: 0 4px 0 #212b32;color: #212b32}
.ohft-button.reverse:hover {background-color: #f2f2f2;color: #212b32}
.ohft-button.reverse:focus {background: #ffeb3b;box-shadow: 0 4px 0 #212b32;color: #212b32;outline: 4px solid transparent}
.ohft-button.reverse:active {background: #212b32;box-shadow: none;color: #fff;top: 4px}
.ohft-button.reverse:link {color: #212b32}
.ohft-button.reverse:link:active {color: #fff}
.ohft-button.left { float: left }
.ohft-button.right { float: right; margin-right: 0; margin-left: 5px; }
.ohft-button.aligncenter { display: block; margin: 0 auto; }
.ohft-button-icon-left { margin-right: 7px; }
.ohft-button-icon-right { margin-left: 7px; }


/* Testimonial
================================================== */
.ohft-testimonial-content { position: relative; background:#E8EDEE; -webkit-border-radius:10px;-moz-border-radius: 10px;border-radius: 10px;
padding: 15px; color: #000; font-size: 1em; width: 90%; margin: 0 auto; }
.ohft-testimonial-content:after { content: ""; position: absolute; left: 12px; bottom: -15px; width: 0px; height: 0px; border-bottom: 15px solid rgba(255,255,255,0); border-top: 15px solid rgba(255,255,255,0); border-right: 15px solid #E8EDEE; font-size: 0px; line-height: 0px; }
.ohft-testimonial-content p:last-child { margin: 0 }
.ohft-testimonial-author { font-size: 1.2em; margin-top: 20px; margin-left: 15px; margin-bottom: 30px; color: #000; }

/* Highlights
================================================== */
.ohft-highlight-yellow, .ohft-highlight-yellow a { border-bottom: 4px solid #212b32; background:#ffeb3b; color: #000; font-weight: bold; padding: 5px;}
.ohft-highlight-blue, .ohft-highlight-blue a { border-bottom: 4px solid #212b32; background: #005eb8; color: #fff; font-weight: bold; padding: 5px;}
.ohft-highlight-green, .ohft-highlight-green a { border-bottom: 4px solid #212b32; background: #009639;color: #fff; font-weight: bold; padding: 5px; }
.ohft-highlight-red, .ohft-highlight-red a {border-bottom: 4px solid #212b32; background: #DA291C;color: #fff; font-weight: bold; padding: 5px; }
.ohft-highlight-gray, .ohft-highlight-gray a { border-bottom: 4px solid #212b32; background: 768692; color: #fff; font-weight: bold; padding: 5px;}

/* NHS care cards
================================================== */
.ohft-box {display: block; margin-bottom: 40px;border: 1px solid #d8dde0;position: relative;}
.ohft-box-head {width: 94%; padding: 20px 3%; display: block;z-index: 10;position: relative; color: #fff; }
.ohft-box-head h3  {padding: 0; margin: 0; line-height: 100%; color: #fff;}
.ohft-box-arrow {top: 60px;	display: block;	height: 0px;left: 30px;overflow: hidden;position: absolute;width: 0px;border-left: solid 20px #fff;border-right: solid 20px #fff;}
.ohft-box-content {background: #fff;padding: 24px;}
.ohft-box:hover {border-color: #aeb7bd; }	
.ohft-box-content a {font-weight: bold;} 
.ohft-box-content h2 {margin: 0 0 20px; color: #000; }
.ohft-box-content h3 {margin: 10px 0 20px; color: #000; }
.ohft-box-content h4 {margin: 10px 0 20px; color: #000; padding: 0;}
.ohft-box-content.gray { background-color: #fff; }
.ohft-box-content.red { background-color: #fff;  }
.ohft-box-content.green { background-color: #fff; }
.ohft-box-content.blue { background-color: #fff;  }
.ohft-box-content.yellow { background: #FAE100;  }
.ohft-box-content.black { color: #fff; background: #231f20; }
.ohft-box-content.black a { color: #fff; text-decoration: underline; }
.ohft-box-head.gray { background: #768692; }
.ohft-box-head.red { background: #DA291C; }
.ohft-box-head.green { background: #009639; }
.ohft-box-head.blue { background: #005EB8; }
.ohft-box-head.yellow { background: #FFB81C; }
.ohft-box-head.black { background: #DA291C;}
.ohft-box-arrow.gray {border-top: solid 20px #768692;}
.ohft-box-arrow.blue {border-top: solid 20px #005eb8;}
.ohft-box-arrow.red {border-top: solid 20px #DA291C;}
.ohft-box-arrow.green {border-top: solid 20px #009639;}
.ohft-box-arrow.yellow {border-top: solid 20px #FFB81C;border-left: solid 20px #FAE100;border-right: solid 20px #FAE100;}
.ohft-box-arrow.black {border-top: solid 20px #DA291C;border-left: solid 20px #231f20;border-right: solid 20px #231f20;}

/* Toggle
================================================== */
.ohft-toggle h3 {/*min-height: 20px;*/ color: #fff; font-size: 20px; font-weight: normal; } 
.ohft-toggle h2 {font-size: 1.5em; margin: 30px 0 20px; } 
.ohft-toggle h4 {color: #000; margin: 0 0 5px;font-size: 1.2em;} 
.ohft-toggle .ohft-toggle-trigger:after {padding: 15px 15px 15px 37px;  margin: 0 15px 0 0px; color: #005EB8; display: inline; float: left; font-size: 1.5em; }
.ohft-toggle .ohft-toggle-trigger {margin: 0 0 15px; border-top: 4px solid transparent; display: block; padding: 20px 24px 24px 50px; color: #005EB8;  background: #fff url("images/plus.png") no-repeat 15px center;border: 1px solid #d8dde0; border-bottom-width: 4px}
.ohft-toggle .ohft-toggle-trigger:hover {text-decoration: underline; border-color: #aeb7bd; }
.ohft-toggle .ohft-toggle-trigger.active, .ohft-toggle .ohft-toggle-trigger.active:hover { color: #005EB8;  text-decoration: none; background: #fff url("images/minus.png") no-repeat 15px center; }
.ohft-toggle .ohft-toggle-container { display: none; overflow: hidden; padding: 15px 20px 15px; border: 1px solid #d8dde0; background: #fff; margin: -20px 0 30px; color: #000;border-top: none;}
.ohft-toggle .ohft-toggle-container h2 {margin: 10px 0 20px;}
.ohft-toggle .ohft-toggle-container li {text-indent: 0;}
.ohft-toggle-trigger.green {background:#009639; border:#009639;}
.ohft-toggle-trigger.purple {background:#6E00DD; border:#6E00DD;}
.ohft-toggle-trigger.blue {background:#0072CE; border:#0072CE;}
.ohft-toggle-trigger.orange {background:#ED8B00; border:#ED8B00;}
.ohft-toggle-trigger.yellow {background:#FFB81C; border:#FFB81C;}
.ohft-toggle-trigger.red {background: #DA291C; border:#DA291C; }
.ohft-toggle-container.green {border-color:#009639;}
.ohft-toggle-container.purple {border-color:#6E00DD;}
.ohft-toggle-container.blue {border-color:#0072CE;}
.ohft-toggle-container.orange {border-color:#ED8B00;}
.ohft-toggle-container.yellow {border-color:#FFB81C; }
.ohft-toggle-container.red {border-color:#DA291C; }

/* Accordion
================================================== */
.ohft-accordion h3.ohft-accordion-trigger { display: block; color: #555; display: block; padding: 15px 15px 15px 40px; border: 1px solid #ddd; background: #fff url("images/plus.png") no-repeat 15px center; outline: 0; text-transform: none; letter-spacing: normal; font-weight: normal; font-size: 1em; line-height: 1.5em; margin: 10px 0 0 !important; cursor: pointer; }
.ohft-accordion h3.ohft-accordion-trigger a { color: #555; text-decoration: none !important; }
.ohft-accordion .ui-state-focus { outline: none }
.ohft-accordion .ohft-accordion-trigger:hover { background-color: #eee; text-decoration: none; }
.ohft-accordion .ohft-accordion-trigger.ui-state-active { background-color: #ffffff; text-decoration: none; }
.ohft-accordion .ohft-accordion-trigger.ui-state-active a { color: #000 }
.ohft-accordion .ui-accordion-content { background-color: #fff; padding: 15px; border: 1px solid #ddd; border-top: 0px; }
.ohft-accordion .ui-accordion-content p:last-child { margin: 0px }
.ohft-accordion .ui-icon { margin-right: 7px }

/* Tabs
================================================== */
.ohft-tabs ul.ui-tabs-nav { display: block; margin: 0; padding: 0; margin-left: 1px; }
.ohft-tabs ul.ui-tabs-nav li { display: block; width: auto; height: 40px; padding: 0 !important; float: left !important; margin: 0 !important; outline: none; }
.ohft-tabs ul.ui-tabs-nav li a { display: block; text-decoration: none; width: auto; height: 40px; padding: 0px 20px; line-height: 40px; border: none; margin: 0 10px 0 0; background-color: #E8EDEE; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; font-size: 1em; color: #444; outline: none; }
.ohft-tabs ul.ui-tabs-nav li a:hover { color: #fff; background: #2DB200; }
.ohft-tabs ul.ui-tabs-nav .ui-state-active a { background: #005EB8;
background: rgb(0,114,206); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,114,206,1) 0%, rgba(0,94,184,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,114,206,1) 0%,rgba(0,94,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,114,206,1) 0%,rgba(0,94,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ce', endColorstr='#005eb8',GradientType=0 ); /* IE6-9 */height: 40px; position: relative; top: -4px; padding-top: 4px; border-left-width: 0; margin: 0 10px 0 -1px; color: #fff !important;
 -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; border-top-left-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; border-top-right-radius: 10px; }
.ohft-tabs ul.ui-tabs-nav .ui-state-active a:hover { background: #005EB8; }
.ohft-tabs ul.ui-tabs-nav li:first-child .ui-state-active a { margin-left: 0 }
.ohft-tabs ul.ui-tabs-nav li:first-child a { border-width: 1px 1px 0 1px }
.ohft-tabs .tab-content {  border: 15px solid #005EB8; background: #fff; 
-webkit-border-bottom-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;-webkit-border-top-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-topright: 10px;
border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top-right-radius: 10px;
background: none; padding: 20px 20px 0;}
.ohft-tabs ul.tabs:before, ul.tabs:after { display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.ohft-tabs ul.tabs:after { clear: both }
.ohft-tabs ul.tabs { zoom: 1 }
.ohft-tabs .ui-tabs-hide { display: none }
.ohft-tabs:before, ul.ohft-tabs:after {  display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.ohft-tabs:after { clear: both }
.ohft-tabs { zoom: 1 }
.ohft-tabs .ui-tabs-hide { display: none }
.ohft-tabs img {z-index: 100;}
.ohft-tabs .tab-content h3 {margin-top: 20px;}
.ohft-tabs li {text-indent:0;}
.ohft-tabs li:before {display:none;}
.ohft-tabs .tab-content-corp {border: 15px solid #2E76B7;}
.ohft-tabs .tab-content-op {border: 15px solid #050078;}
.ohft-tabs .tab-content-cyp {border: 15px solid #007448;}
.ohft-tabs .tab-content-adult {border: 15px solid #9C002A;}


/* Styled List
================================================== */
.ohft-icon-list {}
.ohft-icon-list ul {list-style-type:none; margin: 0 0 20px 30px;}
.ohft-icon-list li {text-indent: 0; list-style-type:none;}
.ohft-icon-list li:before {display:none;}
.ohft-icon-green {color:#2DB200;}
.ohft-icon-purple {color:#6E00DD;}
.ohft-icon-blue {color:#00A2DB;}
.ohft-icon-orange {color:#FF8000;}
.ohft-icon-yellow {color:#FFBF00; }
.ohft-icon-black {color:#000; }


/* Navigation List
================================================== */
.ohft-navlist ul {border-top: 1px solid #ccc; list-style-type:none; margin: 0 0 40px; }
.ohft-navlist ul li {border-bottom: 1px solid #ccc; margin: 0; text-indent: 0;}
.ohft-navlist ul li a { padding: 8px 8px 8px; display: block; color: #2E76B7;  font-size: 1em; font-weight: normal;}
.ohft-navlist ul li a:hover {color: #fff; background: #2E76B7; text-decoration:none; }
.ohft-navlist ul li:after {margin:-35px 5px 0 0; color: #2E76B7; display: inline; float: right; font-size: 2em;}
.ohft-navlist ul li:hover:after {color: #fff;}
.ohft-navlist li:before {display:none;}


/* Navigation Tile
================================================== */
.ohft-navtile { margin: 0 10px 10px 0; background: #f5f5f5; position: relative; width: 165px; height: 165px; float: left; }
.ohft-navtile:hover {background: #ccc;}
.ohft-navtile h4 {font-size: 1.2em;color: #fff; position: absolute; bottom: 0; z-index: 10; margin: 0; display: block; width: 145px; padding: 5px 10px; min-height: 55px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9;  opacity: 0.9; }
.ohft-navtile h4 a {color: #fff;}
.ohft-navtile-img img {width: 165px; height: 165px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; z-index: 1; }
.ohft-navtile-link { margin: 0 auto ; font-size: 1.2em;}
.ohft-navtile-link a { color: #000; }
.ohft-navtile h4 .green {background:#2DB200;}
.ohft-navtile h4 .purple {background:#6E00DD;}
.ohft-navtile h4 .blue {background:#00A2DB;}
.ohft-navtile h4 .orange {background:#FF8000;}
.ohft-navtile h4 .yellow {background:#FFBF00; }


/* Navigation Button
================================================== */
.ohft-navbutton {position: relative;width: 280px;height: 140px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;float: left;margin: 15px;-moz-box-shadow: 0 2px 5px #888;-webkit-box-shadow: 0 2px 5px #888;box-shadow: 0 2px 5px #888;}
.green {background:#2DB200;}
.purple {background:#6E00DD;}
.blue {background:#00A2DB;}
.orange {background:#FF8000;}
.yellow {background:#FFBF00; }
.ohft-navbutton img {height: 100px;width: 100px;border: none;float: right;margin: 20px 20px 0 0;background: none;}
.ohft-navbutton h2 {font-size: 24px;color: #fff;position: relative;top: 0;left: 0;margin: 0;padding: 10px 10px 120px 10px;text-align: left;height: 10px;width: 130px;display: block;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
background: -moz-linear-gradient(left,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */	
}
.ohft-navbutton a:hover {text-decoration:none;}
.ohft-navbutton h2:hover {background: none; text-decoration: none; border: none;}
.ohft-navbutton h2 a {color: #fff;}
.ohft-navbutton h2 a:hover {color: #fff; text-decoration: none; border: none; }


/* Team Details
================================================== */
.ohft-team {display: block; width: 100%; height: 187px; margin: 0 0 20px; }
.ohft-team img {width: 125px; height: 187px; margin-right: 20px; background: #ccc; float: left; display: block;}
.ohft-team h3 {margin: 0 0 20px;}


/* Heading
================================================== */
.ohft-heading { padding-bottom: 20px; border-bottom: 1px solid #ddd; font-size: 16px; }
.ohft-heading span { background: #fff; }
.ohft-heading-dotted-line { background: url("images/dotted.png") center center repeat-x; height: 40px !important; line-height: 40px !important; padding: 0 !important; border-bottom: none; }
.ohft-heading-dashed-line { background: url("images/dashed.png") center center repeat-x; height: 40px !important; line-height: 40px !important; padding: 0 !important; border-bottom: none; }
.ohft-heading-double-line { background: url("images/double-line.png") center center repeat-x; height: 40px !important; line-height: 40px !important; padding: 0 !important; border-bottom: none; }
.ohft-heading.text-align-center { text-align: center }
.ohft-heading.text-align-center span { padding-right: 15px; padding-left: 15px; }
.ohft-heading.text-align-left { text-align: left }
.ohft-heading.text-align-left span { padding-right: 15px; }
.ohft-heading.text-align-right { text-align: right }
.ohft-heading.text-align-right span { padding-left: 15px; }
.ohft-heading-icon-left { margin-right: 10px; }
.ohft-heading-icon-right { margin-left: 10px; }


/* Divider - v1.1
================================================== */
.ohft-divider { display: block; width: 100%; height: 0; margin: 0; background: none; }
.ohft-divider.solid { border-top: 1px solid #eee }
.ohft-divider.dashed { border-top: 2px dashed #eee }
.ohft-divider.dotted { border-top: 3px dotted #eee }
.ohft-divider.double { height: 5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.ohft-divider.fadeout { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#eeeeee), to(#ffffff)); background-image: -webkit-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -moz-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -o-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: -ms-radial-gradient(50% 50%, #eeeeee, #ffffff); background-image: radial-gradient(50% 50%, #eeeeee, #ffffff); }
.ohft-divider.fadein { width: 100%; height: 1px; border: none; margin-bottom: 42px; margin-top: 12px; margin-left: auto; margin-right: auto; background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(#ffffff), to(#eeeeee)); background-image: -webkit-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -moz-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -o-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: -ms-radial-gradient(50% 50%, #ffffff, #eeeeee); background-image: radial-gradient(50% 50%, #ffffff, #eeeeee); }

/* Provide some responsive support
================================================== */
@media only screen and (max-width: 520px) { 
	.ohft-one-half, .ohft-one-third, .ohft-two-third, .ohft-three-fourth, .ohft-one-fourth, .ohft-one-fifth, .ohft-two-fifth, .ohft-three-fifth, .ohft-four-fifth, .ohft-one-sixth, .ohft-five-sixth { width: 100%; float: none; margin-right: 0; margin-bottom: 20px; }
	.ohft-pricing-table > div { margin-bottom: 25px }
	.ohft-box, .ohft-box.left, .ohft-box.right { float: none; width: 100% !important; }
	.ohft-tabs ul.ui-tabs-nav { margin-left: 0 }
	.ohft-tabs ul.ui-tabs-nav li { width: 100% }
	.ohft-tabs ul.ui-tabs-nav li a { border-left-width: 1px }
	.ohft-tabs ul.ui-tabs-nav .ui-state-active a, .ohft-tabs ul.ui-tabs-nav .ui-state-active a:hover { height: 39px; padding-top: 0; margin-left: 0; top: auto; background-color: #eee; color: #000; font-weight: bold; }
	.ohft-callout-caption { text-align: center }
	.ohft-callout-button { float: none; margin-bottom: 20px; display: block; text-align: center; }
	.ohft-callout-button .ohft-button { display: inline-block; }
}


/*Visibility
================================================== */
.ohft-hidden-desktop,
.ohft-visible-phone,
.ohft-visible-tablet { display: none }
@media only screen and (max-width: 959px) {
	.ohft-hidden-desktop { display: block }
	.ohft-visible-desktop { display: none }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.ohft-hidden-desktop { display: block }
	.ohft-visible-desktop { display: none }
	.ohft-hidden-tablet { display: none }
}
@media only screen and (max-width: 767px) {
	.ohft-hidden-desktop { display: block }
	.ohft-visible-desktop { display: none }
	.ohft-hidden-phone { display: none }
}