/*!
Theme Name: Affordance
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Affordance</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Affordance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Affordance is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.resources-hubspot-form {
  position: relative;
}
.ajaxLoader {
  background: rgba(9, 46, 72, 0.2);
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.third-sidebar .affordance_forms label {
  display: none;
}
.blogs-banner-wrapper {
  margin-top: 1px;
}
div.footer-list ul.menu {
  list-style: none;
  padding-left: 0;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

.tachyon_live_home .image-area img {
  max-width: 100% !important;
  width: 100px !important;
}
.tachyon_live_home .action-area {
  position: static !important;
}

.amcharts-chart-div > a {
  display: none !important;
}

.case-study-slider.noMargin .slider-container {
  margin: 0;
}
.productQuote .customer-quotesv2 .customer-quotes-content {
  width: 100%;
}
ul.includedList {
  list-style: none;
  display: block;
  margin-bottom: 0;
}
ul.includedList li {
  width: 33%;
  display: inline-block;
  border-right: 1px solid #f1f1f1;
  text-align: center;
}
ul.includedList li:last-child {
  border: 0;
}
footer.noFooterMargin {
  margin-top: 0;
}
.author-wrap {
  width: 48%;
  display: inline-block;
}

.custom-pagination {
  margin-top: 20px;
}
.custom-pagination .results-per-page {
  text-align: left;
  color: #c5c5c5;
  font-weight: 400;
}
.custom-pagination .results-per-page span {
  padding: 0 10px;
  position: relative;
  color: #c5c5c5;
  font-weight: 400;
}
.custom-pagination .results-per-page span a {
  text-decoration: none;
  color: #c5c5c5;
}
.custom-pagination .results-per-page span.active a {
  color: #16659d;
}
.custom-pagination .results-per-page span a::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 87%;
  background: #c5c5c5;
  position: absolute;
  top: 0;
  right: -5px;
}
.custom-pagination .results-per-page span:last-child a::after {
  content: none;
}
.custom-pagination .pagination-wrapper {
  color: #c5c5c5;
  float: right;
  font-weight: 400;
}
.custom-pagination .pagination-wrapper .current-page {
  border-radius: 2px;
  /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);*/
  border: solid 1px #eaeaea;
  background-color: #fefefe;
  margin-left: 10px;
  margin-right: 10px;
  color: #16659d;
  width: 50px;
  text-align: center;
  height: 28px;
  padding: 0px !important;
}
.custom-pagination .pagination-wrapper .current-page,
.custom-pagination .pagination-wrapper .total-pages {
  padding: 0 10px;
}
.custom-pagination .pagination-wrapper .previous-page {
  position: relative;
  padding: 0px 20px;
}
.custom-pagination .pagination-wrapper .previous-page a::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 85%;
  background: #c5c5c5;
  position: absolute;
  top: 0;
  right: 10px;
}
.custom-pagination .pagination-wrapper .page.inactive a,
.custom-pagination .results-per-page .inactive a {
  color: #eaeaea;
  text-decoration: none;
  cursor: initial;
}
.custom-pagination .results-per-page .inactive a::after {
  background: #eaeaea;
}
.custom-pagination .pagination-wrapper .page.active a {
  color: #16659d;
  text-decoration: none;
}
.custom-pagination .results-per-page .page.active a {
  color: #c5c5c5;
  text-decoration: none;
}
.custom-pagination .pagingErrorMessage {
  float: right;
  margin-top: 10px;
  color: #ea3131;
  font-weight: 400;
  text-align: right;
  padding-right: 15px;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .custom-pagination .pagination-wrapper {
    float: none;
    text-align: center;
  }
  .custom-pagination .results-per-page {
    text-align: center;
    margin-bottom: 30px;
  }
}


