/*general reset*/
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,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,
time,mark,audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
  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;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define visible focus styles!
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.open-sans {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.montserrat {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}


.clear {clear:both;}

html,
body {
  background: #1e1d1b;
  height: 100%;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.9375em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25em;
}
body {
  position: relative;
}
#content {
  padding: 156px 0 0;
}
#content.bg-white {
	padding-top:120px;
}
.content-row {
  margin-bottom: 78px;
}
section,
.container {
  position: relative;
}
.center-list-mobile {
	max-width:375px;
	margin-left:auto;
	margin-right:auto;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.margin-right {
  margin: 0 20px 0 0 !important;
}
.margin-left {
  margin: 0 0 0 20px;
}
.margin-bottom-72 {
  margin: 0 0 72px !important;
}
.padding-top {
  padding: 20px 0 0;
}
.padding-bottom {
  padding: 0 0 20px;
}
.padding-left {
  padding: 0 20px 0 0;
}
.padding-right {
  padding: 0 0 0 20px;
}
.nopadding {
	padding:0px;
}

/* 5-columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.award-badge {text-align:center; margin:15px 0px;}
.award-badge a img {width:100%;height:auto;max-width:270px;}
.award-badge a:hover img {opacity:.7;}

.padtop5 {padding-top:5px;}
.padtop10 {padding-top:10px;}
.padtop15 {padding-top:15px;}
.padtop20 {padding-top:20px;}
.padtop25 {padding-top:25px;}

.vertical-center {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.fancy-header {
	background:#fff url('');
}

.fancy-header header.fancy-title {
	background: url(img/banner-bg.jpg) no-repeat;
	background-size:cover;
	color:#fff;
	padding:25px 0px;
	margin-bottom:35px;
}
.bg-white {
	background:#fff;
}
.diag-stripes {
  background: url('img/diagonal-noise.png') repeat #f5f5f5;
  min-height:350px;
}
.diag-stripes-icons {
  background: url('img/diagonal-noise.png'), url('img/icons-bg.png') repeat #f5f5f5;
}
.checkered {
  background: url('img/checkered-bg.png') repeat #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.yellow-circles-bg {
  background: url('img/bkgd_circles.png') repeat #d89e2c;
}
.tan-circles-bg {
  background: url('img/bkgd_circles.png') repeat #e3ddd5;
}
.circles-bg {
  background: url('img/bkgd_circles.png') repeat transparent;
}
.curved-section {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	z-index: 2;
}
.yellow-curve-clear {
  background: url('img/yellow-curve-clear.png') no-repeat center rgba(0, 0, 0, 0);
}
.yellow-curve {
  background: url('img/yellow-curve.png') no-repeat center rgba(0, 0, 0, 0.05);
}
.tan-curve {
  background: url('img/tan-curve.png') no-repeat center rgba(0, 0, 0, 0.05);
}
.blue-curve {
  background: url('img/blue-curve.png') no-repeat center;
}
.blue-diag-curve {
	background: url('img/blue-curve-diag.png') no-repeat center;
	position:relative;
	margin-top:50px;
}
.checkered-curve {
  position:relative;
  background: url('img/checkered-curve.png') no-repeat center rgba(0, 0, 0, 0.05);
  margin-top:50px;
}
.btn-mrg {
	margin:25px 0;
}
.white-btn,
.white-btn:visited {
	background:transparent;
	border:2px solid #fff;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:8px 15px;
	text-decoration:none;
}
.white-btn:hover,
.white-btn:focus {
	background:#fff;
	color:#0c4369;
	text-decoration:none;
}
.blue-btn,
.blue-btn:visited,
.pink-btn,
.pink-btn:visited,
.yellow-btn,
.yellow-btn:visited {
	padding:11px 15px;
	color:#fff;
	text-decoration: none;
	border:2px solid;
}
.blue-btn {
	background:#0079c2;
	border-color:#0079C2 !important;
}
.blue-btn:hover,
.blue-btn:focus {
	color:#0079C2;
	background:#fff;
	text-decoration:none;
}
.pink-btn {
	background:#d51d4e;
	border-color:#D51D4E  !important;
}
.pink-btn:hover,
.pink-btn:focus {
	color:#D51D4E;
	background:#fff;
	text-decoration:none;
}

.yellow-btn {
	background:#d89e2c;
	border-color:#d89e2c !important;
}
.yellow-btn:hover,
.yellow-btn:focus {
	background:#fff;
	color:#D89E2C;
	text-decoration:none;
}
.brown-btn,
.brown-btn:visited {
	background:#302d29;
	padding:12px 15px;
	color:#fff;
	border:2px solid #302d29;
}
.brown-btn:hover,
.brown-btn:focus {
	background-color:transparent;
	text-decoration:none;
	color:#302d29 !important;
}
.red-border-btn,
.blue-border-btn {
	border:2px solid;
	padding:8px 15px;
	background-color:transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:block;
	max-width:200px;
	text-align:center;
	margin-bottom:15px;
}
.red-border-btn,
.red-border-btn:visited {
	border-color:#d21243;
	color:#d21243;
	text-decoration:none;
}
.red-border-btn:focus,
.red-border-btn:hover {
	background-color:#d21243;
	color:#fff;
	text-decoration:none;
}
.blue-border-btn,
.blue-border-btn:visited {
	border-color:#0075c2;
	color:#0075c2;
	text-decoration:none;
}
.blue-border-btn:focus,
.blue-border-btn:hover {
	background-color:#0075c2;
	color:#fff;
	text-decoration:none;
}
.prod-btns {
	display:block;
	margin:0 0 35px;
}

.call-out {
  padding: 24px 48px;
  background: rgba(0, 0, 0, 0.05);
}
.call-out .btn {
  display: block;
}
.call-out p {
  margin: 0;
}
.call-to-action-icons {
  margin: -60px 0 0;
  text-align: center;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.call-to-action-icons a {
  display: inline-block;
  color: #302d01;
}
.call-to-action-icons a:hover {
  color: #0079c2;
}
.call-to-action-icons a span {
  display: block;
  margin: 0 0 6px;
  width: 74px;
  height: 74px;
  padding: 5px;
  -moz-border-radius: 360px;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.call-to-action-icons a.cta-download span {
  background: #0e5d91;
}
.call-to-action-icons a.cta-download:hover span {
  background: #0c4e7a;
}
.call-to-action-icons a.cta-sandbox span {
  background: #92887b;
}
.call-to-action-icons a.cta-sandbox:hover span {
  background: #857b6e;
}
.call-to-action-icons a.cta-demo span {
  background: #d89e2c;
}
.call-to-action-icons a.cta-demo:hover span {
  background: #c69025;
}
.call-to-action-icons a.cta-contact span {
  background: #d31245;
}
.call-to-action-icons a.cta-contact:hover span {
  background: #bc103d;
}
.action-btns {
  display: block;
  overflow: auto;
  width: 100%;
  margin: 1.5em 0;
  text-align: center;
}
.action-btns .btn {
  margin: 0 20px 0 0;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
hr {
  display: block;
  height: 2px;
  background: rgba(216, 210, 201, 0.4);
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1em;
  line-height: 1.25em;
}
h1 {
  font-size: 2.625em;
  font-weight: 100;
}
h2 {
  font-size: 1.75em;
  font-weight: 100;
}
h3 {
  font-size: 1.25em;
  font-weight: 500;
}
h4 {
  font-size: 1.125em;
  font-weight: 500;
}
h5 {
  font-size: 1em;
  font-weight: 500;
}
h6 {
  font-size: 11px;
  font-weight: normal;

  padding:0px;
}


p {
  margin: 0 0 1.4em;
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
address {
  margin-bottom: 1.25em;
}
blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  padding: 0 0 0 0;
 /* content: open-quote;*/
}
blockquote:after {
  padding: 0 0 0 0;
 /* content: close-quote; */
}
blockquote p {
  display: inline;
}
.centered {
  text-align: center;
}
.red {
  color: #d31245;
}
a {
  color: #0079c2;
  font-weight: 700;
}
a:hover {
  color: #00598f;
  text-decoration: none;
}
a:visited {
  color: #0069a9;
}
.logo {
  width: 125px;
  background: url('img/oat-header-logo.png') no-repeat 0 0;
  line-height: 56px !important;
  text-indent: -9999px;
  margin-left:1px;
}
.logo:hover {
  border-bottom: 0px !important;
}
.btn {
  display: inline-block;
  margin: 0 0 16px;
  padding: 18px 16px;
  border: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
}
.btn:visited {
  color: #ffffff;
}
.btn em {
	display: block;
	margin: 6px 0 0;
	font-style: normal;
	font-weight: 300;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #0079c2 0%, #0059ab 100%);
  background-image: linear-gradient(to bottom, #0079c2 0%, #0059ab 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0079c2', endColorstr='#ff0059ab', GradientType=0);
}
.btn-primary:hover {
  background-image: -webkit-linear-gradient(top, #006fb3 0%, #00519c 100%);
  background-image: linear-gradient(to bottom, #006fb3 0%, #00519c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006fb3', endColorstr='#ff00519c', GradientType=0);
}
.rev_slider .btn.btn-primary:hover {
	color:#fff !important;
}
.btn-red {
  background-image: -webkit-linear-gradient(top, #d31244 0%, #ad0e34 100%);
  background-image: linear-gradient(to bottom, #d31244 0%, #ad0e34 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd31244', endColorstr='#ffad0e34', GradientType=0);
}
.btn-red:hover {
  background-image: -webkit-linear-gradient(top, #c5113f 0%, #9f0d30 100%);
  background-image: linear-gradient(to bottom, #c5113f 0%, #9f0d30 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc5113f', endColorstr='#ff9f0d30', GradientType=0);
  color: #ffffff;
}
.btn-secondary {
  display: inline-block;
  padding: 18px 16px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1em;
}
.btn-secondary:visited {
  color: #ffffff;
}
.btn-secondary-red {
  background: #d31245;
}
.btn-secondary-red:hover {
  background: #bc103d;
  color: #ffffff;
}
.btn-secondary-yellow {
  background: #d89e2c;
}
.btn-secondary-yellow:hover {
  background: #c28c24;
  color: #ffffff;
}
.btn-sandbox {
  display: table;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  height: 65px;
  text-align: left;
  vertical-align: middle;
}
.btn-text {
  display: table-cell;
  padding: 0 14px 0 20px;
  line-height: 1em;
  vertical-align: middle;
}
.btn-text strong {
  display: block;
  margin: 6px 0 0;
  font-size: 1.125em;
}
.btn-icon {
  display: table-cell;
  background-image: -webkit-linear-gradient(top, #a60e32 0%, #880b26 100%);
  background-image: linear-gradient(to bottom, #a60e32 0%, #880b26 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa60e32', endColorstr='#ff880b26', GradientType=0);
  border-right: 1px solid #c5bfb9;
  width: 65px;
}
.education {
  background: url('img/edu-icon.png') no-repeat center;
}
.employment {
  background: url('img/emp-icon.png') no-repeat center;
}
.page-template-page-employment .col-md-6:first-child {
	padding: 5px 10px 0 0;
}

.page-template-page-employment .col-md-6:last-child {
	padding: 0;
}

.page-template-page-employment .col-md-6 h2 {
	margin-bottom: 20px
}


.windows-download,
.mac-download,
.linux-download {
  display: none;
}
.mobile-full-btn {
  display: block;
  height: 100%;
  width: 100%;
}



.pdf-link {
	background: url(img/icon-pdf.png) no-repeat right 1px;
	padding: 0px 20px 0px 0px;
	position:relative;
	height:22px;


}
.pdf-link:hover {
	background: url(img/icon-pdf.png) no-repeat right -23px;
}
.download-link.pdf-link,
.download-link.pdf-link:hover,
.download-link {
  display: block;
  padding: 0 0 0 38px;
  background: url('img/download-link-icon.png') no-repeat left top;
  font-weight: 700;
  line-height: 38px;
  height:38px;
}


ul,
ol {
  display: block;
  margin: 0 0 1.25em 16px;
  list-style-position: inside;
}
ul.unstyled,
ol.unstyled {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}
ul.unstyled li,
ol.unstyled li {
  margin: 0 0 1.25em 0;
  text-indent: 0;
}
ul.unstyled li:before,
ol.unstyled li:before {
  content: '' !important;
  padding-right: 0 !important;
}
ul {
  padding-left: 1.4em;
  list-style: none;
}
ul li {
  margin: 0 0 0.45em;
  text-indent: -1.4em;
}
ul li:before {
	content: '\002022';
  padding-right: 1em;
  height: 100% !important;
  color: #92887b;
}
pre {
  margin: 0 0 1.25em;
  padding:16px;
  font-family: monospace;
  text-indent: 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gform_body h2.gsection_title {
    font-size: 1.25em !important;
    font-weight: 500 !important;
}
.gform_fields {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 0 10px;
}
.gform_fields li:before {
  content: '';
  text-indent: 0;
}
.gform_fields li.col-md-6 {
  float: left;
}
.gform_fields li.gsection {
  margin: 0 0 0 -20px;
  text-indent: 0;
}
.gform_fields input[type="text"],
.gform_fields input[type="email"],
.gform_fields input[type="tel"],
.gform_fields input[type='url'],
.gform_fields textarea {
  padding: 8px 6px;
  width: 100%;
  border: 1px solid #e3ddd5;
  -webkit-appearance: none;
}
/* fix firefox element height */
@-moz-document url-prefix() {
	.gform_fields input[type="text"],
	.gform_fields input[type="email"],
	.gform_fields input[type="tel"],
	.gform_fields input[type='url'],
	.gform_fields textarea {
	  padding: 8px 6px;
	}
}
.gform_fields select {
  /*-webkit-appearance: button;*/
  -webkit-border-radius: 0px;
  -webkit-box-shadow: none;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
/*
  background-image: url('img/select-arrow.png');
  background-position: 97% center;
  background-repeat: no-repeat;
  */
  border: 1px solid #e3ddd5;
  color: #302d29;
  font-size: inherit;
  overflow: hidden;
  padding: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.gform_fields .gfield_checkbox,
.gform_fields .gfield_radio {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  display: block;
  margin: 0 0 0 -20px;
}
.gform_fields .gfield_checkbox li,
.gform_fields .gfield_radio li {
  text-indent: 0;
}
.gform_fields .gfield_checkbox li:before,
.gform_fields .gfield_radio li:before {
  content: '';
  padding: 0;
  text-indent: 0;
}
.gform_fields .gfield_checkbox li label,
.gform_fields .gfield_radio li label {
  margin: 0 0 0 12px;
}
.gform_fields .gfield_label {
  display: block;
}
.gform_fields .gfield_label {
  margin: 0 0 0.5em;
}
.gform_fields .small-text h2 {
  font-size: 1em;
  font-weight: 500;
}

/* sidebar mailchimp form */
.page-id-3042  .sidebar-newsletter {display:none;}
.mc-sidebar {
	display:block;
	clear:both;
	margin:0 0 20px 0px;
	background: #dfdcd7;
}
.mc-sidebar ul.gform_fields {
	width:90%;
	display:block;
  	position: relative;
  	left:20px;
  	padding:10px;
}
.mc-sidebar ul.gform_fields li {
	margin-left:20px;
}
.mc-sidebar .gform_button {
	left: 25px;
	padding: 11px 16px;
	position: relative;
	width: 100%;
}

.ds-img img {
	max-width:100%;
	height:auto;
}
.page-id-349 .body-copy header h1 {
  text-align:center;
}
.page-template-page-download header h1 {
  display:none;
}

@media screen and (max-width: 992px) {
	.mc-sidebar ul.gform_fields {
		width:96%;

	}
	.mc-sidebar ul.gform_fields li {
		margin-left:0px;
	}

}

.contact-check {
  margin: 0 0 20px -20px;
}
.contact-check .ginput_container ul {
  margin: 0;
  padding-left: 0;
}
.contact-check .gfield_description {
  text-indent: 0;
  padding-left:26px;
  font-size: 0.75em;
}
/* single columns */
.tao-mkto .mktoForm,
.tao-mkto.newsletter .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol, 
.tao-mkto .mktoForm .mktoFormRow:nth-child(6) .mktoFormCol,
.tao-mkto .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol,
.tao-mkto.req-quote .mktoForm .mktoFormRow:nth-child(8) .mktoFormCol,
.tao-mkto.req-quote .mktoForm .mktoFormRow:nth-child(9) .mktoFormCol,
.tao-mkto.req-quote .mktoForm .mktoFormRow:nth-child(10) .mktoFormCol,
.tao-mkto.download  .mktoForm .mktoFormCol  {
	width:100% !important;
}

.tao-mkto.download  .mktoForm .mktoOffset {
    height: 1px;
}
.tao-mkto.download .mktoButtonRow {
    text-align: center !important;
    width: 100%;
    height: 50px;
}
.tao-mkto.download .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	margin:0 auto;
	width: 150px;
}

.tao-mkto.readnow {
	background: #dfdcd7;
	margin: 0 0 20px 0px;
	padding-left:10px;
}
.tao-mkto.readnow .mktoForm .mktoFormRow .mktoFormCol label {
	font-size:12px;
	margin-top:0px;
	padding-top:0px;
}
.tao-mkto.readnow .mktoForm .mktoFormRow, 
.tao-mkto.readnow .mktoForm .mktoFormRow .mktoFormCol,
.tao-mkto.readnow .mktoForm .mktoFormRow .mktoFormCol label {
	width:100% !important;
	margin:0px inherit !important;
	padding:0px inherit !important;
}
.tao-mkto.readnow .mktoForm .mktoFormRow .mktoFormCol label[for=mktoCheckbox_454_0] {
	width:95% !important;
}

/* side by side columns */
.tao-mkto .mktoForm .mktoFormRow .mktoFormCol,
.tao-mkto.req-quote .mktoForm .mktoFormRow:nth-child(6) .mktoFormCol,
.tao-mkto.req-quote .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol,

.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol,
.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(8) .mktoFormCol,
.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(9) .mktoFormCol,
.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(10) .mktoFormCol,
.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(11) .mktoFormCol,
.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(12) .mktoFormCol
{
	width:50% !important;
}

.tao-mkto .mktoForm .mktoFieldWrap,
.tao-mkto.download  .mktoForm .mktoFormCol  {
	width:100% !important;
}


.tao-mkto .mktoButtonWrap.mktoSimple {
	margin-left:0px !important;
}

.tao-mkto .mktoForm .mktoFormRow  .mktoFieldWrap .mktoTextField,
.tao-mkto .mktoForm .mktoFormRow  .mktoFieldWrap .mktoField,
.tao-mkto.req-quote .mktoForm .mktoFormRow:nth-child(6) .mktoFieldWrap .mktoField,
.tao-mkto.req-quote .mktoForm .mktoFormRow:nth-child(7) .mktoFieldWrap .mktoField {
	width:95% !important;
	border: 1px solid #e3ddd5;
	padding: 8px 6px;
}

.tao-mkto .mktoForm .mktoFormRow:nth-child(6)  .mktoFieldWrap .mktoTextField,
.tao-mkto .mktoForm .mktoFormRow:nth-child(6)  .mktoFieldWrap .mktoField,
.tao-mkto.newsletter .mktoForm .mktoFormRow:nth-child(5) textarea#Notes__c , 
.tao-mkto.req-quote .mktoForm textarea#Notes__c {
	width:97% !important;
}

.tao-mkto .mktoForm .mktoFieldWrap select.mktoField {
	padding: 8px 6px;
	height: 35px;
}
.tao-mkto .mktoForm .mktoFieldWrap textarea.mktoField {
	height:75px;
}

.tao-mkto .mktoLabel {
	font-weight:normal !important;
}
.tao-mkto.live-demo .mktoLabel,
.tao-mkto .mktoLabel[for=Notes__c],
.tao-mkto.req-quote .mktoLabel  {
	width:100% !important;
}	
.tao-mkto.download .mktoLabel {
	width:auto !important;
}
.tao-mkto .mktoLabel[for=GDPR_Opt_In__c] {
	width:70% !important;
	display:none;
}
.tao-mkto .mktoHtmlText.mktoHasWidth,
.tao-mkto .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
	width:100% !important;
}

.tao-mkto.live-demo  .mktoForm .mktoFormRow:nth-child(6) .mktoFieldWrap .mktoField {
	width:15px!important;
}
.tao-mkto.live-demo  #opt-in {

}
.tao-mkto .mktoLabel[for=GDPR_Opt_In__c] + .mktoGutter.mktoHasWidth {
	width:0px !important;
	
}

.tao-mkto .mktoForm .mktoFormRow .mktoFieldWrap .mktoField#GDPR_Opt_In__c,
.tao-mkto .mktoForm .mktoFormRow .mktoFieldWrap .mktoField#mktoCheckbox_356_0, 
.tao-mkto .mktoForm .mktoFormRow .mktoFieldWrap input[name=GDPR_Opt_In__c],
.tao-mkto.newsletter .mktoForm .mktoFormRow:nth-child(6) .mktoFieldWrap input[name=GDPR_Opt_In__c], 
.tao-mkto.readnow .mktoForm .mktoFormRow:nth-child(6) .mktoFieldWrap input[name=GDPR_Opt_In__c] {
	width:15px !important;
	padding:0px !important;
	margin: 3px 0px 0px -5px !important;
	float:left;
}


/* responsive marketo form rules */
@media only screen and (max-width:768px) {
	.tao-mkto .mktoForm .mktoFormRow .mktoFormCol {
		width:50% !important;
	}
	.tao-mkto .mktoForm .mktoFieldWrap {
		width:100% !important;
	}
	.tao-mkto .mktoForm .mktoFormRow:nth-child(6)  .mktoFieldWrap .mktoTextField,
	.tao-mkto .mktoForm .mktoFormRow:nth-child(6)  .mktoFieldWrap .mktoField {
		width:98% !important;
	}
	.tao-mkto .mktoHtmlText.mktoHasWidth, 
	.tao-mkto .mktoLabel[for=GDPR_Opt_In__c]{
		width:100% !important;
	}
	.tao-mkto .mktoForm .mktoFormRow .mktoFieldWrap .mktoField#GDPR_Opt_In__c,
	.tao-mkto .mktoForm .mktoFormRow .mktoFieldWrap .mktoField#mktoCheckbox_356_0,
	.tao-mkto .mktoForm .mktoFormRow .mktoFieldWrap input[name=GDPR_Opt_In__c],
	.tao-mkto.newsletter .mktoForm .mktoFormRow:nth-child(6) .mktoFieldWrap input[name=GDPR_Opt_In__c],
	.tao-mkto.readnow .mktoForm .mktoFormRow:nth-child(6) .mktoFieldWrap input[name=GDPR_Opt_In__c] {
		margin-top: -10px !important;
	}

	.tao-mkto .mktoForm .mktoFieldWrap .mktoTextField,
	.tao-mkto .mktoForm .mktoFieldWrap .mktoField {
		border: 1px solid #e3ddd5;
		padding:10px;
		width:100% !important;
		height:40px;
		line-height:40px;
		font-size:14px;
	}
	.tao-mkto .mktoForm .mktoFieldWrap select.mktoField {
		padding: 0px 6px;
	}
	.tao-mkto .mktoForm .mktoFieldWrap select.mktoField {
		height: 40px;
	}
}
@media only screen and (max-width:480px) {
	.tao-mkto .mktoForm .mktoFormRow .mktoFormCol,
	.tao-mkto.req-quote .mktoForm .mktoFormRow:nth-child(6) .mktoFormCol,
	.tao-mkto.req-quote .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol,
	.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(7) .mktoFormCol,
	.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(8) .mktoFormCol,
	.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(9) .mktoFormCol,
	.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(10) .mktoFormCol,
	.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(11) .mktoFormCol,
	.tao-mkto.live-demo .mktoForm .mktoFormRow:nth-child(12) .mktoFormCol
	{
		width:100% !important;
	}
	.tao-mkto .mktoForm .mktoFieldWrap {
		width:100% !important;
	}
	.tao-mkto .mktoForm .mktoFormRow:nth-child(6)  .mktoFieldWrap .mktoTextField,
	.tao-mkto .mktoForm .mktoFormRow:nth-child(6)  .mktoFieldWrap .mktoField  {
		width:98% !important;
	}

	.tao-mkto .mktoLabel[for=GDPR_Opt_In__c]{
		width:100% !important;
	}
}	

.tao-mkto .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.gform_button {
  display: inline-block;
  margin: 0 0 16px;
  padding: 18px 16px;
  border: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
  background-image: -webkit-linear-gradient(top, #0079c2 0%, #0059ab 100%);
  background-image: linear-gradient(to bottom, #0079c2 0%, #0059ab 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0079c2', endColorstr='#ff0059ab', GradientType=0);
}
.tao-mkto .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:visited,
.gform_button:visited {
	color:#fff;
}
.gform_button:before,
.gform_button:after {
  content: " ";
  display: table;
}
.gform_button:after {
  clear: both;
}
.tao-mkto .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.gform_button:hover {
	background-image: -webkit-linear-gradient(top, #006fb3 0%, #00519c 100%);
	background-image: linear-gradient(to bottom, #006fb3 0%, #00519c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006fb3', endColorstr='#ff00519c', GradientType=0);
	opacity:.8;
	display: inline-block;
	margin: 0 0 16px;
	padding: 18px 16px;
	border: 0px;
	border-radius: 0px;
	color: #ffffff;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1em;
}
.gform_button:focus {
	text-decoration:none;
}
.gform_footer .gform_button {
	float:right;
	margin-right:25px;
}
.gform_footer {
	clear:both;
}

/* Form error messages */

.validation_error,
.gfield_description.validation_message {
	color:#ff0000;
}



#primary {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 30px 0 20px;

	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	z-index: 9999;
}
#primary a {
	padding: 0 0 6px;
	color: #302d01;

	line-height: 1em;
	font-weight: normal;
}
#primary a:hover {
	color: #0079c2;
	border-bottom: 3px solid #0079c2;
}
#primary.opaque {
  background: rgba(255, 255, 255, 0.90);
}
#primary-menu {
  position: relative;
}
#primary-menu ul {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  float: right;
  padding-left: 0;
}
#primary-menu ul li {
  float: left;
  margin: 0 10px 0 0;
  line-height: 56px;
  text-indent: 0;
}


#primary-menu ul li:last-child {
  margin-right: 0px;
}
#primary-menu ul li:before {
  content: none;
  padding-right: 0;
}
#primary-menu ul li.dropdown ul {
	position: absolute;
	left: -10000px;
	background: #0079c2;
	z-index: 110;
	min-width: 180px;
	opacity: 0;
/*display:none --removed for full CSS version*/
}
#sdrn_menu_ul li.watch-demo,
#sdrn_menu_ul li.contact-us {
	display:none !important;
}

