/*
 * 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:visited {color: #fff; }
.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:#ffffff; -webkit-border-radius:10px;-moz-border-radius: 10px;border-radius: 10px;
padding: 20px; color: #212b32; font-size: 1em;  margin: 0 auto; border: 1px solid #d8dde0;}
.ohft-testimonial-content:after { content: ""; position: absolute; left: 20px; bottom: -21px; width: 43px; height: 21px; background: url("../images/testimonial.png") center center no-repeat;  }
.ohft-testimonial-content p:last-child { margin: 0 }
.ohft-testimonial-author { font-size: 22px; font-weight: bold; margin-top: 20px; margin-left: 20px; margin-bottom: 20px; color: #212b32; }

/* 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;}

/* OHFT Boxes
================================================== */
.ohft-box {display: block; margin-bottom: 40px;position: relative; background: #fff;padding: 20px 25px 10px;}
.ohft-box:hover {border-color: #aeb7bd; }	
.ohft-box a {font-weight: bold;} 
.ohft-box h2 {margin: 0 0 20px; color: #000; }
.ohft-box h3 {margin: 10px 0 20px; color: #000; }
.ohft-box h4 {margin: 10px 0 20px; color: #000; padding: 0;}
.ohft-box.gray { background-color: #fff;  border: 1px solid #d8dde0; border-bottom: 3px solid #d8dde0;}
.ohft-box.red { background-color: #fff;  border: 3px solid #DA291C;}
.ohft-box.green { background-color: #f8fffb; border: 3px solid #009639;}
.ohft-box.blue { background-color: #f3f9ff;  border: 3px solid #005EB8;}
.ohft-box.yellow { background: 	#ffeb3b;  border: none; }
.ohft-box.yellow p {margin: 0 0 10px;}
.ohft-box.black { color: #fff; background: #231f20; }
.ohft-box.black h2, .ohft-box.black h3 { color: #fff;}
.ohft-box.black a { color: #fff; text-decoration: underline; }


/* 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: 10px 5px; margin-left: 1px; background: #005EB8; }
.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 15px; line-height: 40px; border: none; margin: 0 5px; background-color: #005EB8; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; font-size: 1em; color: #ffffff; outline: none; border: 1px solid transparent;   }
.ohft-tabs ul.ui-tabs-nav li a:hover { background-color: #ffeb3b; color: #212b32; border: 1px solid #212b32; }
.ohft-tabs ul.ui-tabs-nav li a:focus{box-shadow: none !important;outline: none !important;text-decoration:none}
.ohft-tabs ul.ui-tabs-nav .ui-state-active a { background: #ffffff;color: #212b32; border: 1px solid #212b32;  }
.ohft-tabs ul.ui-tabs-nav .ui-state-active a:hover {color: #212b32; }
.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: 1px solid #d8dde0;  border-bottom: 5px solid #d8dde0; background: #ffffff;  padding: 20px 30px 0; margin: 0 0 50px;}
.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: 10px; padding:0;}
.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 {list-style-type:none; margin: 0 0 40px; border-bottom: 1px solid #d8dde0; }
.ohft-navlist ul li {border-top: 1px solid #d8dde0; margin: 0 0 0 -20px !important; text-indent: 0; } 
.ohft-navlist ul li a { padding: 15px 15px 12px; display: block; color: #005eb8; border-bottom: 3px solid transparent;}
.ohft-navlist ul li a:hover {color: #000; background: #ffeb3b; border-bottom: 3px solid #212b32; text-decoration:none; }
.ohft-navlist ul li a:active, .ohft-navlist ul li a:focus, {color: #fff; background: #212b32; border: none !important; }
.ohft-navlist ul li:after {font-family: 'FontAwesome'; content: '\f105';margin:-57px 15px 0 0; color: #2E76B7; display: inline; float: right; font-size: 2em; }
.ohft-navlist ul li:hover:after {color: #000;}
.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: auto; margin: 0 0 20px; background-color: #ffffff; border: 1px solid #d8dde0; padding: 20px;}
.ohft-team img {width: 125px; height: 187px; margin-right: 20px; background: #d8dde0; float: left !important; display: block;}
.ohft-staff-details {display: block; float: left; }
.ohft-team h3 {margin: 30px 0 10px;}
.ohft-team p {margin: 0;}


/* 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); }


/* Knowledge Hub (Library) 
================================================== */
#eds_searchbox_holder{

    background-color: #f8f9fa;

    border-radius: 15px;

    width: 600px;

    margin-left: auto;

    margin-right: auto;

    padding: 50px;

}



#eds_searchbox_holder {

    font-family: Helvetica, Arial, sans-serif;

    font-size: 13.5px;

}

#eds_searchbox_text {

    margin-top: 1em;

    margin-bottom: 0.5em;

}



#eds_searchbox_logo {

    width: 80%;

    max-width: 400px;

    min-width: 120px;

}



#eds_searchbox_search {

    margin-left: 2px;

}



#eds_searchbox_slogan {

    color: #a55180;

    font-weight: bold;

}

#eds_searchbox_button {

    background-color: rgb(165, 81, 128);

    border-bottom-color: rgb(174, 37, 115);

    border-radius: 3px;

    border: 1px solid rgb(174, 37, 115);

    color: rgb(255, 255, 255);

    cursor: pointer;

    display: inline-block;

    font-family: Helvetica, Arial, sans-serif;

    font-size: 20.25px;

    font-weight: 600;

    height: 42px;

    margin: 2px 1px 1px 2px;

    padding: 5px;

    text-align: center;

    width: 105.375px;

    word-spacing: 0px;

    writing-mode: horizontal-tb;

    box-shadow: none !important;

}



#eds_searchbox_box {

    background-color: rgb(255, 255, 255);

    border: 1px solid rgb(163, 163, 163);

    box-sizing: border-box;

    color: rgb(34, 34, 34);

    cursor: auto;

    font-family: Helvetica, Arial, sans-serif;

    font-size: 16px;

    height: 42px;

    line-height: 16px;

    margin: 2px 0px 4px 2px;

    max-width: 100%;

    padding: 6px 28px 6px 15px;

    width: 450px;

    word-spacing: 0px;

    writing-mode: horizontal-tb;

}



.eds_searchbox_button_100{

    width: 100%;

}



@media only screen and (max-width: 425px) {

    #eds_searchbox_logo {

        width: 90%;

    }

    #eds_searchbox_holder{

        width: 90%;

        padding: 5%;

    }

    #eds_searchbox_box {

        width: 100%;

    }

    #eds_searchbox_button {

        width: 100%;

    }

    #eds_searchbox_text {

        margin-bottom: 1em;

    }

    #eds_searchbox_search {

        display: none;

    }

    #eds_searchbox_slogan {

        font-weight: normal;

    }



}


/* Mobile devices
================================================== */
@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%; padding: 10px; }
	.ohft-tabs ul.ui-tabs-nav li a { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  margin: 0;  }
	.ohft-tabs ul.ui-tabs-nav .ui-state-active a, .ohft-tabs ul.ui-tabs-nav .ui-state-active a:hover { padding-top: 0; margin-left: 0; border: 1px solid #4c6272; border-radius: none;  }
	.ohft-tabs .tab-content {  border: 1px solid #d8dde0;  border-bottom: 5px solid #d8dde0; background: #ffffff;  padding: 20px 20px 10px;}
	.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 }
}