/**Cards layout starts**/
.card-layoutv2 {
  background: #fff;
  white-space: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px rgba(100, 128, 142, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(100, 128, 142, 0.25);
  -moz-box-shadow: 0px 0px 5px rgba(100, 128, 142, 0.25);
  -o-box-shadow: 0px 0px 5px rgba(100, 128, 142, 0.25);
  border-collapse: separate;
  margin-bottom: 15px;
  position: relative;
  /* padding-bottom: 40px; */
  transition-duration: 0.3s;
}
.card-layoutv2 .image-area img {
  width: 100%;
  height: auto;
}
.card-layoutv2 .card-content {
  padding: 25px 25px 40px;
}
.card-layoutv2 .card-content .card-heading {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6rem;
  color: #999;
  display: inline-block;
  width: auto;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ff671f;
}
.card-layoutv2 .card-content .content-heading {
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
}
.card-layoutv2 .card-content .content-heading a {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  color: #16659d;
  line-height: 2.5rem;
  overflow: hidden;
  font-weight: 300;
}
.card-layoutv2 .card-content .description {
  color: #343f50;
}
.card-layoutv2 .card-content .card-tags {
  position: absolute;
  bottom: 15px;
  color: #999;
  font-size: 1.3rem;
  font-weight: 300;
}
.card-layoutv2 .card-content .card-tags span {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.6rem;
  color: #999;
}
.card-layoutv2 .action-area {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.card-layoutv2:hover {
  box-shadow: 0px 0px 15px rgba(100, 128, 142, 0.5);
  transition-duration: 0.3s;
}
/**Card layout css ends****/


/* 01 Base Elements
----------------------------------------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #343f50;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

p {
  color: #343f50;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 2.9rem;
  margin-bottom: 24px;
}

a {
  color: #16659d;
  outline: 0;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
}
a:visited {
  color: #16659d;
}
a:hover,
a:focus {
  color: #ff671f;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
ul a,
ol a,
li a {
  color: #16659d;
  outline: 0;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
}
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
ul a:visited,
ol a:visited,
li a:visited {
  color: #16659d;
}
h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus,
ul a:hover,
ul a:focus,
ol a:hover,
ol a:focus,
li a:hover,
li a:focus {
  color: #ff671f;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
}

p a {
  text-decoration: underline;
}
p a:visited {
  color: #16659d;
}
p a:hover,
p a:focus {
  color: #ff671f !important;
}

ul {
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
ul li {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 2.9rem;
}

ul.nav,
ul.nav li,
ul.footer-list,
ul.footer-list li,
ul.slider-list,
ul.slider-list li,
ul#post-grid,
ul#post-grid li,
ul#post-data-wrapper,
ul#post-data-wrapper li,
div.list-section > ul,
div.list-section > ul li,
ul.posts,
ul.posts li,
ul.hs-error-msgs,
ul.hs-error-msgs li,
ul.inputs-list,
ul.inputs-list li,
ul.collapsable-nav,
ul.collapsable-nav li,
ul#menu-topmenu,
ul#menu-topmenu li,
div#selected-category-tags ul,
div#selected-category-tags ul li,
.resources-slider ul,
.resources-slider ul li {
  list-style-type: none;
}

ul.nav,
ul.footer-list,
ul.slider-list,
ul#post-grid,
ul#post-data-wrapper,
div.list-section > ul,
ul.posts,
ul.hs-error-msgs,
ul.inputs-list,
ul.collapsable-nav,
div.copyright-wrap ul,
ul#menu-topmenu,
div#selected-category-tags ul,
ul.social-icons {
  padding-left: 0px;
  margin-bottom: 0px;
}

ol {
  padding: 0 10px !important;
  margin: 0 10px !important;
}

ol,
ol li {
  list-style-type: decimal;
}

ul,
ul li {
  list-style: disc;
}

.blog_post ul,
.blog_post ol,
.resources-content-wrapper ul,
.resources-content-wrapper ol {
  margin-top: 15px;
  margin-bottom: 20px !important;
}
.blog_post ul li,
.blog_post ol li,
.resources-content-wrapper ul li,
.resources-content-wrapper ol li {
  color: #343f50;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 2.9rem;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343f50;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 4.5rem;
  font-weight: 300;
  margin-bottom: 35px;
  letter-spacing: 0px;
  line-height: 5.4rem;
}

h2 {
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 10px;
  line-height: 4.2rem;
}

h3 {
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 5px;
  line-height: 3.2rem;
  letter-spacing: 0px;
}

h4 {
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 3rem;
  margin-bottom: 5px;
}

h5 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0px;
  line-height: 2.8rem;
}

h6 {
  font-size: 1.33rem;
  margin-bottom: 8px;
  letter-spacing: 0.25px;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 26px;
  margin-bottom: 6px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
  h2 {
    font-size: 2.71rem;
    line-height: 3.7rem;
  }
  h3 {
    font-size: 2.3rem;
    line-height: 3.3rem;
  }
}

label {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #16659d;
  margin-bottom: 10px;
}

input,
input.form-control,
.form-control,
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border: 1px solid #d9d8d8;
  background: transparent;
  height: 48px;
  padding: 6px 12px !important;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input:hover,
input:focus,
input.form-control:hover,
input.form-control:focus,
.form-control:hover,
.form-control:focus,
.form-control[disabled]:hover,
.form-control[disabled]:focus,
.form-control[readonly]:hover,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:hover,
fieldset[disabled] .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cfcccc !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cfcccc !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #cfcccc !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #cfcccc !important;
}

select {
  height: 45px;
  padding: 6px 12px;
}

textarea {
  background: #fff;
  padding: 6px 12px;
  width: 100%;
  outline: 0;
  border: 1px solid #d9d8d8;
  resize: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
textarea:focus {
  outline: 0;
  border-color: #d9d8d8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.checkbox,
.radio {
  margin: 0;
  padding: 0;
}

button,
button:focus {
  outline: 0;
}

table {
  background: #fff;
  color: #343f50;
}
table thead tr th,
table thead tr td {
  font-weight: 500;
  padding: 30px;
  color: #343f50;
  border-bottom: 1px solid #343f50;
  padding: 30px !important;
}
table tbody tr {
  border-bottom: 1px solid #343f50;
}
table tbody tr td {
  padding: 30px !important;
  color: #343f50;
}
table tbody tr th {
  font-weight: 500;
  padding: 30px;
  color: #343f50;
  border-bottom: 1px solid #343f50;
  padding: 30px !important;
}

table tbody tr:last-child {
  border-bottom: 1px solid #fff;
}

.table-responsive {
  margin-bottom: 20px;
}

/* 03 Custom General Classes
	----------------------------------------------------------------------------------------------------*/
.color-white {
  color: #fff;
}

.card-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fullwidth-container-sm,
  .container {
    width: 100%;
  }
}

.row.std-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.row.std-gutter [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .row.std-gutter {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .row.std-gutter [class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

.member-grid .row.std-gutter {
  margin-left: 0;
  margin-right: 0;
}
.member-grid .row.std-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.row.zero-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.zero-gutter [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .row.zero-gutter {
    margin-left: initial;
    margin-right: initial;
  }
  .row.zero-gutter [class*="col-"] {
    padding-left: initial;
    padding-right: initial;
  }
}

.no-rt-border {
  border-right: 0 !important;
}
.no-rt-border:after,
.no-rt-border:before {
  content: none;
}

.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: none;
  background: inherit;
}

.dropdown:hover .dropdown-menu {
  margin-top: 0;
}

.btn,
a.btn {
  display: inline-block;
  line-height: 20px;
  border-radius: 0px;
  white-space: normal;
  text-align: center;
  font-size: 1.7rem;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  border-collapse: separate;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  /**New buttons for UI refresh*/
}
.btn.small-btn,
a.btn.small-btn {
  padding: 10px 25px !important;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .btn.small-btn,
  a.btn.small-btn {
    padding: 12px 28px !important;
  }
}
@media screen and (max-width: 1200px) {
  .btn.small-btn,
  a.btn.small-btn {
    padding: 12px 25px !important;
  }
}
.btn.medium-btn,
a.btn.medium-btn {
  padding: 15px 65px !important;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .btn.medium-btn,
  a.btn.medium-btn {
    padding: 12px 28px !important;
  }
}
.btn:focus,
.btn:visited,
.btn:active,
.btn:focus:active,
a.btn:focus,
a.btn:visited,
a.btn:active,
a.btn:focus:active {
  outline: 0;
}
.btn.primary-btn,
a.btn.primary-btn {
  color: #fff !important;
  background: #ff671f !important;
  border: 2px solid #ff671f !important;
  transition-duration: 0.5s;
  text-decoration: none !important;
}
.btn.primary-btn:hover,
a.btn.primary-btn:hover {
  transition-duration: 0.5s;
  color: #ff671f !important;
  background: #fff !important;
}
.btn.primary-btn-reverse,
a.btn.primary-btn-reverse {
  color: #ff671f !important;
  background: #fff !important;
  border: 2px solid #ff671f !important;
  text-decoration: none !important;
}
.btn.primary-btn-reverse:hover,
a.btn.primary-btn-reverse:hover {
  transition-duration: 0.5s;
  color: #fff !important;
  background: #ff671f !important;
}
.btn.secondary-btn,
a.btn.secondary-btn {
  color: #fff !important;
  background: #16659d !important;
  border: 2px solid #16659d !important;
  transition-duration: 0.5s;
  text-decoration: none !important;
}
.btn.secondary-btn:hover,
a.btn.secondary-btn:hover {
  color: #16659d !important;
  background: #fff !important;
  transition-duration: 0.5s;
}
.btn.secondary-btn-reverse,
a.btn.secondary-btn-reverse {
  color: #fff !important;
  background: transparent !important;
  border: 2px solid #fff !important;
  transition-duration: 0.5s;
  text-decoration: none !important;
}
.btn.secondary-btn-reverse:hover,
a.btn.secondary-btn-reverse:hover {
  color: #fff !important;
  background: #343f50 !important;
  transition-duration: 0.5s;
}
.btn.tertiary-btn,
a.btn.tertiary-btn {
  line-height: 1 !important;
  color: #343f50 !important;
  background: transparent !important;
  padding: 0;
  font-size: 1.6rem;
  box-shadow: none;
  font-weight: 500;
  position: relative;
  border: 0px;
  transition-duration: 0.5s;
  text-decoration: none !important;
}
.btn.tertiary-btn:after,
.btn.tertiary-btn:before,
a.btn.tertiary-btn:after,
a.btn.tertiary-btn:before {
  color: #343f50 !important;
  padding-left: 7px;
  font-family: "FontAwesome";
  position: relative;
  top: 1px;
  font-size: 18px;
  box-shadow: none;
  padding-right: 0px;
}
.btn.tertiary-btn:before,
a.btn.tertiary-btn:before {
  padding-left: 0px;
  padding-right: 10px;
}
.btn.watch-btn,
a.btn.watch-btn {
  line-height: 1 !important;
  color: #343f50 !important;
  background: transparent !important;
  padding: 0;
  font-size: 1.8rem;
  box-shadow: none;
  font-weight: normal !important;
  position: relative;
  border: 0px;
  transition-duration: 0.5s;
}
.btn.watch-btn:after,
.btn.watch-btn:before,
a.btn.watch-btn:after,
a.btn.watch-btn:before {
  color: #343f50 !important;
  padding-left: 7px;
  font-family: "FontAwesome";
  position: relative;
  top: 1px;
  font-size: 18px;
  box-shadow: none;
  padding-right: 0px;
}
.btn.watch-btn:before,
a.btn.watch-btn:before {
  padding-left: 0px;
  padding-right: 10px;
}
.btn.angle-right:after,
a.btn.angle-right:after {
  content: "\f105";
  position: absolute;
  top: 0px;
}
.btn.angle-left:before,
a.btn.angle-left:before {
  content: "\f104";
  top: 0px;
}
.btn .desaturated-blue,
a.btn .desaturated-blue {
  color: #16659d !important;
}
.btn .dark-blue,
a.btn .dark-blue {
  color: #343f50 !important;
}
.btn.caret-left:before,
a.btn.caret-left:before {
  content: "\f0d9";
}
.btn.caret-down:after,
a.btn.caret-down:after {
  content: "\f0d7";
}
.btn.video-btn,
a.btn.video-btn {
  font-size: 1.8rem;
  font-weight: normal !important;
  text-decoration: none !important;
}
.btn.video-btn:after,
a.btn.video-btn:after {
  content: url("../images/video-play-icon-dark-blue.svg");
  position: absolute;
  top: -3px;
}
.btn.tertiary-btn.cyan-blue,
a.btn.tertiary-btn.cyan-blue {
  color: #16659d !important;
}
.btn.tertiary-btn.cyan-blue:after,
.btn.tertiary-btn.cyan-blue:before,
a.btn.tertiary-btn.cyan-blue:after,
a.btn.tertiary-btn.cyan-blue:before {
  color: #16659d !important;
}
.btn.tertiary-btn.dark-blue,
a.btn.tertiary-btn.dark-blue {
  color: #16659d !important;
}
.btn.tertiary-btn.dark-blue:after,
.btn.tertiary-btn.dark-blue:before,
a.btn.tertiary-btn.dark-blue:after,
a.btn.tertiary-btn.dark-blue:before {
  color: #16659d !important;
}

/* 04 Custom Checkbox and Radio
----------------------------------------------------------------------------------------------------*/
[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.checkbox [type="checkbox"] + .css-label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  color: #343f50;
}
.checkbox [type="checkbox"] + .css-label:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #d0c4c4;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s;
  background: transparent;
}
.checkbox [type="checkbox"] + .css-label .icon {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: all 0.2s;
  color: #fff;
  opacity: 0;
  transform: scale(0);
}

.checkbox [type="checkbox"]:checked + .css-label:before {
  border: 1px solid #15b4d4;
  background: #15b4d4;
}

.checkbox [type="checkbox"]:checked + .css-label .icon {
  opacity: 1;
  transform: scale(1);
}

.checkbox-right {
  position: relative;
}
.checkbox-right [type="checkbox"] + .css-label {
  cursor: pointer;
  padding-right: 30px;
  line-height: 22px;
  color: #343f50;
  width: 100%;
}
.checkbox-right [type="checkbox"] + .css-label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #d0c4c4;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s;
  background: transparent;
}
.checkbox-right [type="checkbox"] + .css-label .icon {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  right: 11px;
  transition: all 0.2s;
  color: #fff;
  opacity: 0;
  transform: scale(0);
}
.checkbox-right [type="checkbox"]:checked + .css-label:before {
  border: 1px solid #15b4d4;
  background: #15b4d4;
}
.checkbox-right [type="checkbox"]:checked + .css-label .icon {
  opacity: 1;
  transform: scale(1);
}

input[type="radio"] {
  position: absolute;
  left: -9999px;
}

input[type="radio"] + .css-label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  line-height: 24px;
  color: #343f50;
}