/* Mobile Nav */
#sdrn_bar {
	background:transparent !important;
	height:120px!important;
	width:80px !important;
	left:auto !important;
	right:0px !important;
	z-index:9999 !important;
}

.admin-bar #primary {
	top:32px;
}
.admin-bar #sdrn_bar {
	top:32px !important;
}
.admin-bar #sdrn_menu {
	margin-top: 46px;
}


#sdrn_bar .sdrn_ic {
	top:26px;
	left:-15px;
}


#sdrn_menu {
 	opacity:.95;
	position: absolute !important;
	z-index:999999999999999999;
	top:50px !important;
}
.admin-bar #sdrn_menu {
	top:5px !important;
}
#sdrn_menu li  a {
	font-weight:bold;
}
#sdrn_menu .sdrn_icon_par {
    color: #cfcfcf;
    cursor: pointer;
    display: block;
    float: left;
    width: 46px;
    padding: 13px 14px 10px;
    position: absolute;
    left: 35px !important;
    top: 0px !important;
}
#sdrn_menu ul li:before {
	content:none !important;
}

/*added for full CSS version*/
#primary-menu > ul > li:hover ul {
	-webkit-transition-timing-function: linear;
    transition-timing-function: linear;
	-webkit-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
	opacity: 1;
	left: 0;
	display:block;

}

#primary-menu ul li a:hover {
  border-bottom: none;
}

#primary-menu ul li a.dropdown-toggle:hover {
/* cursor: default; --removed for full CSS version*/
}



#primary-menu ul li.open ul {
  display: block;
  float: none;
  top: 42px;
  width: 220px;
  padding: 6px 16px;
  background: #0079c2;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}
#primary-menu ul li.open ul li {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #7fbae2;
}
#primary-menu ul li.open ul li:last-child {
  border-bottom: none;
}
#primary-menu ul li.open ul li a {
  display: block;
  padding: 12px 0;
  color: #fffefd !important;
}
#primary-menu ul li.open ul li a:hover {
  background: transparent;
  border: none;
  color: #ffead4 !important;
}
#primary-menu .dropdown-menu {
  display: block ;
  float: none;
  top: 42px;
  width: 220px;
  padding: 6px 16px;
  background: #0079c2;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}
#primary-menu .dropdown-menu li {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #7fbae2;
}

	#primary-menu li.last-menu ul {
		margin-left:-145px;
	}
#primary-menu .dropdown-menu li:last-child {
  border-bottom: none;
}
#primary-menu .dropdown-menu li a {
  display: block;
  padding: 12px 0;
  color: #fffefd !important;
}
#primary-menu .dropdown-menu li a:visited {
	background: #0079c2 !important;
}
#primary-menu .dropdown-menu li a:hover {
  background: transparent;
  border: none;
  color: #ffead4 !important;

}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {

	background-color:#0079c2 !important;

}

.page #primary,
.single #primary {
  background: #ffffff;
}
.page #primary.opaque,
.single #primary.opaque {
  background: rgba(255, 255, 255, 0.97);
}
.page .call-out,
.single .call-out {
  margin: 91px 0 0;
}
.home .call-out {
  margin-top: 0 !important;
}
.home img {
  width: auto;
  height: auto;
}
#hero {
  /* background:#0c4369 url('img/banner-bg.jpg') no-repeat top center; */
  background:#0079c2 url('img/banner-bg.jpg') no-repeat top center;
  background-size:cover;
  height: auto;
  color: #ffffff;
}
#hero h1 {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5em;
}
#hero img {
  width: 100%;
  height: auto;
}
#hero img.hero-logo {
  width: auto !important;
  margin: 0 0 20px;
}
#hero .btn {
  margin-bottom: 0;
}
#hero .container {
  padding: 20px 0;
  height: 100%;
}
#hero .vertical-center {
  padding-top: 24px;
}
#hero .tao-heading,
.tao-heading {
  margin: 0 0 36px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5em;
}
#hero .tao-heading span {
  display: block;
  margin: 0 0 20px;
  width: 162px;
  height: 109px;
  background: url('img/hero-logo.png') no-repeat 0 0;
  text-indent: -9999px;
}
#hero .tao-heading em {
  display: block;
  clear: both;
}
#hero .row {
  height: 100%;
}
#hero .row div:nth-child(2) {
  display: table;
  height: 100%;
}
.page-template-page-home-slider-php #hero .row div:nth-child(2) {
	height:20px;
}


/* Homepage Customers Section */
#serving-students {
	background:#fff;
	padding:50px 0;
}
#serving-students h2 {
	font-weight:400;
	padding-left:15px;
	padding-right:15px;
	display:block;
	margin:0 auto 35px;
	max-width:500px;

}
.customer-logos {
	max-width:600px;
	display:block;
	margin:0 auto;
}
.home .customer-logos img {
  margin:10px 0;
}
/* Homepage Products Section */
#home-products {
	padding:50px 0;
	background:#fff;
	text-align:center;
}
#home-products img {
	margin:35px 0 10px;
	max-width:175px;
}
#home-products .community img {
	margin-top:0;
}
.enterprise {
	color:#0079c2;
}
.community {
	color:#dba536;
}
.premium {
	color:#d51d4e;
}
#home-products h2 {
	font-weight:bold;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-size:1.55em;
}
#home-products h3 {
	font-size:1.4em;
	margin:0 0 10px;
}

.compare-editions {
	margin:35px 0 0;
}
/* Homepage Current Section */
#current {
  padding:50px 0;
  background:
    url('img/current-overlay.png'),
    url('img/current-bg.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top right, top left;
    background-size: auto, cover;
  color:#fff;
}
#current .event-post {
  border-bottom:1px solid #fff;
  margin-bottom: 25px;
  text-align: center;
}
#current .event-post:last-of-type{
  margin-bottom:0;
  border-bottom:none;
}
#current h1 {
  margin-top:0;
  color:#fff;
  text-align: center;
}
#current h2 {
  font-weight:700;
  font-size:1.5em;
  margin:5px 0;
}
#current a,
#current a:visited {
  color:#fff;
}
#current .event_location {
  color:#fff;
  text-transform: uppercase;
  font-size:.8em;
}
#current .date {
  font-size:1.15em;
}
#current .blue-btn,
#current .blue-btn:visited {
  background-color:#0c4369;
  border-color:#0c4369 !important;
  padding:5px 10px;
}
#current .blue-btn:hover,
#current .blue-btn:focus {
  background-color:#fff;
  border-color:#fff !important;
  color:#0c4369;
  padding:5px 10px;
}
#current .ctf-tweet-content {
  font-size:16px;
  line-height: 18pt;
}
#current .ctf-tweet-actions {
  margin-top:0;
}
#current #ctf .ctf-item {
  border-color:#fff;
}
#current #ctf .ctf-item:first-of-type {
  padding-top:0;
}
#current #ctf .ctf-tweet-actions a.ctf-reply,
#current #ctf .ctf-tweet-actions a.ctf-retweet,
#current #ctf .ctf-tweet-actions a.ctf-like {
  color:#fff;
}
#current .ctf-tweet-actions .ctf-reply:after,
#current .ctf-tweet-actions .ctf-retweet:after,
#current .ctf-tweet-actions .ctf-like:after {
  margin-left:5px;
  font-size:12px;
  text-transform: uppercase;
  font-weight: 100;
}
#current .ctf-tweet-actions .ctf-reply:after {
  content:'Reply';
}
#current .ctf-tweet-actions .ctf-retweet:after {
  content:'Retweet';
}
#current .ctf-tweet-actions .ctf-like:after {
  content:'Like';
}
#current .ctf-action-count{
  display:none !important;
}
#current .ctf-tweet-meta {
  margin:0;
  font-size:12px;
  text-transform: uppercase;
}
#current .ctf-tweet-meta a {
  font-weight:100;
}
#current > .container > .row .col-md-6:last-of-type {
  margin-top:35px;
  border-top:1px solid rgba(255,255,255,.15);
  padding-top:35px;
}
/* Homepage Practical Guide Section */
#practical-guide {
	background:url('img/pg-bg.jpg') no-repeat center center;
	background-size:cover;
	color:#fff;
	padding: 50px 15px 0;
	text-align:center;
}
#practical-guide .container {
	background:url('img/practical-guide-thumb-home.png') no-repeat bottom center;
	background-size:500px auto;
	padding-bottom:350px;
}
#practical-guide .mc-sidebar-wrapper {
	max-width:375px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#practical-guide ul {
	list-style-type:disc;
	text-align:left;
}
#practical-guide ul li:before {
	content:'';
	padding-right:5px;
}
.pg-read h4 {
	margin-top:15px;
	font-weight:bold;
}
#practical-guide form.mc-sidebar {
	background:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:400px;
}
#practical-guide .mc-sidebar .gform_button {
	padding:16px;
}
#practical-guide .gform_fields {
	list-style-type:none;
	width:100%;
	left:0;
	padding:10px 0;
	margin-left:0;
}
#practical-guide .gform_button,
#current .gform_button {
	background-image:none;
	background-color:transparent;
	border:2px solid #fff;
	margin-top:16px;
}
#current .gform_button {
  display:block;
  margin:25px auto;
  max-width:250px;
  text-align:center;
}
#practical-guide .gform_button:hover,
#practical-guide .gform_button:focus,
#current .gform_button:hover,
#current .gform_button:focus {
	background-color:#fff;
	color:#0c4369;
}
#practical-guide .gform_footer .gform_button {
	margin-right:0;
	left:0;
}
#practical-guide .mc-sidebar ul.gform_fields li {
	margin-left:0;
}
#practical-guide .gform_fields input[type="text"],
#practical-guide .gform_fields input[type="email"] {
	color:#000;
	padding:15px;
}
#practical-guide ul li {
	text-indent:0;
}
#practical-guide h5 {
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 10px;
	font-size:15px;
}
#practical-guide h1 {
	margin-bottom:20px;
}
/* Homepage Services Section */
#home-services {
	background:#fff;
	padding:50px 0 15px;
	text-align:center;
}
#home-services h1 {
	margin-bottom:15px;
}
#home-services img {
	margin-bottom:15px;
}
#home-services h3 {
	font-weight:bold;
	margin-bottom:35px;
}
#home-services a,
#home-services a:visited {
	color:#0079c2;
}
#home-services a:hover,
#home-services a:focus {
	color:#0C4469;
	text-decoration:none;
}
.service-icons {
	margin-top:50px;
}
#home-services .col-xs-12 {
	margin-bottom:35px;
}
#home-services .blue-border-btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:25px auto;
	padding:10px 25px;
}
#home-services .blue-border-btn:hover,
#home-services .blue-border-btn:focus {
	color:#fff;
}
/* Homepage Testimonials Section */
#home-testimonials {
	background:url('img/home-test-bg.jpg') no-repeat top center;
	background-size:cover;
	padding:50px 0;
	color:#fff;
	text-align:center;
}
#home-testimonials h1 {
	margin-top:0;
	margin-bottom:35px;
	text-align:center;
}
.view-cs p {
	margin-bottom:35px;
	text-align:center;
}