input[type="radio"] + .css-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #d0c4c4;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s;
  background: transparent;
}

input[type="radio"]:checked + .css-label:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}

[type="radio"]:not(:checked) + .css-label:after {
  opacity: 0;
  transform: scale(0);
}

[type="radio"]:checked + .css-label:after {
  opacity: 1;
  transform: scale(1);
}

/* 05 Custom select Box
----------------------------------------------------------------------------------------------------*/
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: black;
  width: 100%;
  padding: 0;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0 10px;
  line-height: 48px;
  height: 48px;
  border: 1px solid #d9d8d8;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #16659d transparent transparent transparent;
  position: absolute;
  top: 21px;
  right: 10px;
}

.styledSelect:active,
.styledSelect.active {
  background-color: #eee;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 10px;
}

.options li:hover {
  background-color: #16659d;
  color: white;
}

/* 06 Hamburger Icon Toggle to Cross
----------------------------------------------------------------------------------------------------*/
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: transparent;
}

.menu-toggle-icon[aria-expanded="true"] span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.menu-toggle-icon[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle-icon[aria-expanded="true"] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-toggle-icon[aria-expanded="true"] span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.menu-toggle-icon {
  width: 35px;
  height: 22px;
  position: relative;
  top: 5px;
  margin: 30px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent;
}
.menu-toggle-icon:hover {
  background: transparent;
}
.menu-toggle-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 95%;
  background: #343f50;
  border-radius: 40px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu-toggle-icon span:nth-child(1) {
  top: 0px;
}
.menu-toggle-icon span:nth-child(2),
.menu-toggle-icon span:nth-child(3) {
  top: 8px;
}
.menu-toggle-icon span:nth-child(4) {
  top: 16px;
}
.menu-toggle-icon.dropdown-toggle {
  margin-top: 0;
  top: 0px;
  height: 89px;
  display: inline-block;
  padding: 30px 0;
}
.menu-toggle-icon.dropdown-toggle span {
  width: 30px;
}
.menu-toggle-icon.dropdown-toggle span:nth-child(1) {
  top: 30px;
}
.menu-toggle-icon.dropdown-toggle span:nth-child(2),
.menu-toggle-icon.dropdown-toggle span:nth-child(3) {
  top: 40px;
}
.menu-toggle-icon.dropdown-toggle span:nth-child(4) {
  top: 50px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .menu-toggle-icon {
    width: 25px;
  }
}


/* 09 General Section Styles
----------------------------------------------------------------------------------------------------*/
.full-stretch,
.vc_section.container-1266 {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.container-1440,
.vc_section.container-1266 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.container-1266,
.vc_section.container-1266 {
  width: 100%;
  max-width: 1266px;
  margin-left: auto !important;
  margin-right: auto !important;
  /*@media only screen and (max-width:1265px) {
			padding: 0 20px !important; 
			&.vc_row {
				margin-left: -15px !important; 
				margin-right: -15px !important; 
			}
		}
		@include mobile-media-query {
			padding: 0  10px !important; 
			&.vc_row {
				margin-left: auto !important; 
				margin-right: auto !important; 
			}
		}*/
}

.container-pad {
  padding-left: 15px;
  padding-right: 15px;
}

.bordered-sec-heading {
  font-family: "Roboto", sans-serif;
  color: #343f50;
  line-height: 1.4;
  text-align: center;
}

.resources-heading h1 {
  margin-bottom: 20px;
  margin-left: 50px;
  line-height: 4.5rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .resources-heading h1 {
    margin-left: 0px !important;
    font-size: 2.6rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .resources-heading h1 {
    margin-left: 0px !important;
  }
}

.resources-heading .card-tags,
.resources-heading h5 {
  margin-left: 50px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .resources-heading .card-tags,
  .resources-heading h5 {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .resources-heading .card-tags,
  .resources-heading h5 {
    margin-left: 0px !important;
  }
}

section .section-heading-area .sec-heading {
  margin-bottom: 30px;
  font-size: 1.87rem;
  color: #15b4d4;
}

.expandable-content-wrap .hidden-content {
  display: none;
}

/* 13 Loader Styles
	----------------------------------------------------------------------------------------------------*/
.loader-wrapper {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.icon {
  display: inline-block;
}


/***AMP ****/
amp-sidebar[side=right] {
  right: 228px !important;
}
.amp-sidebar-toggle span {
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 22px;
    background: #000;
}
.amp-sidebar-button {
    top: 18px;
	position: relative;
    display: inline-flex;
	    float: right;
    right: 30px;
}
.navbar-brand>amp-img {
	width: 70px !important;
	top: -12px !important;
}
.i-amphtml-sidebar-mask  {
	z-index: 0  ;
	background-color: transparent !important;
}
amp-sidebar+div { opacity: 0; pointer-events: none; }
#menu-main-menu {margin-top: 25px;}
#menu-main-menu li { list-style: none; }
#menu-main-menu li a { text-decoration: none; font-weight: 400;}
amp-sidebar {     z-index: 2147483650 !important;}
 .amp-sidebar-close {    background: #fff;
    border-radius: 55%;
    padding: 5px 10px;
	font-size: 12px;
    padding-top: 7px;
	float:right;
	}
.amp-search-wrapper input[type="text"] {
	display: block;
    margin: 0 10px;
}
.amp-search-wrapper #amp-search-submit {
	margin: 10px;
    width: 100%;
    font-size: 14px;
    color: #ff671f !important;
    border: 2px solid #ff671f !important;
    background: transparent !important;
    border-radius: 0px !important;
    padding: 0px 9px !important;
    height: 36px !important;
}
.amp-mode-touch header .onee-primary-navbar {
    padding: 8px 0px;
}
.amp-mode-touch .resources-mobile-padding {
	padding-left: 0px !important;
}
/**** 
* Footer
*****/
	#amp-footer  {
		background: #343f50;
		padding: 20px 0;
		text-align: center;
		width: 100%;
		font-size: 12px;
	}
	#amp-footer .view-non-amp {
		color: #fff;	
	}
	#amp-footer  .copyright-wrap {
		padding-top: 15px;
	}
	#amp-footer  .copyright-wrap ul {
  		display: inline-block;
	}
	#amp-footer  .copyright-wrap ul li {
		display: inline-block;
		width: auto;
		margin: 0 10px;
		color: #fff;
		position: relative;
		line-height: 1;
		margin-top:10px;
	}
	#amp-footer  .copyright-wrap ul li a {
   		 color: #fff;
	}
	#amp-footer  #menu-copy-right li a {
		text-decoration: underline;
	}
	#amp-footer .copyright-wrap ul#menu-copy-right li:after {
		padding-left: 10px;
	}
/****/
@media screen and (max-width: 767px) and (min-width: 320px) {
	.amp-mode-touch .bread-crumb-wrapper {
		margin: 75px auto 0;
	}
	.amp-mode-touch .blog_author .card-tags .blog_info_meta {
		margin-left: 0px !important;
	}
	.amp-mode-touch .blog_author .card-tags > a {
		padding-right: 15px;
	}
}
.bn-news ul li {list-style:none;}