#home-testimonials .owl-carousel {
	background:rgba(255,255,255,.85);
	padding:25px;
	text-align:center;
	margin-top:25px;
}
#home-testimonials .owl-item img.test-logo {
	width:auto;
	max-width:100%;
	margin:0 auto 25px;
	max-height:125px;
}
#home-testimonials .owl-nav {
	margin-top:35px;
}
#home-testimonials blockquote {
	color:#343334;
	font-size:15pt;
	line-height:1.4em;
	font-weight:300;
	margin-bottom:25px;
	letter-spacing:1px;
}
#home-testimonials blockquote img {
	display:inline;
	max-width:100%;
	width:auto;
}
#home-testimonials .quote-before {
	margin:0 15px 0 0;
}
#home-testimonials .quote-after {
	margin:0 0 0 5px;
}
#home-testimonials cite {
	color:#343334;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12pt;
	letter-spacing:1px;
}
#home-testimonials .owl-nav .owl-prev,
#home-testimonials .owl-nav .owl-next {
	display:inline;
	padding:10px 0;
}
#home-testimonials .owl-nav .owl-prev {
	margin-right:25px;
	background:url('img/owl-prev.png') no-repeat;
	height:24px;
	width:13px;
	color:rgba(255,255,255,0);
}
#home-testimonials .owl-nav .owl-next {
	background:url('img/owl-next.png') no-repeat;
	height:24px;
	width:13px;
	color:rgba(255,255,255,0);
}
#home-testimonials .pink-btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-color:#fff !important;
}
.cs-link {
	display:block;
	color:#d21243 !important;
	font-size:10.5pt;
	margin-top:10px;
	text-transform:none;
}
/* Home Awards Section */
#hm-awards {
	padding:50px 0;
	background:#fff;
	text-align:center;
}
/* #hm-awards .container {
	max-width:950px;
} */
#hm-awards .col-xs-6 {
	float:none;
	display:inline;
}
#hm-awards img {
	margin-bottom:25px;
}

/* Tutorial Videos New */
.tutorial-videos h1.page-title {
	margin-bottom:15px;
}

.video-box {
	background:#fff;
	border:1px solid #d8d2c9;
	margin-bottom:50px;
}
.video-box h2 {
	padding:12px 15px 15px;
	margin:0;
	font-size:1.65em;
}
.video-overlay {
	position:relative;
	display:block;
}
.video-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 0;
  right: 0;
  background:url('img/play-btn.png') no-repeat center center;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  padding:0;
}
.video-overlay:hover:before,
.video-overlay:focus:before {
	background-image:url('img/play-btn-hover.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgba(0,121,194,.78);
}

.pad-top:before {
	content:"";
	display:block;
	height: 110px; /* header height + empty space */
	margin-top: -110px; /* header height to degrees padding's space */
}


/* Product Page Preface */
.preface {
	margin-bottom:35px;
}
/* TAO Days*/
.tao-days.banner-bg {
	 height:440px;
	 margin:-75px 0 50px 0px;
}
.tao-days.banner-bg.footer-banner  {
	margin-top:30px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	max-height:364px;
}
.banner-tao-days {
	padding:25px;
}

.banner-tao-days h1.tao-heading {
	margin:120px 0px 0px 0px;
	font-size:5em;
	font-weight:bold;
	text-shadow:2px 2px 3px #000;
}
.banner-tao-days h3.tao-heading{
	margin-bottom:10px;
	font-size:2em;
	font-weight:bold;
}

.tao-days .button-div {
	margin-top:80px;
}
.tao-days .buttons  {
	float:left;
	width:16.5%;
	text-align:center;
	padding:0px 8px;
	height:65px;
}
.tao-days .buttons a {
	font-weight:bold;
	background:#0e5d91;
	border-radius:5px;
	text-align:center;
	line-height:30px;
	font-size:15px;
	padding:15px 20px;
	color:#fff;
	display:block;
}
.tao-days .buttons a:hover { opacity: .8; }
.tao-days .buttons a.tan { background:#92887c; }
.tao-days .buttons a.yellow { background:#d79d39; }
.tao-days .buttons a.red { background:#d11848; }

.tao-days .b-image img {
	max-width:100%;
	height:auto;
	margin:15px 0px;
}

.td-speakers {
	padding:0px 2.5%;
}
.td-speakers .td-box {
	max-width:350px;
	margin-right:1%;
}
.td-speakers .td-speaker {
	margin:	10px;
	padding:0px;
	border:4px solid #fff;
	background:#e1e1e1;
}
.td-speakers .td-speaker img {
	width:300px;
	max-width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
	display:block;
}
.td-speakers .td-name {
	text-transform:uppercase;
	color:#d11848;
	font-weight:bold;
	margin:8px 5px;
}
.td-speakers .td-title {
	color:#343434;
	font-size:13px;
	margin:8px 5px;
}

.td-agenda-section {
	background:	#e8e5e5;
	font-weight:bold;

}
.td-agenda-header {
	font-size:22px;
	font-weight:bold;
	color:#fff;
	background: #92887c;
	padding:15px 10px;
	margin:10px 0px;
}

.td-agenda-section .trow  {
	border-bottom:2px solid #fff;
	padding-top:10px;
}
.td-agenda-section .trow:last-child  {
	border-bottom:0px !important;
}
.td-agenda-section .trow .ttime {font-weight:bold; font-size:14px;}
.td-agenda-section .trow .ttime,
.td-agenda-section .trow .ttitle {
	padding-bottom:10px;
}

/* # newsletter */
.head-ml {
	display:none;
}
#subscribe-box {
	padding:20px 0px;
	display:block;
	color:#fff;
	text-align:center;
	background:#e7e4e0;
}
#subscribe-box  .singup-wrap {
	width:500px;
	max-width:100%;
	margin:0 auto;
}
#subscribe-box .textcenter {
	text-align:center;
	padding:0px;
	margin:5px 0 0 0;
	line-height:100%;
	text-transform:uppercase;
	font-weight:bold;
	float:none;
	width:100%;
}
#subscribe-box h2 {
	margin-bottom:10px;
	font-weight:400;
	color:#d21243;
}
#subscribe-box h4 {
	margin-bottom:0;
	font-size:1.25em;
	font-weight:300;
}
#subscribe-box .form {
	width:100%;
	text-align:left;
	padding:0;
	background-color:#fff;
	background-image:
	url('img/input-left-bg.png'),
	url('img/form-right.png');
	background-repeat:no-repeat, no-repeat;
	background-position:left center, right center;
	margin:15px auto;
	max-width:500px;
	display:block;
}

#subscribe-box form input[type="email"] {
	padding: 10px;
	border: none;
	color: #000000;
	line-height: 15px;
	height:47px;
	margin-left:10px;
}
#subscribe-box form input[type="image"] {
	background:url('img/subscribe2x.png') no-repeat;
	background-size:114px 47px;
	display:inline-block;
	float:right;
	height:47px;
	width:114px;
	text-indent:-10000px;
	position: relative;
	right: 4px;
	background-size:100%;
	border:none;
}



/*
#subscribe-box form input[type="image"]:hover {
	background:url('img/btn-signup2.png') no-repeat;
	opacity:.8
}*/



.sidebar-newsletter {
	background: url('img/signup-bg-alt.png');
	text-align:center;
	padding:10px 15px;
}

.sidebar-newsletter form input[type="email"],
.sidebar-newsletter .gform_button {
	width:96%;
	height:28px;
	line-height:28px;
	border:0px;
	padding:5px;
	margin:3px 0px;
}
.sidebar-newsletter form input[type="submit"] {
	margin-top:8px;
	height:35px;
	font-size:12px;
}
.sidebar-newsletter form input[type="submit"]:hover  {
	opacity:.8
}






#abilities {
  padding: 72px 0 80px;
}
#abilities h1 {
  margin: 0 0 54px;
}
#abilities .btn {
  margin-bottom: 0;
}
.icon-list {
  display: block;
}
.icon-list article {
	margin: 0 0 54px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	vertical-align:bottom;
}
.icon-list article .imgwrap {
  display: block;
  margin: 0 auto 16px;
  max-width:70px;
  height:55px;
}

.icon-list article img {
	max-width:100%;
 }
#benefits {
  padding: 72px 0;
  color: #ffffff;
}
#benefits article {
  margin: 0 0 30px;
  min-height:200px;
}
#benefits article header {
  display: block;
  overflow: auto;
  margin: 0 0 12px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 64px;
}
#benefits article header h2 {
  padding: 16px 0 0;
  font-size: 1.125em;
}
#benefits article header .icon-container {
  float: left;
  margin: 0 12px 0 0;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.82);
  -moz-border-radius: 360px;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
#benefits article header .icon-container img {
  vertical-align: middle;
}
#benefits article p a,
#benefits-help a {
	color:#fff;
}
#benefits article p a:hover,
#benefits-help a:hover {
	color:#666;
}
#benefits-help {
	clear:both;
	margin:0px 0px 0px 0px;

	padding:125px 0px 0px 0px;
	background:#0e466a;
	color:#fff;
}
#benefits-help .row {
	padding:0px 10px 10px 10px;
	margin-right:0px;
}
#benefits-help.diag-stripes {
	 min-height: 200px;
}
#benefits-help.checkered {

}

#benefits-help a{
	height:75px;
	display:inline-block;
	text-align:center;
	font-size: 1.2em;
}

#benefits-help a  span{
	display:block;
	clear:both;
	background:#daaa52;
	width:64px;
	height:64px;
	margin:3px auto;
	border-radius:32px;
}
#benefits-help a  span:hover{
	opacity:.7
}
#benefits-help .help-icons {
	padding:0px 15%;
	text-align: center;
}



#edu-employment {
  position: absolute;
  bottom: -127px;
  padding: 24px 30px;
  z-index: 2;
}
#edu-employment .btn {
  display: table;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  height: 65px;
  text-align: left;
  vertical-align: middle;
}
#edu-employment .btn-text {
  display: table-cell;
  padding: 0 14px 0 20px;
  line-height: 1em;
  vertical-align: middle;
}
#edu-employment .btn-text strong {
  display: block;
  margin: 6px 0 0;
  font-size: 1.125em;
}
#edu-employment .btn-icon {
  display: table-cell;
  background-image: -webkit-linear-gradient(top, #a60e32 0%, #880b26 100%);
  background-image: linear-gradient(to bottom, #a60e32 0%, #880b26 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa60e32', endColorstr='#ff880b26', GradientType=0);
  border-right: 1px solid #c5bfb9;
  width: 65px;
}
#edu-employment .education {
  background: url('img/edu-icon.png') no-repeat center;
}
#edu-employment .employment {
  background: url('img/emp-icon.png') no-repeat center;
}
#video {
  padding: 64px 0 80px;
}
#video .video-container {
  margin: 0 0 72px;
}
#video .video-container img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

a.fancybox-youtube i  {
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	margin: 20% 0 0 30%;
	background:url(img/btn-play2.png) no-repeat;
	height:83px;
	width:83px;
	opacity:.7; -moz-opacity:.7; -webkit-opacity:.7;
}

.vds {
  text-align:center;
}

.vds img {
  display: block;
  margin:0 auto;
  text-align: center;
}

.vds .pdf-link {
  background:none;
}

@media screen and (max-width: 992px) {
	a.fancybox-youtube i  {
		margin: 21% 0 0 35%;
	}
}
@media screen and (max-width: 768px) {
	a.fancybox-youtube i  {
		margin: 30% 0 0 45%;
	}
}
@media screen and (max-width: 480px) {
	a.fancybox-youtube i  {
		margin: 25% 0 0 40%;
	}
}
@media screen and (max-width: 361px) {
	a.fancybox-youtube i  {
		margin: 25% 0 0 38%;
	}
}
@media only screen and (max-width:359px) {
	#subscribe-box form input[type="email"] {
		padding:10px 0 10px 5px;
		margin-left:0 !important;
	}
}
a.fancybox-youtube i:hover  {
	opacity:1.0; -moz-opacity:1.0; -webkit-opacity:1.0;
}
#who {
  display: block;
  padding: 72px 0 144px;
}
#who .box-shadow {
  padding: 30px;
  background: #ffffff;
}
.vertical-logo-container {
  margin: 0 0 36px;
  padding: 36px 0;
  border-bottom: 1px solid #d8d2c9;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
.vertical-logo-container img {
  display: block;
  margin: 0 auto 12px;
}
.vertical-logo-container:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#testimonials {
  padding: 72px 0;
  background: #0e466a;
  color: #ffffff;
}
#testimonials .table {
  display: table;
  width: 100%;
}
#testimonials .img-container {
  display: table;
  height: 158px;
  width: 100%;
  line-height: 158px;
}
#testimonials .wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#testimonials img {
  display: block;
  margin: 0 auto;
}
#testimonials .col-40-per {
  display: inline-block;
  margin: 0 0 0 -4px;
  width: 40%;
  height: 158px;
  vertical-align: middle;
}
#testimonials .col-20-per {
  display: inline-block;
  margin: 0 0 0 -4px;
  width: 20%;
  max-width: 20%;
  height: 158px;
  vertical-align: middle;
}
#testimonials .col-60-per {
  display: inline-block;
  margin: 0 0 0 -4px;
  width: 60%;
  height: 158px;
  vertical-align: middle;
}
#testimonials .darker {
  background: #1a4f72;
}
#testimonials .lighter {
  background: #396785;
}
#testimonials .middle-blue {
  background: #2b5c7c;
}
#testimonials .quote .img-container {
  float: left;
  padding: 0 0 0 20px;
  width: auto;
}

.single-quote {
	margin:-25px 0px 20px 0px;
	padding:0px;
	color:#000;
}
.single-quote  h5 {
	display:block;
	background: url(img/quote.png) 50% -2px  no-repeat;
	width:100px;
	height:50px;
	top:25px;
	margin:0px auto;
	position:relative;
	z-index:100;
}
.single-quote blockquote {
	padding:10px 60px 25px 60px;
	border-top:4px solid #dedddb;
	border-bottom:4px solid #dedddb;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:400;
}
.single-quote i{
	font-style:italic;
	font-size:13px;
	line-height:16px;
	display:block;
	text-align:center;
	margin-top:10px;
}

.single-quote a .source-image {
	margin:10px auto 10px auto;
	clear:both;
	display:block;
}
.single-quote a .source-image:hover {
	opacity:.7;
}
.sidebar .single-quote {
	padding:10px 15px 25px 15px;
}
.sidebar .single-quote blockquote {
	padding:5px;

}
.sidebar .single-quote i{
	line-height:17px;
	padding-bottom:15px;
}
.sidebar .single-quote  h5 {
	background:url(img/quote-sidebar.png) 50% -2px  no-repeat;
}

#testimonials .quote .quote-container {
  display: table-cell;
  padding: 0 15px;
  height: 158px;
  font-size: 1.0625em;
  vertical-align: middle;
}
#testimonials .quote blockquote p {
  display: inline;
}
#testimonials .quote blockquote:before {
  content: url('img/open-quote.png');
  padding: 0 6px 0 0;
  width: 30px;
  height: 22px;
}

#testimonials .quote blockquote:after {
  content: close-quote;
}
#site-footer {
  border-top: 2px solid #bbb2a6;
}
#site-footer .main-footer-container {
  padding: 30px 0 0;
  background:#302d29 url('img/bkgd_circles.png') no-repeat 5% bottom;
}

#site-footer ul {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  display: block;
  margin: 0 0 30px;
  padding: 0 7px 0 0;
}
#site-footer ul li {
  display: block;
  margin: 0 0 6px;
  text-indent: 0;
}
#site-footer ul li a {
  display: block;
  color: #ffffff;
  font-weight: normal;
  font-size:1em;
  line-height:1.05em;
}
#site-footer ul li a:hover {
  color: #e0e0e0;
}
#site-footer ul li:first-child {
  color: #92887b;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
}
#site-footer ul li:first-child a,
#site-footer ul li:first-child a:hover {
  color: #92887b !important;
  font-weight: 700 !important;
}
#site-footer ul li:first-child a:hover {
  color: #776e63;
}
#site-footer ul li:before {
  content: none;
  margin: 0;
  padding: 0;
}
#site-footer .heading {
  display: block;
  margin: 0 0 12px;
  color: #ffffff;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}
#site-footer .copywrite {
  padding: 15px 0;
}
#site-footer .copywrite p {
  margin: 0;
  color: #92887b;
  line-height: 1em;
  font-size:8pt;
}
#site-footer form {
  margin-bottom: 72px;
}

/* stack up the footer menus on smaller screens */
.footer-menus .col-sm-4 {
	min-height: 170px;
}

.error404 h1 { margin-bottom: .25em;}

.error404 .search-field,
#site-footer form input[type="email"] {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: none;
  color: #000000;
  line-height: 1.3em;
}
.error404 .search-submit,
#site-footer form input[type="submit"] {
  width: 100%;
  padding: 12px;
  background: #92887b;
  border: none;
  color: #ffffff;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.error404 .search-submit {
	width:125px;
}
#site-footer form input[type="submit"]:hover {
  background: #776e63;
}
#site-footer .social {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}
#site-footer .social li {
  display: inline-block;
  overflow: hidden;
  margin: 0 4px 0;
  padding: 3px;
  width: 32px;
  height: 32px;
  border: 2px solid #928f7b;
  -moz-border-radius: 360px;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#site-footer .social li:before {
  content: '';
  padding: 0;
  margin: 0;
}
#site-footer .social li a {
  width: 100%;
  height: 100%;
  background: #928f7b;
  -moz-border-radius: 360px;
  -webkit-border-radius: 360px;
  border-radius: 360px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 42px;
  text-indent: 15000px;
}
#site-footer .social li a.facebook {
  background: url('img/facebook.png') no-repeat center #928f7b;
}
#site-footer .social li a.facebook:hover {
  background: url('img/facebook.png') no-repeat center #055795;
}
#site-footer .social li a.linkedin {
  background: url('img/linkedin.png') no-repeat center #928f7b;
}
#site-footer .social li a.linkedin:hover {
  background: url('img/linkedin.png') no-repeat center #03659a;
}
#site-footer .social li a.twitter {
  background: url('img/twitter.png') no-repeat center #928f7b;
}
#site-footer .social li a.twitter:hover {
  background: url('img/twitter.png') no-repeat center #2ba9e1;
}
#site-footer .social li a.google {
  background: url('img/googleplus.png') no-repeat center #928f7b;
}
#site-footer .social li a.google:hover {
  background: url('img/googleplus.png') no-repeat center #d34836;
}
#site-footer .footer-logo {
  display: inline-block;
  margin: 0 0 24px;
  width: 114px;
  height: 35px;
  background: url('img/oat-footer-logo.png') no-repeat center;
  text-indent: -9999px;
}
#desktop-cta {
  width: 100%;
  position: fixed;
  overflow: auto;
  bottom: 0;
  padding: 12px 0 0 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10;
}
/*#desktop-cta .container {
	max-width:625px;
}*/
#desktop-cta.sticky-footer {
  position: absolute;
  bottom: 0px;
  z-index: 10;
}
#desktop-cta .mobile-sticky {
  padding: 12px 12px 0 12px;
  background: rgba(255, 255, 255, 0.85);
}
/*
.home #desktop-cta {
	display:none;
}
*/
#desktop-cta a {
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #ffffff !important;
}
#desktop-cta a.red {
  background: #d31245;
}
#desktop-cta a.red:hover {
  background: #bc103d;
}
#desktop-cta a.brown {
  background: #92887b;
}
#desktop-cta a.brown:hover {
  background: #857b6e;
}
#desktop-cta a.yellow {
  background: #d89e2c;
}
#desktop-cta a.yellow:hover {
  background: #c69025;
}
#desktop-cta a.blue {
  background: #0e5d91;
}
#desktop-cta a.blue:hover {
  background: #0c4e7a;
}
#desktop-cta .call-out {
  background: rgba(0, 0, 0, 0.25);
}
.contribute {
  margin: 0 0 36px;
}
.contribute header {
  display: block;
  overflow: auto;
}
.contribute header h2 {
  float: left;
}
.contribute header ul {
  float: right;
}
.contribute header ul li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #302d29;
  text-indent: 0;
}
.contribute header ul li:before {
  content: '';
  text-indent: 0;
  padding: 0;
  margin: 0;
}
.contribute header ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.contribute header ul li a {
  font-weight: 700;
}
.contribute footer {
  border-bottom: 2px solid rgba(216, 210, 201, 0.4);
  border-top: 2px solid rgba(216, 210, 201, 0.4);
  font-weight: 700;
}
.contribute footer a {
  display: inline-block;
  line-height: 42px;
}
.contribute footer a:after {
  display: inline-block;
  content: url('img/top-arrow.png') no-repeat top;
  padding: 0 0 0 8px;
  margin-top: -2px;
  vertical-align: top;
}
.contribute ul.unstyled {
  margin-left: 1em !important;
}

ul.partners li span {
  width:140px;
  display:inline-block;
}

.contribute ul.unstyled li {
  margin: 0 0 1.75em;
}
.contribute ul.unstyled li h4 {
  margin: 0 0 6px;
  font-weight: 700;
}
.study {
  position: relative;
  margin: 0 0 50px;
  padding: 16px 20px;
  background: rgba(222, 221, 220, 0.5);
}
.study header {
  display: table;
  margin: 0 0 20px;
  width: 100%;
  height: 110px;
}
.study header .img-container {
  display: table-cell;
  vertical-align: middle;
}
.study header .img-container img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.study p {
  display: inline !important;
}
.study footer {
  position: absolute;
  margin: 0 0 0 -16px;
  bottom: -38px;
  width: 100%;
  text-align: center;
}
.study.narrow {
  min-height: 346px;
}
.study.wide {
  min-height: 258px;
}
.event {
  margin: 0 0 46px;
  padding: 0 0 30px;
  border-bottom: 2px solid rgba(216, 210, 201, 0.4);
}
.event header .date {
  display: block;
  margin: 0 0 20px;
  color: #000;
}
.event_location {
	color:#000;
	margin:0;
}
.event_ai {
	color:#000;
	margin-top:0;
}
.event header h2 {
  font-weight: 700;
  margin-bottom:5px;
}
.event:last-child {
  margin-bottom: 5px;
}
.rtm-btn {
	display:block;
	clear:both;
	margin:35px 0;
}
.event .imgcol {
	/*text-align:right;*/
	padding-right:40px;
}
.event .wp-post-image {
  max-width: 160px !important;
  height: auto;
}
.rm-form {
	max-width:400px;
}
.rm-form .gform_heading {
	background:#0079c2;
	padding:15px;
	color:#fff;
	text-transform:uppercase;
}
.rm-form .gform_title {
	margin:0;
}
.rm-form ul {
	margin:0 10px;
}
.page-template-page-events #fancybox-content {
	background:url('img/diagonal-noise.png') repeat;
}
.rm-form ul li {
	text-indent:0;
	margin:0;
}
.features .content-row {
  margin-bottom: 55px;
}
.features .features-row {
  margin-bottom: 55px;
}
.feature {
  margin: 0 0 34px;
}
.feature h2 {
  color: #333;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
}
.feature .feature-icon-block {
  display: block;
  margin: 0 0 24px;
  width: 100%;
  height: 80px;
  padding: 14px;
  background: #0e5b8d;
  line-height: 80px;
}
.feature .feature-icon-block img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}
.feature:nth-child(2n) .feature-icon-block {
  background: #d39a2b;
}
.friends ul {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}
.friends ul li {
  margin: 0 0 1.25em 0;
  text-indent: 0;
}
.friends ul li:before {
  content: '' !important;
  padding-right: 0 !important;
}
.logo-box {
  min-height: 190px;
}
.logo-box img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width:100%;
  height:auto;
}
.sidebar {
  margin: 52px 0 36px;
  padding: 24px 18px 8px 18px;
  background: rgba(231, 231, 231, 0.5);
}
.sidebar.shift-up {
	margin-top:0px;
	background: rgba(231, 231, 231, 0.8);
	background: url('img/diagonal-noise.png') repeat #f5f5f5;
}
.sidebar.nobg {
	background:transparent;
	margin: 0;
	padding: 24px 0 8px 0;
}
.sidebar .widget {
  display: block;
  margin: 0 0 16px;
  border-bottom: 2px solid rgba(216, 210, 201, 0.4);
}
.sidebar .widget.widget_archive {
	padding-bottom:20px;
}
.sidebar .widget header {
  margin: 0 0 6px;
  color: #4b4640;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 700;
}
.sidebar .widget ul {
  margin-left: 0;
}
.sidebar .widget ul li {
  margin: 0 0 1em -1.4em;
  text-indent: 0;
}
.sidebar .widget ul li:before {
  content: '';
  padding-right: 0;
}
.sidebar .widget:last-child {
  margin: 0;
  border-bottom: none;
}
.page-template-page-events-php .sidebar,
.page-template-page-past-events-php .sidebar {
  margin-top: 0;
}
#tao-timeline {
  position: relative;
  padding: 24px 0 0;
}
#tao-timeline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: #c91d3c;
}
#tao-timeline .tao-timeline-block {
  position: relative;
  margin: 16px 0;
}
#tao-timeline .tao-timeline-block:before,
#tao-timeline .tao-timeline-block:after {
  content: " ";
  display: table;
}
#tao-timeline .tao-timeline-block:after {
  clear: both;
}
#tao-timeline .tao-timeline-block .tao-timeline-date {
  position: absolute;
  left: 50%;
  margin: 0 -111px 0;
  padding: 16px;
  background: #c91d3c;
  color: #ffffff;
  font-size: 2.625em;
  font-weight: 900;
  letter-spacing: -0.035em;
}
#tao-timeline .tao-timeline-block .tao-timeline-date.long-date {
  margin: 0 -222px 0;
}
#tao-timeline .tao-timeline-block .tao-timeline-content {
  display: block;
  margin: 65px 0 0;
  width: 45%;
  text-align: right;
}
#tao-timeline .tao-timeline-block:nth-child(even) .tao-timeline-date {
  margin: 0 0 0 4px;
}
#tao-timeline .tao-timeline-block:nth-child(even) .tao-timeline-date.long-date {
  margin: 0 0 0 4px;
}
#tao-timeline .tao-timeline-block:nth-child(even) .tao-timeline-content {
  float: right;
  text-align: left;
}
.publication {
  overflow: auto;
  margin: 0 0 30px;
}
.quote-widget {
  padding: 64px 0 24px;
  background: url('img/sidebar-quote-widget.png') no-repeat top center;
  border-bottom: 2px solid rgba(216, 210, 201, 0.4);
  text-align: center;
}
.quote-widget blockquote {
  margin: 0 0 1.5em;
  font-size: 1.125em;
  line-height: 1.5em;
}
.quote-widget img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.single-partners h1 {
  margin-bottom: .5em;
}
.single-partners .sidebar {
  margin: 24px 0 36px;
}
.single-partners .wp-post-image {
  max-width: 218px !important;
  height: auto;
}
.single-partners .padding-bottom {
  padding: 0 0 156px;
}
.page-template-page-partners-php .unstyled li {
  display: block;
}
.page-template-page-presskit-php .logo-box .logo-container {
  position: relative;
  display: block;
  margin: 0 0 16px;
  width: 100%;
  height: 140px;
  background: #ffffff;
  text-align: center;
}
.page-template-page-presskit-php .logo-box .logo-container img {
  position: absolute;
  max-height: 140px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-template-page-presskit-php .logo-box .logo-info p {
  margin-bottom: 0;
}
.single-jobs .padding-bottom {
  padding: 0 0 156px;
}
table {
  width: 100%;
}
table.two_col_table td {
  width: 50% !important;
  padding-left: 16px;
}
table caption {
  margin: 24px 0 16px;
  font-size: 1.75em;
  font-weight: 100;
  text-align: left;
  line-height:1.3em;
}
table thead {
  width: 100%;
  border-bottom: 2px solid rgba(216, 210, 201, 0.4);
}
table thead th {
  padding: 16px 20px 16px 0;
  font-size: 1.125em;
  font-weight: 500;
}
table thead th:nth-child(1) {
  width: 15%;
}
table thead th:nth-child(2) {
  width: 60%;
}
table thead th:nth-child(3) {
  width: 25%;
}

table.twocol thead th {
	background:#cecece;
	text-align:center;
}
table.twocol thead  th {
  width: 50%;
}
table.twocol thead th {
  width: 50%;
}


table tr {
  border-bottom: 2px solid rgba(216, 210, 201, 0.4);
}
table tr:nth-child(even) {
  background: #dfdfdf;
}
table td {
  padding: 12px 20px 10px 5px;
}
table td:nth-child(1) {
  width: 15%;
  font-weight: 700;
}

table.compare {
	table-layout:fixed;
	width:100%;
}
table.compare thead th:nth-child(1) {
	width:15%;
}
table.compare thead th {
	width:28.33%;
	text-align:center;
}

//Subscription Table
.text-right { text-align:right; }
table#subscription-table {
}
table#subscription-table th:nth-child(1),
table#subscription-table td:nth-child(1) {
	width: 55%;
	font-weight: 700;
}
table#subscription-table th:nth-child(2),
table#subscription-table th:nth-child(3),
table#subscription-table th:nth-child(4),
table#subscription-table td:nth-child(2),
table#subscription-table td:nth-child(3),
table#subscription-table td:nth-child(4) {
	width: 15%;
	text-align:center;
}


/* Old TAO Days*/
table.old-tao-days thead th:nth-child(1),
table.old-tao-days thead th:nth-child(3) {
	width:inherit;
}
table.old-tao-days td.colnone {
	width:1px !important;
}
table.old-tao-days td.colhalf {
  width: 40%;
  font-weight: normal;
}


table td:nth-child(1) em {
  display: block;
  margin: 6px 0 0;
  font-style: normal;
  font-weight: 500;
}
table td:nth-child(2) {
  width: 60%;
}
table td:nth-child(3) {
  width: 25%;
}
table td ul {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}
table td ul li {
  text-indent: 0;
}
table td ul li:before {
  content: '' !important;
  padding-right: 0 !important;
}

.page-template-page-news-php #content {
	padding-top:92px;
}
.blog #content {
	padding-top:56px;
}
.page .circles-bg {
  padding-bottom: 170px;
}

.tao-days  .circles-bg {
	margin-top:35px;
}
.home #content {
  padding: 112px 0 0;
}
.home .circles-bg {
  padding-bottom: 0;
}
.page-id-509 .btn-icon {
  height: 54px;
  border-right: none;
}
.blog-post h2 {
  margin-bottom: 18px;
}
.post-date {
  display: block;
  width: 100%;
  margin: 0 0 18px;
}
#respond {
  display: block;
  margin: 36px 0 0;
  padding: 24px 0 0;
  border-top: 2px solid #e3ddd5;
}
#respond h3 {
  font-size: 1.5em;
}
#commentform input,
#commentform textarea {
  margin: 0 8px 0 0;
  padding: 8px;
  border: 1px solid #e3ddd5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1.125em;
}
#commentform input[type="submit"] {
  display: inline-block;
  margin: 0 0 16px;
  padding: 18px 16px;
  border: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
  background-image: -webkit-linear-gradient(top, #0079c2 0%, #0059ab 100%);
  background-image: linear-gradient(to bottom, #0079c2 0%, #0059ab 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0079c2', endColorstr='#ff0059ab', GradientType=0);
}
#commentform input[type="submit"]:hover {
  background-image: -webkit-linear-gradient(top, #006fb3 0%, #00519c 100%);
  background-image: linear-gradient(to bottom, #006fb3 0%, #00519c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006fb3', endColorstr='#ff00519c', GradientType=0);
}
#menu {
  display: none;
}
#mobile-email {
  display: none;
}
.mobileonly {
	display:none;
	padding:0px 5%;
	margin:-40px 0 0 0;
}
.mobilecta,
.showonmobile {
	display:none;
}
.single-news .author-meta {display:none; }

.gallery {clear:both;}
.gallery .gallery-item {float:left; max-width:33%; margin:5px 20px 5px 0px; }

.gallery .gallery-item:nth-child(4) {
	clear:both;
}

.edit-link {clear:both; }


/* Team layout template */

.members {

}
.member-box {
	margin:0 auto 35px;
	display:block;
	text-align:center;
/*	margin:0 20px 35px 0px;
	padding-left: 0px;
    padding-right: 0px;
	position: relative;
	width:235px
*/

}
.member-box .photo {
   height: auto;
   vertical-align: middle;
   border: 1px solid #ddd;
	bottom:0px;
}
.member-box .photo.primary {
	position: relative;
}

.member-box .photo.secondary {
	opacity: 0;
    position: absolute;
  /*  transition: opacity 0.25s ease-in-out 0; */
}
.member-box .photo.secondary.patrick-plichart {
	top:-22px;	border: 0px none;
}
.member-box .photo.secondary.isabelle-dekens {
	top:-32px;border: 0px none;
}
.member-box .photo.secondary.vilmos-kovacs {
	top:-34px;border: 0px none;
}

.member-box .title-box {
	position:relative;
	z-index:100;
	max-width:220px;
	width:220px;
/*	margin:-55px 0 0 0 ;*/
	margin:-55px auto 0;
	background:url(img/blacktrans.png) repeat;
	color:#fff;
	height:55px;
	padding:3px 0 0 10px
}

.member-box .title-box .member-name {
	font-weight:bold;
	line-height:20px;
	font-size:12px;
}
.member-box .title-box .member-title{
	display:inline-block;
	width:80%;
	font-size:12px;
	line-height:110%;
}

/*rev slider customizations */
.tp-rightarrow.default {
    background: url("img/arrows_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tp-leftarrow.default {
    background: url("img/arrows_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tp-bullets {

}
.rev_slider_wrapper a.btn-primary{
	color:#fff !important;
}
.rev_slider_wrapper a.btn-primary:hover{
	color:#ff7302 !important;
}

.ebook-box {
	float:right;
	text-align:center;
	width:200px;
	margin:-25px 0 20px 10px;
	position:relative;
	z-index:1000;
}
.os-bg {
	padding-bottom:15px;
	max-width:210px;
	display:block;
	margin:0 auto 25px;
	min-height:200px;
}
.os-bg h3 {
	padding:5px 10px;
	width:100%;
	font-weight:600;
	text-align:center;
	border-bottom:1px solid #ccc;
}
.download-packages {
	text-align:center;
}
.download-packages p {
	max-width:190px;
	margin:0 auto;
}
/* ------------------------------------------------------------------------ */
/*  CASE STUDIES PAGE
/* ------------------------------------------------------------------------ */

h1.page-title {
	text-align:center;
	margin:25px 0 15px;
	font-size:2.6em;
}
.page-sub-head {
	text-align:center;
	font-size:1.3em;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	margin:25px 0 75px;
}
.esg-entry-media-wrapper {
	border:1px solid #eae7e2;
}
.page-template-page-case-studies ul.mainul li:before {
	content: '';
	padding-right: 0;
}
/* ------------------------------------------------------------------------ */
/*  BACK TO TOP BUTTON
/* ------------------------------------------------------------------------ */
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 5px;
	right: 20px;
	display: none;
	outline: none !important;
}
#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background: #515A5F url(img/backtotop.png) no-repeat center center;
	text-indent: -9999px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
	outline: none !important;
}
#back-to-top a:hover {
	background-color: #222222;
}
/* ------------------------------------------------------------------------ */
/*  WHITE PAPERS PAGE
/* ------------------------------------------------------------------------ */
.page-template-page-whitepapers .row.center {
  display: block;
  margin:0 auto;
  text-align: center;
}
.wp-box {
  background:#fff;
  height:290px;
  border:1px solid #eae7e2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  padding-top:5px;
  margin-bottom:5px;
}
.wp-box .wp-rm {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  background:#103459;
  color:#fff;
  font-size: 11.5pt;
  padding:15px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.wp-box a:hover .wp-rm,
.wp-box a:focus .wp-rm {
  background:#1b67b5;
  text-decoration: none;
}
/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}



@media screen and (max-width: 1200px) {
	#benefits h2 {
		padding: 0 0 0 !important;
	}
	#edu-employment #tao-edu .btn-text {
		min-width:280px;
	}
	#benefits-help .help-icons {
		padding:0px 2% 20px 2%;
	}

	.responsive-image img {max-width:100%; height:auto}

	.tao-days .buttons  a{
		font-size:12px;
	}
	.tao-days .buttons {
		height: 60px;
	}
}
@media screen and (max-width: 1024px) {
  #benefits h2 {
    line-height: 1.25em !important;
  }
  p a {
    display: inline;
  }
  #desktop-cta p a {
    display: inline-block;
  }
}
@media screen and (max-width: 1000px) {
	#primary {
		display: block;
		padding: 0;
	}
	#primary .logo {
		margin: 18px 0 0;
		padding: 0 0 18px;
	}
	#mobile-email {
		display: block;
		position: absolute;
		right: 54px;
		padding: 0 16px;
		height: 100%;
	}
	#mobile-email a {
		display: block;
		width: 61px;
		background: url('img/mobile-contact.png') no-repeat center;
		line-height: 85px;
		text-indent: -9999px;
	}
	#mobile-email a:hover {
		border-bottom: none;
	}
	#menu {
		display: block;
		position: absolute;
		right:0px;

		cursor: pointer;
		padding: 0 18px;
		background: #ffffff;
		color: #0079c2;
		font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 2.25em;
		font-weight: 700;
		line-height: 92px;
		text-transform: uppercase;
	}

	#menu:hover {
		background: #0079c2;

		color: #ffffff;
	}
	#primary-menu.js-nav {
		display: none;
		position: absolute;
		left: 0;
		top: 92px;
		width: 100%;
		/* max-height: 200px;*/
		overflow-y: scroll;
	}


	body.menu-open {
		overflow: hidden;
	}
	#primary-menu.js-nav ul {
		display: block;
		float: none;
		width: 100%;
		background: #0079c2;
		list-style: none;
	}
	#primary-menu.js-nav ul li {
		display: block;
		float: none;
		padding: 0;
		border-bottom: 1px solid #7fbae2;
		max-height:65px;
	}

	#primary-menu li.last-menu ul {
		margin-left:auto;
	}

/*added for full CSS support without scripting*/
#primary-menu.js-nav ul li:hover {
max-height:auto;
display:table;
-webkit-transition: opacity 0.6s ease;
-o-transition: opacity 0.6s ease;
transition: opacity 0.6s ease;
width:95%;
max-width:98%;
overflow:hidden;
}
	#primary-menu.js-nav ul li:last-child {
		border-bottom: none;
	}
	#primary-menu.js-nav ul li a {
		padding: 16px 0;
		width: 100%;
		color: #fffefd !important;
	}
	#primary-menu.js-nav ul li a:hover {
		color: #ffead4 !important;
	}
	#primary-menu.js-nav ul li.dropdown ul {
		position: relative;
		top: 0;
		width: 100%;
		padding: 0;
		background: #006fb3;
	}
	#primary-menu.js-nav ul li.dropdown ul li {
		padding: 8px 0 8px 16px;
	}

	#primary-menu ul li.dropdown ul {
		/*height:5px;
	display:none;
		position: relative;
		left:0px;
		opacity: 1;*/
	}

	/*mobile touch menu overflow*/
	#menu-primary-navigation.menu {
		height: auto;
		max-height:1000px;
		overflow-x: hidden;
	}

	#content {
		padding: 92px 0 0 0;
	}
	.home #content {
		padding:50px 0 0 0;
	}
	#hero {
		padding: 0 10px;
		height: auto !important;
	}
	#hero img {
		width: 100%;
		height: auto;
	}

	#edu-employment {
		bottom:-157px;
	}

	.icon-list .col-md-4 {
		height:120px;
		overflow:hidden;
	}

	#testimonials .quote .quote-container {
		font-size:0.8em;
		line-height:110%;
		 padding: 0 11px;
	}
	#testimonials .wrapper > img {
		max-width:100% !important;
		width:100%;
		height:auto;
	}

	.event .imgcol {
		text-align:left;
		padding-right:0px;
	}

	table td {
		padding-right: 5px;
	}
	#benefits-help .textbox {
		text-align:center;
	}
	#benefits-help .help-icons {
		padding:0px 10% 20px 10%;
	}

	.hideonmobile {display:none;}
	.showonmobile {display:block;}


	/*newsletter box */

/*
	#subscribe-box .text {
		text-align:center;
		padding:15px;
	}
	#subscribe-box .form {
		text-align:center;
		padding:13px 0px 0px 0px;
	}

	#subscribe-box form input[type="email"] {
		width:235px;
		max-width:50%;
		display:inline-block;
	}
	#subscribe-box form input[type="image"] {
		float:none;
		display:inline-block !important;
		top:12px;
		left:-2px;
		position:relative;
	}
	*/
	.tao-days .buttons  {
		padding:0 3px;
	}
	.tao-days .buttons a {
		height:80px;
		line-height:25px;
	}

	.td-speakers .td-box {
		margin-left:24%;
	}

	.tao-days.banner-bg.footer-banner  {
		background-size: contain !important;
		max-width:100%;
		margin-top:0px;
	 	height:300px;
	}

	table.compare {width:100%;background:rgba(255,255,255,.4);}
	.compare thead {display: none;}
	.compare tr {border-bottom:0;}
	.compare tr:nth-of-type(2n) {background-color: inherit;}
	.compare tr td:first-child {background: #DFDFDF; font-weight:bold;font-size:1.3em;padding:15px 0;}
	.compare tbody td {display: block;  text-align:center;}
	.compare tbody td:before {
	    content: attr(data-th);
	    display: block;
	    text-align:center;
	    font-weight:bold;
	}
	.compare td:nth-child(1),
	.compare td:nth-child(2),
	.compare td:nth-child(3),
	.compare td:nth-child(4) {
		width:100%;
	}
	.compare td:nth-child(2) {
		margin-top:15px;
	}
	.compare td:nth-child(4) {
		margin-bottom:15px;
	}
	.compare td:nth-child(1) {
		background:#DFDFDF;
	}
}
@media only screen and (min-width:768px) and (max-width:1000px) {
	#home-services .col-sm-4 {
		float:none;
		display:inline-block;
		width:30%;
	}
}
@media screen and (max-width: 768px) {
	.mobileonly,
	.mobilecta {
		display:block;
	}
	.tan-curve {
		background: url('img/tan-curve.png') no-repeat center rgba(0, 0, 0, 0);
	}
	#benefits article {
		min-height:100px;
	}

	.member-box {
		width:230px;
		margin:0 8px 40px 8px;
	}
	#benefits-help {
		padding-top:175px;
	}

	#benefits-help .help-icons {
		padding:20px 5%;
	}

	.home .call-out.hidden-xs {
		display:none;
	}

	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.tao-days .buttons  {
	}
	.tao-days .buttons a {
		line-height:21px;
	}
	.tao-days .buttons a.single {
		line-height:40px;
	}

	.tao-days.banner-bg.footer-banner {
	 	height:200px;
	}

}


@media screen and (max-width: 745px) {
	.member-box {
		width:35%;
		margin:0 5px 40px 10%;
	}

	table thead td:nth-child(2){
		width:55%;
		padding: 12px 0px 10px 5px;
	}
	table thead td:nth-child(3){
		width:35%;
		padding: 12px 0px 10px 5px;
	}
	.download-link.pdf-link,
	.download-link.pdf-link:hover, .download-link {
		height:38px;
		line-height:100%;
	}



	.td-speakers .td-box {
		margin-left:22%;
	}
}
@media screen and (max-width: 650px) {
	.tao-days .buttons  {
		padding:0px 1px;
	}
}

@media screen and (max-width: 599px) {
	.member-box {
		width:235px;
		margin:0 auto 40px auto;
		clear:both;
		float:none;
	}

	.tao-days .button-div {
		margin-top: 90px;
	}
	.tao-days .buttons  {
		float:none;
		clear:both;
		width:100%;
		height: 45px;
	}
	.tao-days .buttons a,
	.tao-days .buttons a.single {
		font-size:15px;
		line-height:15px;
		 height: 40px;
		 border-radius:4px;

	}
	.help-icons .icon-box {
		text-align:center;
		margin-bottom:15px;
	}

	.td-speakers .td-box {
		margin-left:15%;
	}

}
@media screen and (max-width: 480px) {


	.col-xxs-12	 {
		width:100%;
	}

	.gform_fields  .formtext .gfield_required{
		padding-left:3px;
	}
	.gform_fields  .formtext .gfield_label  {
		text-indent:0px;
		margin-left:-18px;
	}

	#edu-employment {

	}

	#back-to-top {
		bottom: 30px;
	}
	.sidebar {
		padding-left:5px;
	}

	/*mobile touch menu overflow*/
	#menu-primary-navigation.menu {
		height: auto;
		max-height:500px;
		overflow-x: hidden;
	}

	.tao-days.banner-bg  {
		 margin:-75px 0 50px 0px;
	}
	.banner-tao-days {
		height: 355px;
	}
	.banner-tao-days h1.tao-heading {
		margin-top:55px;
		font-size:4em;
	}
	.banner-tao-days h3.tao-heading {
		margin-bottom:20px;
		font-size:2em;
	}

	.tao-days .circles-bg {
		margin-top: 20px;
	}

	.ebook-box {
		float:none;
		width:200px;
		display:block;
		margin:0 0 25px;
		height:auto;
	}
	.ebook-box img {
		max-width:100%;
		height:auto;
	}

	.td-speakers .td-box {
		margin-left:9%;
	}

	.tao-days.banner-bg.footer-banner {
	 	height:125px;
	}


	#subscribe-box  .singup-wrap {
		padding:0 0 15px 0;
	}

	#subscribe-box .textcenter {
		margin-top:20px;
		padding:5px;
	}
	#subscribe-box .text {
		text-align:center;
		padding:14px 0px 5px 0px;
		float:none;
		display:block;
		width:100%;
		margin-bottom:0px;
	}
	#subscribe-box .form {
		float:none;
		display:block;
		width:100%;
		text-align:center;
		padding:0;
		margin:25px 0;
	}
	#subscribe-box form input[type="email"] {
	 	margin-left: 12px;
	}
	#subscribe-box form input[type="image"] {
		display:inline-block;
		float:right;
		right:0px;
	}
}

@media screen and (max-device-width: 360px) {
	.td-speakers .td-box {
		margin:0%;
	}
	.tao-days.banner-bg.footer-banner {
	 	height:95px;
	}

}

@media screen and (min-device-width: 320px) and (max-width: 568px) {

	#content iframe{
		max-width:100% !important;
	}

	.no-float-xs {
		float:none !important
	}

  .home #content {
    padding: 50px 0 0;
  }
  .home #desktop-cta {
    display: block;
  }
  .home #tao-edu {
    margin-bottom: 12px;
  }
  .home #video {
    padding: 40px 0 80px;
  }
  .home .circles-bg {
    padding-bottom: 0;
  }
  .visible-xs-block {
    text-align: center;
  }
  .visible-xs-block .btn {
    margin-bottom: 42px;
  }
  #benefits .container {
    padding-bottom: 80px;
  }

  #benefits article header .icon-container {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto 12px;
  }
  #benefits article header h2 {
    display: block;
    font-weight: 500;
    line-height: 1.25em;
    text-align: center;
  }
  .call-to-action-icons {
    margin: -60px -32px 0px -32px;
    overflow: auto;
  }
  .call-to-action-icons .textwidget a {
		font-size:10px;
  }
   .call-to-action-icons .textwidget a span {
	height: 61px; width:61px;
   }
   .call-to-action-icons .textwidget a span img {
		height: 50px; width:50px;
   }

  #edu-employment {
	left: 50%;
    bottom: -220px;
    width: auto;
    margin: 0 0 0 -185px;
    padding: 24px 10px;
 }
  #edu-employment .btn-icon,
  #edu-employment .btn-text {
    padding: 12px 10px;
    text-align: center;
  }
  #edu-employment .btn-icon {
    display: block;
    float: none;
    clear: both;
    margin: 12px 0 0;
    width: 100%;
    height: 49px;
    border: none;
  }
  #edu-employment .btn-text {
    display: block;
    float: none;
    clear: both;
  }
  #who .box-shadow {
    overflow: auto;
    padding-bottom: 0px;
    margin: 0 10px 24px;
  }
  #who .vertical-logo-container {
    display: inline-block;
    margin: 0 0 30px;
    width: 100%;
  }
  #who .visible-xs-block {
    font-size: 1.125em;
    line-height: 1.5em;
  }
  #testimonials {
    padding-bottom: 52px;
  }
  #testimonials blockquote {
    padding: 0 10px;
  }
  #testimonials .visible-xs-block article {
    padding: 24px 10px;
    font-size: 1.25em;
    line-height: 1.25em;
    text-align: left;
  }
  #testimonials .visible-xs-block article img {
    display: block;
    margin: 0 auto 18px;
  }
  #testimonials .visible-xs-block article:first-child {
    background: #396785;
  }
  #testimonials .visible-xs-block article:nth-child(2) {
    background: #2b5c7c;
  }
  #testimonials .visible-xs-block article:nth-child(3) {
    background: #1a4f72;
  }
  .btn-secondary {
    margin: 24px 8px 0px;
  }

	ul.partners li span,
	ul.partners li a {
		width:100%;
		display:block;
	}

  #site-footer input[type="submit"] {
    padding: 12px 0px !important;
  }
  #site-footer .sitemap {
    margin: 36px 0 0;
    text-align: left;
  }
  #site-footer .sitemap a {
    text-align: left !important;
    color: #92887b;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 700;
  }
  #site-footer .sitemap a:hover {
    color: #776e63;
  }
  #site-footer .social li:first-child {
    margin-left: 0;
  }
  .contribute header h2 {
    display: block;
    float: none;
  }
  .contribute header ul {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 0 1.25em;
  }
  .contribute header ul li:first-child {
    padding-left: 0;
  }
  .yellow-curve-clear {
    background: url('img/yellow-curve-clear.png') no-repeat center rgba(0, 0, 0, 0);
  }
  .yellow-curve {
    background: url('img/yellow-curve.png') no-repeat center rgba(0, 0, 0, 0);
  }
  .tan-curve {
    background: url('img/tan-curve.png') no-repeat center rgba(0, 0, 0, 0);
  }
  .blue-curve {
    background: url('img/blue-curve.png') no-repeat center;
  }
}
@media only screen and (min-width:481px) {
	#practical-guide .container {
		background-size:contain;
	}
}
@media only screen and (min-width:600px) {
	.red-border-btn,
	.blue-border-btn {
		display:inline;
	}
	.prod-btns .blue-border-btn {
		margin-right:10px;
	}
	#practical-guide .container {
		background-size:auto;
	}
}
@media only screen and (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
	#home-services .col-xs-12 {
		margin-bottom:0;
	}
  /* Remove below when there is more than 3 */
  .wp-box {
    float:none;
    display: inline-block;
    width:49%;
  }
}
@media only screen and (min-width: 992px) {
  /* Remove below when there is more than 3 */
  .wp-box {
    width:24%;
  }
  .col-md-15 {
    width: 20%;
    float: left;
  }
  #hm-awards .col-md-15 {
    width:16.667%;
  }
  #hm-awards .col-md-15 img {
    max-width: 100%;
    height: auto;
  }
  .social-links {
  	text-align:right;
  }
	#site-footer .social, #site-footer .heading {
		display: inline-block;
	}
	#site-footer .social {
		position:relative;
		top:10px;
		margin-left:10px;
	}
	.center-list-mobile {
		max-width:100%;
		margin-left:20px;
		margin-right:0;
	}
	#home-products {
		background:#fff url('img/hm-prod-bg.png') no-repeat center center;
		text-align:left;
		background-size:500px;
		padding-bottom:0;
	}
	#home-products .container {
		position: relative;
		min-height:600px;
		background-size:auto;
	}
	#home-products img {
		margin:0;
		max-width:175px;
	}
	#home-products .enterprise {
		position:absolute;
		top:0;
		right:5%;
	}
	#home-products .community {
		position:absolute;
		left:0;
		bottom:30%;
		text-align:right;
	}
	#home-products .community .float-right p {
		text-align:left;
	}
	#home-products .right-desk {
		text-align:right;
	}
	#home-products .float-right {
		float:right;
	}
	#home-products .premium {
		position:absolute;
		bottom:14%;
		right:0;
	}
	#home-testimonials .owl-nav {
		text-align:right;
		margin-top:0;
	}
	.cs-link {
		display:inline;
		margin-top:0;
		margin-left:15px;
	}
	.ds-img {
		text-align:center;
	}
	#practical-guide {
		padding:35px 0 0;
	}
	#practical-guide .container {
		padding-bottom:60px;
		background-position:bottom right -45px;
	}
  /* Current Section Homepage */
  #current h1,
  #current .event-post {
    text-align: left;
  }
  #current .event-post {
    padding-bottom:25px;
    margin-right:25px;
  }
  #current .rtm-btn {
    margin: 18px 0 0;
  }
  #current .gform_button {
    display:inline-block;
    margin:35px 0 0;
    max-width:100%;
  }
  #current > .container > .row .col-md-6:last-of-type {
  padding-left:35px;
  }
  #current > .container > .row .col-md-6:last-of-type {
    margin-top:0;
    border-top:none;
    padding-top:0;
  }
	
	.sidebar.shift-up {
		margin-top:-75px;	
	}
}
@media only screen and (min-width: 980px) {
	#practical-guide .container {
		background-size:500px auto;
	}
}

@media only screen and (min-width: 1000px) {
	.head-ml {display:block; margin-top:7px;}
	.head-ml input[type="email"]{
		border:1px solid #d7d7d7;
		position:relative;
		padding:10px;
    float:left;
		/*top:-15px;
		right:-4px;*/
		width:30%;
		height:40px;
	}
  .head-ml form input[type="image"] {
  	background:url('img/join-mailing-list2x.png') no-repeat;
  	background-size:148px 40px;
  	float:left;
  	height:40px;
  	width:148px;
  	text-indent:-10000px;
  	position: relative;
  	background-size:100%;
  	border:none;
  }
	#primary li.watch-demo {
		margin:0 10px 0 20px;
	}
	#primary li.contact-us {
		margin:0;
	}
	#primary li.watch-demo a {
		color:#d21243;
		border:2px solid #d21243;
		padding:9px 15px 9px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

	}
	#primary li.watch-demo a:hover,
	#primary li.watch-demo a:focus {
		background:#D21243;
		color:#fff;
		text-decoration:none;
	}
	#primary li.contact-us a {
		color:#d89e2c;
		border:2px solid #d89e2c;
		padding:9px 15px 9px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

	}
	#primary li.contact-us a:hover,
	#primary li.contact-us a:focus {
		background:#d89e2c;
		color:#fff;
		text-decoration:none;
	}
	#primary li.no-link > a {
		cursor:default;
	}
	#subscribe-box {
		text-align:left;
		background-size:contain;
	}
	#subscribe-box .container {
		max-width:850px;
	}
	#subscribe-box h2 {
		margin-top:13px;
	}
	#subscribe-box .form {
		float:left;
		margin:10px 0 0 0;
	}
	#serving-students h2 {
		max-width:100%;
	}
	#practical-guide {
		text-align:left;
	}
	#practical-guide .mc-sidebar-wrapper {
		max-width:100%;
	}
	#practical-guide form.mc-sidebar {
		max-width:100%;
	}
	#practical-guide .ginput_container {
		float:left;
		width:65%;
	}
	#practical-guide .mc-sidebar ul.gform_fields li {
		display:inline-block;
		width:30%;
		margin-right:25px;
	}
	#practical-guide .gform_body {
		float:left;
		width:85%;
	}
	#practical-guide .gform_footer {
		float:left;
		width:15%;
		clear:none;
		margin-top:35px;
	}
	#practical-guide .gform_fields:after {
		clear:both;
	}
	#practical-guide .gform_fields li:nth-child(3) .gfield_label {
		width:15%;
	}
	#practical-guide li:nth-child(3) .ginput_container {
		width:75%;
	}
	#home-testimonials {
		text-align:left;
	}
	#home-testimonials .owl-carousel {
		text-align:left;
		margin-top:0;
	}
	#home-testimonials blockquote {
		font-size:17pt;
	}
	#hm-awards {
		padding:50px 0 91px;
	}
	#hm-awards .col-xs-6 {
		float:left;
		display:initial;
	}
	#hm-awards img {
		margin-bottom:0;
	}
	.pad-top:before {
		height: 130px; /* header height + empty space */
		margin-top: -130px; /* header height to degrees padding's space */
	}
	.admin-bar .pad-top:before {
		height: 150px; /* header height + empty space */
		margin-top: -150px; /* header height to degrees padding's space */
	}
	.page-template-page-news-php #content {
		padding-top:156px;
	}
	.prod-btns {position:relative;top:17px;}
	.prod-btns a.blue-border-btn {margin-right:10px;}
	.prod-head,.prod-btns {float:left;}
	.prod-head {margin-right:25px;}
	.compare-editions a.brown-btn {
		margin:0 auto;
		position:absolute;
		bottom:35px;
		left:0;
		right:0;
		max-width:250px;
		text-align:center;
	}
	#practical-guide .container {
		background-size:500px auto;
	}
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
	#primary-menu ul li {
	  margin: 0 15px 0 0;
	}
	.customer-logos {
		max-width:100%
	}
	#practical-guide .gform_fields .gfield_label {
		float:left;
		width:27%;
		margin:18px 10px 0 0;
		text-align:right;
	}
	#practical-guide .gform_footer {
		margin-top:11px;
	}
	#practical-guide .mc-sidebar .gform_button {
		margin-top:0;
	}
	.view-cs p {
		margin:5px 0 65px;
	}
	#practical-guide h1,
	#practical-guide h2 {
		max-width:600px;
	}
	#practical-guide h2 {
		font-size: 2.625em;
		line-height: 1.25em;
    		font-weight: 100;
    		margin-bottom: 20px;
	}
	#practical-guide .container {
		background-size:auto auto;
	}
  .head-ml input[type="email"]{
		width:45%;
	}
}
@media only screen and (min-width:1280px) {
	#home-products .community {
		left:5%;
		bottom:20%;
	}
	#home-products .enterprise {
		right:11%;
		top:5%;
	}
	#home-products .premium {
		right:5%;
	}
}
@media only screen and (min-width:1366px) {
	#home-products .enterprise {
		top:0;
	}
	#practical-guide .container {
		background-position:bottom right;
	}
}
@media only screen and (min-width:1600px) {
	#home-products {
		background-size:auto;
	}
	#home-products .container {
		width:1300px;
		min-height:750px;
	}
	#home-products img {
		max-width:100%;
	}
	#home-products h2 {
		margin-top:15px;
	}
	#home-products .community {
		left:0;
		bottom:20%;
	}
	#home-products .premium {
		right:2%;
	}
	#site-footer .main-footer-container {
		background-position:8% bottom;
	}
}
@media only screen and (min-width:1920px) {
	#site-footer .main-footer-container {
		background-position:15% bottom;
	}
}
@media only screen and (min-width:2500px) {
	#site-footer .main-footer-container {
		background-position:25% bottom;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {

		#subscribe-box form input[type="image"] {
	    	background: url('img/subscribe2x.png') no-repeat;
	    	background-size:100%;
	    	background-size:114px 47px;
		}
		.head-ml form input[type="image"] {
			background:url('img/join-mailing-list2x.png') no-repeat;
			background-size:148px 40px;
		    background-size:100%;
		}
}
