/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: VARIABLES/MIXINS
:: SHARED STYLES
:: RESEARCH
:: HOME
:: BLOG
:: SINGLE
:: PAGE
:: LANDING PAGE NAKED

*/
.t {
  transition: all ease 0.3s;
}
.raleway {
  font-family: 'Raleway', serif, sans-serif;
}
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: SHARED STYLES
:: LAYOUT STYLES
:: HEADER
:: FEATURED CONTENT
:: GRAVITY FORMS
:: DEFAULT ARTICLE
:: DEFAULT SIDEBAR
:: FEATURED POSTS
:: FOOTER NAV
:: FOOTER

*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.group:before,
.group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group:after {
  clear: both;
}
::selection {
  background: #0d5cab;
  color: white;
}
strong,
.strong,
.b,
b {
  font-weight: 600;
}
i,
.i,
em,
.em {
  font-style: italic;
}
u,
.u {
  text-decoration: underline;
}
.nou {
  text-decoration: none;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  padding-top: 5px;
  margin-bottom: 0 !important;
}
.alignright {
  float: right;
  margin: 0 0px 20px 20px;
  padding-top: 5px;
  margin-bottom: 0 !important;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption img {
  margin-bottom: 0 !important;
}
.center {
  text-align: center;
}
.button {
  background: #f47d25;
  font-size: 16px;
  font-weight: 600;
  color: white !important;
  text-transform: uppercase;
  border: 0 !important;
  padding: 13px;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2), inset 0 -15px 30px rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
  border-radius: 0;
  font-family: 'Raleway', serif, sans-serif;
}
.button:hover {
  background: #d06a1f;
}
div.star-button-container {
  position: relative;
  text-align: center;
  padding: 120px 0;
}
@media screen and (max-width: 850px) {
  div.star-button-container {
    padding: 20px 0;
  }
}
div.star-button-container img {
  position: absolute;
  top: 36px;
  right: 90px;
  max-width: 204px !important;
}
@media screen and (max-width: 850px) {
  div.star-button-container img {
    display: none;
  }
}
div.star-button-container .star-button {
  font-size: 33px;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 600px) {
  div.star-button-container .star-button {
    font-size: 26px;
  }
}
div.star-button-container .star-button:hover {
  border: 0;
  color: white;
}
body {
  background: #e7e7e7;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.module {
  width: 100%;
  max-width: 1048px;
  margin: auto;
}
div.content-container .module {
  background: white;
  padding: 25px;
}
@media screen and (max-width: 850px) {
  div.content-container .module {
    padding: 10px;
  }
}
header.top-header {
  background: #e7e7e7;
  background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);
}
header.top-header .module {
  background: url(../images/header-bg.png) center top no-repeat;
  padding: 0 10px;
}
header.top-header .logo {
  float: left;
  margin-left: 20px;
  padding-top: 25px;
}
@media screen and (max-width: 870px) {
  header.top-header .logo {
    float: none;
    margin: 20px auto;
    width: 100%;
    max-width: 419px;
  }
  header.top-header .logo img {
    width: 100%;
    height: auto;
  }
}
header.top-header .logo span {
  display: block;
  font-family: 'Raleway', serif, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0d5cab;
  letter-spacing: 0.4px;
  margin-top: 16px;
  padding-top: 8px;
  text-align: center;
  border-top: 1px solid #d3d3d3;
}
@media screen and (max-width: 870px) {
  header.top-header .logo span {
    display: none;
  }
}
header.top-header div.socials-call {
  float: right;
  width: 360px;
  padding-top: 24px;
}
@media screen and (max-width: 870px) {
  header.top-header div.socials-call {
    float: none;
    margin: auto;
    padding-top: 0;
    width: 100%;
  }
}
header.top-header div.socials-call ul.social-links {
  margin-bottom: 8px;
  padding-top: 26px;
  text-align: right;
}
header.top-header div.socials-call ul.social-links li {
  text-align: left;
}
header.top-header div.socials-call ul.social-links li.twitter {
  width: 95px;
}
header.top-header div.socials-call ul.social-links li.facebook {
  width: 95px;
}
header.top-header div.socials-call ul.social-links li.google {
  width: 75px;
}
header.top-header div.socials-call ul.social-links li.linkedin {
  width: 95px;
}
@media screen and (max-width: 870px) {
  header.top-header div.socials-call ul.social-links {
    width: 330px;
    margin: auto;
    margin-bottom: 10px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  header.top-header div.socials-call ul.social-links {
    display: none;
  }
}
header.top-header div.socials-call div.call {
  text-align: right;
  font-size: 20px;
  font-family: 'Raleway', serif, sans-serif;
  color: #454545;
  font-weight: 500;
  line-height: 25px;
}
@media screen and (max-width: 870px) {
  header.top-header div.socials-call div.call {
    text-align: center;
  }
}
header.top-header div.socials-call div.call span {
  display: block;
  font-size: 25px;
  font-weight: 400;
}
header.top-header div.socials-call div.call a {
  color: #0d5cab;
}
header.top-header nav.top-nav {
  margin-top: 50px;
  float: left;
  width: 100%;
}
@media screen and (max-width: 870px) {
  header.top-header nav.top-nav {
    margin-top: 20px;
  }
}
header.top-header nav.top-nav ul {
  text-align: center;
}
header.top-header nav.top-nav ul li {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  padding: 0 8px;
}
@media screen and (max-width: 940px) {
  header.top-header nav.top-nav ul li {
    padding: 0 0px;
  }
}
header.top-header nav.top-nav ul li:last-of-type {
  margin-right: 0;
}
header.top-header nav.top-nav ul li a {
  display: block;
  text-decoration: none;
  background: none;
  color: white;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 16px;
  text-transform: uppercase;
  color: #050708;
}
@media screen and (max-width: 940px) {
  header.top-header nav.top-nav ul li a {
    font-size: 16px;
    padding: 12px 10px;
  }
}
header.top-header nav.top-nav ul li a:hover {
  background: #454545;
  color: white;
}
header.top-header nav.top-nav ul li.current-menu-item a {
  background: #454545;
  color: white;
}
header.top-header nav.top-nav ul li.current-page-ancestor > a {
  background: #454545;
  color: white;
}
header.top-header nav.top-nav ul li ul.sub-menu {
  position: absolute;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #454545;
  top: 80px;
}
header.top-header nav.top-nav ul li ul.sub-menu li {
  display: block;
  max-width: 100% !important;
  padding: 0;
  border: 0;
  text-align: left;
}
header.top-header nav.top-nav ul li ul.sub-menu li a {
  float: none;
  height: auto;
  border: 0;
  display: block;
  max-width: 100% !important;
  font-size: 18px;
  color: white;
  padding: 12px 16px;
  white-space: nowrap;
  text-transform: capitalize;
  border-bottom: 1px solid #555555;
}
@media screen and (max-width: 940px) {
  header.top-header nav.top-nav ul li ul.sub-menu li a {
    font-size: 15px;
  }
}
header.top-header nav.top-nav ul li ul.sub-menu li a:hover {
  background: #d36b20;
}
header.top-header nav.top-nav ul li ul.sub-menu li.current_page_item a {
  background: #d36b20;
}
header.top-header nav.top-nav ul li ul.sub-menu li:last-of-type a {
  border-bottom: 0;
}
header.top-header nav.top-nav ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 38px;
}
header.top-header nav.top-nav ul li:hover > a {
  background: #454545;
  color: white;
}
@media screen and (max-width: 750px) {
  header.top-header div.responsiveSelectContainer {
    position: relative;
    overflow: hidden;
    background-color: #0d5cab !important;
    background-image: url(../images/menu-mobile.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    background-size: 33px 24px !important;
    transition: all ease 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
    font-family: 'Raleway', serif, sans-serif;
  }
  header.top-header div.responsiveSelectContainer:before {
    content: "Navigate";
    position: absolute;
    top: 14px;
    left: 10px;
    color: white;
  }
  header.top-header div.responsiveSelectContainer:hover {
    background-color: #f47d25 !important;
  }
  header.top-header div.responsiveSelectContainer select.responsiveMenuSelect {
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    padding: 10px;
    color: white;
    opacity: 0;
    cursor: pointer;
    font-size: 15px !important;
  }
  header.top-header div.responsiveSelectContainer select.responsiveMenuSelect option {
    margin: 0 !important;
    padding: 0 !important;
  }
}
div.featured-content {
  background: #454545;
}
@media screen and (max-width: 750px) {
  div.featured-content {
    display: none;
  }
}
div.featured-content .module {
  position: relative;
}
div.featured-content .module:before {
  content: "";
  background: url(../images/featured-image-shadow.png) repeat-x;
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 55px;
  top: 0;
  left: 0;
}
div.featured-content img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.validation_error {
  background: red !important;
  color: white !important;
  padding: 10px !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
li.gfield_error {
  background: red !important;
  color: white !important;
  padding: 10px !important;
  font-size: 14px !important;
}
li.gfield_error label {
  color: white !important;
  font-size: 14px !important;
}
div.validation_message {
  color: white !important;
  margin-top: 6px !important;
  font-size: 14px !important;
  padding: 0 !important;
}
article {
  width: 67%;
  float: left;
  padding-right: 25px;
  position: relative;
}
article.research {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  article.research {
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px) {
  article.research {
    margin-top: 0px;
  }
}
@media screen and (max-width: 850px) {
  article {
    width: 100%;
    float: none;
    padding-right: 0;
  }
}
article img.headline-icon {
  float: left;
  width: 76px;
}
@media screen and (max-width: 600px) {
  article img.headline-icon {
    display: none;
  }
}
article h1 {
  font-family: 'Raleway', serif, sans-serif;
  color: black;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  article h1 {
    font-size: 30px;
  }
}
article h2 {
  font-family: 'Raleway', serif, sans-serif;
  font-weight: 500;
  color: #0d5cab;
  font-size: 26px;
  margin-bottom: 15px;
}
article h2:first-of-type {
  margin-bottom: 40px;
}
article h3 {
  font-family: 'Raleway', serif, sans-serif;
  font-weight: 500;
  color: #454545;
  font-size: 23px;
  margin-bottom: 25px;
}
article h4 {
  font-family: 'Raleway', serif, sans-serif;
  font-weight: 500;
  color: #454545;
  font-size: 20px;
  margin-bottom: 25px;
}
article p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 25px;
}
article p + ul,
article p + ol {
  margin-top: -10px;
}
article a {
  text-decoration: none;
  border-bottom: 2px dashed #0d5cab;
  color: #0d5cab;
  transition: all ease 0.3s;
}
article a:hover {
  color: #f47d25;
  border-bottom: 2px dashed #f47d25;
}
article ol,
article ul {
  margin-left: 40px;
  list-style: outside;
  margin-bottom: 25px;
}
article ol li,
article ul li {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}
article ol {
  list-style: decimal;
}
article ul {
  list-style: outside;
}
article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  article img {
    width: 100%;
  }
}
article table {
  text-align: left;
  margin: 40px 0;
  width: 100%;
}
article table tr {
  background: #d3d3d3;
  border: 1px solid #454545;
}
article table tr:nth-child(odd) {
  background: white;
}
article table tr th {
  background: #0d5cab;
  font-weight: 400;
  color: white;
  padding: 10px;
}
article table tr td {
  padding: 10px;
}
article blockquote {
  margin: 25px;
  background: rgba(0, 0, 0, 0.02);
  padding: 26px;
  font-style: italic;
  border: 1px dashed #d3d3d3;
}
article blockquote p {
  font-size: 14px !important;
  line-height: 20px !important;
}
article blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
article .wp-caption {
  max-width: 100%;
}
article .wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 5px 5px 20px 0;
  line-height: 16px;
  font-style: italic;
}
article div.gform_wrapper {
  margin: 0;
  max-width: 90%;
  margin: 40px auto;
  background: #eeeeee;
  padding: 50px;
}
@media screen and (max-width: 600px) {
  article div.gform_wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  article div.gform_wrapper {
    padding: 20px;
  }
}
article div.gform_wrapper form div.gform_heading {
  width: 100%;
}
article div.gform_wrapper form div.gform_heading h3 {
  width: 100%;
}
article div.gform_wrapper form div.gform_heading span {
  color: red;
}
article div.gform_wrapper form div.gform_body ul.gform_fields {
  margin: 0;
}
article div.gform_wrapper form div.gform_body ul.gform_fields li {
  list-style: none;
  margin-bottom: 30px;
}
article div.gform_wrapper form div.gform_body ul.gform_fields li label {
  font-weight: 600;
  font-size: 14px;
}
article div.gform_wrapper form div.gform_body ul.gform_fields li label span {
  margin-left: 5px;
  color: black;
}
article div.gform_wrapper form div.gform_body ul.gform_fields li.name-field label {
  display: block;
}
article div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container input,
article div.gform_wrapper form div.gform_body ul.gform_fields  {
  background: white;
  padding: 6px;
  border-radius: 0;
  transition: all ease 0.3s;
  margin-bottom: 0px;
  /* width: 0% !important; */
  border: 1px solid #949494;
}

/*textarea expandable width*/
article div.ginput_container textarea { 
  width: 75% !important; 
  background: white;
  padding: 6px;
  border-radius: 0;
  transition: all ease 0.3s;
  margin-bottom: 0px;
  border: 1px solid #949494;
}

article div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container input:focus,
article div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container textarea:focus {
  background: #fffccd;
  border-color: #0d5cab;
}
article div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container input:hover,
article div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container textarea:hover {
  background: #fffccd;
}
article div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container textarea {
  height: 200px;
}
article div.gform_wrapper form div.gform_body ul.gform_fields li:last-of-type {
  margin-bottom: 0;
}
article div.gform_wrapper form div.gform_footer {
  text-align: center;
}
article div.gform_wrapper form div.gform_footer input.gform_button {
  margin-top: 50px;
  font-size: 25px;
}
@media screen and (max-width: 500px) {
  article div.gform_wrapper form div.gform_footer input.gform_button {
    margin-top: 20px;
    font-size: 20px;
  }
}
aside {
  width: 33%;
  float: right;
}
@media screen and (max-width: 850px) {
  aside {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}
aside .widget-container {
  margin-bottom: 40px;
  background: #f0f0f0;
}
aside .widget-container:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 850px) {
  aside .widget-container:last-of-type {
    margin-bottom: 40px;
  }
}
aside .widget-container h2 {
  background: #454545;
  color: white;
  font-size: 25px;
  font-weight: 500;
  font-family: 'Raleway', serif, sans-serif;
  padding: 13px 20px;
}
aside .widget-container ul li,
aside .widget-container ol li {
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
aside .widget-container ul li:first-child,
aside .widget-container ol li:first-child {
  border-top: 1px solid #eaeaea;
}
aside .widget-container ul li:last-child,
aside .widget-container ol li:last-child {
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
aside .widget-container ul li a,
aside .widget-container ol li a {
  font-family: 'Raleway', serif, sans-serif;
  color: black;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  line-height: 20px;
  padding: 12px 20px;
  display: block;
  transition: all ease 0.3s;
  position: relative;
}
aside .widget-container ul li a:hover,
aside .widget-container ol li a:hover {
  background: #0d5cab;
  color: white;
}
aside .widget-container ul li.current-cat a,
aside .widget-container ol li.current-cat a,
aside .widget-container ul li.current_page_item a,
aside .widget-container ol li.current_page_item a {
  background: #0d5cab;
  color: white;
  padding-left: 45px;
}
aside .widget-container ul li.current-cat a:before,
aside .widget-container ol li.current-cat a:before,
aside .widget-container ul li.current_page_item a:before,
aside .widget-container ol li.current_page_item a:before {
  content: "";
  width: 19px;
  height: 18px;
  background: url(../images/widget-star.png) no-repeat;
  position: absolute;
  left: 20px;
}
aside .widget-container img {
  max-width: 100%;
}
aside div.gform_wrapper {
  margin: 0;
  max-width: 100%;
  padding: 20px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
  background: url(../images/sidebar-form-bg.png) no-repeat right top;
  background-color: #0d5cab;
  position: relative;
}
aside div.gform_wrapper form div.gform_heading {
  width: 100%;
}
aside div.gform_wrapper form div.gform_heading h3 {
  width: 100%;
  font-size: 31px;
  color: white;
  font-family: 'Raleway', serif, sans-serif;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 12px;
}
aside div.gform_wrapper form div.gform_heading span {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
  color: white;
  display: block;
}
aside div.gform_wrapper form div.gform_body ul.gform_fields li {
  margin-bottom: 12px;
  border: 0!important;
}
aside div.gform_wrapper form div.gform_body ul.gform_fields li label.gfield_label {
  color: white;
  font-size: 12px;
  margin-bottom: 3px;
  display: block;
}
aside div.gform_wrapper form div.gform_body ul.gform_fields li label.gfield_label span {
  display: none;
}
aside div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container input,
aside div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container textarea {
  background: white;
  padding: 4px;
  border-radius: 0;
  transition: all ease 0.3s;
  margin-bottom: 0px;
  width: 100% !important;
  font-size: 12px;
  border: 0;
}
aside div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container input:focus,
aside div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container textarea:focus,
aside div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container input:hover,
aside div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container textarea:hover {
  background: #fffccd;
}
aside div.gform_wrapper form div.gform_body ul.gform_fields li div.ginput_container textarea {
  height: 65px;
}
aside div.gform_wrapper form div.gform_body ul.gform_fields li:last-of-type {
  margin-bottom: 0;
}
aside div.gform_wrapper form div.gform_footer {
  text-align: center;
}
aside div.gform_wrapper form div.gform_footer input.gform_button {
  margin: auto;
  margin-top: 20px;
}
aside div.widget_recent_entries ul li a {
  font-size: 15px;
  line-height: 17px;
}
aside div.widget_search {
  background: white;
}
aside div.widget_search div.group {
  width: 100%;
  float: none;
}
aside div.widget_search div.mc-field-group {
  width: 70%;
  float: left;
  padding-right: 15px;
}
aside div.widget_search div.mc-field-group input {
  width: 100%;
  border: 1px solid #c1c1c1;
  font-size: 14px;
  padding: 10px;
  transition: all ease 0.3s;
  border-radius: 0;
}
aside div.widget_search div.mc-field-group input:focus,
aside div.widget_search div.mc-field-group input:hover {
  background: #fffccd;
}
aside div.widget_search input#searchsubmit {
  width: 30%;
  float: right;
  background: #0d5cab;
  color: white;
  font-family: 'Raleway', serif, sans-serif;
  font-size: 16px;
  border: 0;
  padding: 10px;
  transition: all ease 0.3s;
  border-radius: 0;
}
aside div.widget_search input#searchsubmit:hover {
  background: #f47d25;
}
aside div.ChildPageWidget {
  position: relative;
}
aside div.ChildPageWidget h2 {
  display: none;
  background: #f47d25;
}
aside div.ChildPageWidget div.research-title {
  background: url(../images/research-headline.png) no-repeat #ffffff center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 105px;
}
@media screen and (max-width: 1075px) {
  aside div.ChildPageWidget div.research-title {
    background-position: center center;
  }
}
@media screen and (max-width: 850px) {
  aside div.ChildPageWidget div.research-title {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
  }
}
aside div.ChildPageWidget ul li a {
  background-color: #f8f8f8;
  font-weight: 600;
}
aside div.costs-fees h2 {
  text-align: center;
}
aside div.costs-fees div.textwidget {
  padding: 10px 0;
  /*background: url(../images/costs-fees.jpg) no-repeat center bottom;*/
  background-color: #f8f8f8;
  background-size: 100%;
  border: 1px solid #eaeaea;
}
aside div.costs-fees div.textwidget p {
  font-family: 'Raleway', serif, sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 20px;
  line-height: 20px;
  border-bottom: 1px solid #d3d3d3;
}
aside div.costs-fees div.textwidget p span {
  font-weight: 400;
  display: block;
}
aside div.costs-fees div.textwidget p:last-of-type {
  border: 0;
}
aside div.testimonial h2 {
  display: none;
}
aside div.testimonial div.textwidget {
  border: 1px solid #eaeaea;
  background: #f8f8f8;
  text-align: center;
}
aside div.testimonial div.textwidget img {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: auto;
}
aside div.testimonial div.textwidget > div {
  padding: 15px 10px;
  font-family: 'Raleway', serif, sans-serif;
  font-size: 21px;
  line-height: 27px;
  color: black;
  text-align: left;
}
aside div.testimonial div.textwidget p {
  margin-bottom: 10px;
}
aside div.testimonial div.textwidget span {
  text-align: right;
  display: block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
}
aside div.testimonial div.textwidget span.name {
  font-size: 14px;
  line-height: 14px;
}
aside div.logos h2 {
  display: none;
}
aside div.logos div.textwidget {
  background: white;
  text-align: center;
}
aside div.logos div.textwidget img {
  width: 100%;
  max-width: 262px;
}
div.FeaturedPostWidget {
  background: #454545;
  background: linear-gradient(#454545 0%, #454545 56px, #252525 56px, #252525 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 800px) {
  div.FeaturedPostWidget {
    background: #252525;
  }
}
@media screen and (max-width: 1075px) {
  div.FeaturedPostWidget div.module {
    padding: 0 10px;
  }
}
div.FeaturedPostWidget div.module h2 {
  width: 100%;
  height: 56px;
  font-size: 22px;
  color: white;
  font-weight: 500;
  font-family: 'Raleway', serif, sans-serif;
  padding-top: 16px;
}
@media screen and (max-width: 600px) {
  div.FeaturedPostWidget div.module h2 {
    font-size: 18px;
    padding-top: 14px;
  }
}
div.FeaturedPostWidget div.module ul {
  padding: 30px 0;
  background: url(../images/featured-links-bg.png) no-repeat left top;
}
@media screen and (max-width: 800px) {
  div.FeaturedPostWidget div.module ul {
    background: none;
  }
}
div.FeaturedPostWidget div.module ul:after {
  content: "";
  display: table;
  clear: both;
}
div.FeaturedPostWidget div.module ul li {
  float: left;
  width: 33.33%;
  margin-bottom: 40px;
}
div.FeaturedPostWidget div.module ul li:after {
  content: "";
  display: table;
  clear: both;
}
div.FeaturedPostWidget div.module ul li:nth-child(3n+1) {
  clear: both;
  padding-right: 10px;
}
div.FeaturedPostWidget div.module ul li:nth-child(3n+2) {
  padding-left: 5px;
  padding-right: 5px;
}
div.FeaturedPostWidget div.module ul li:nth-child(3n+3) {
  padding-left: 10px;
}
div.FeaturedPostWidget div.module ul li:nth-child(4) {
  margin-bottom: 0;
}
div.FeaturedPostWidget div.module ul li:nth-child(5) {
  margin-bottom: 0;
}
div.FeaturedPostWidget div.module ul li:nth-child(6) {
  margin-bottom: 0;
}
div.FeaturedPostWidget div.module ul li div.featured-thumb {
  float: left;
  width: 36%;
  padding-right: 15px;
}
div.FeaturedPostWidget div.module ul li div.featured-thumb img {
  width: 100%;
  height: auto;
  background: #454545;
  padding: 4px;
  transition: all ease 0.3s;
}
div.FeaturedPostWidget div.module ul li div.featured-thumb img:hover {
  background: #da6b2d;
}
div.FeaturedPostWidget div.module ul li div.featured-title {
  float: left;
  width: 64%;
}
div.FeaturedPostWidget div.module ul li div.featured-title > a {
  display: inline-block;
  border: 0;
  transition: all ease 0.3s;
  color: #cccccc;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 25px;
  font-family: 'Raleway', serif, sans-serif;
  text-decoration: none;
}
div.FeaturedPostWidget div.module ul li div.featured-title > a:hover {
  color: #da6b2d;
}
div.FeaturedPostWidget div.module ul li div.featured-title div.readmore a {
  color: white;
  font-family: 'Raleway', serif, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid #0d5cab;
  padding-bottom: 2px;
  transition: all ease 0.3s;
}
div.FeaturedPostWidget div.module ul li div.featured-title div.readmore a:hover {
  border-color: #da6b2d;
  color: #da6b2d;
}
@media screen and (max-width: 800px) {
  div.FeaturedPostWidget div.module ul {
    padding: 10px 0 30px;
  }
  div.FeaturedPostWidget div.module ul li {
    float: none;
    width: 100%;
    padding-right: 0px;
    padding-left: 0;
    margin-bottom: 25px;
  }
  div.FeaturedPostWidget div.module ul li div.featured-thumb {
    float: left;
    width: 38%;
    padding-right: 15px;
  }
  div.FeaturedPostWidget div.module ul li div.featured-title {
    float: right;
    width: 62%;
  }
  div.FeaturedPostWidget div.module ul li div.featured-title a {
    font-size: 20px;
    line-height: 24px;
  }
  div.FeaturedPostWidget div.module ul li div.featured-title div.readmore a {
    font-size: 20px;
    line-height: 24px;
  }
  div.FeaturedPostWidget div.module ul li:nth-child(3n+1) {
    padding-right: 0px;
  }
  div.FeaturedPostWidget div.module ul li:nth-child(3n+2) {
    padding-left: 0px;
    padding-right: 0px;
  }
  div.FeaturedPostWidget div.module ul li:nth-child(3n+3) {
    padding-left: 0px;
  }
  div.FeaturedPostWidget div.module ul li:nth-child(3) {
    margin-bottom: 0;
  }
  div.FeaturedPostWidget div.module ul li:nth-child(4) {
    display: none;
  }
  div.FeaturedPostWidget div.module ul li:nth-child(5) {
    display: none;
  }
  div.FeaturedPostWidget div.module ul li:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  div.FeaturedPostWidget div.module ul li div.featured-title a {
    font-size: 14px;
    line-height: 19px;
  }
  div.FeaturedPostWidget div.module ul li div.featured-title div.readmore a {
    font-size: 14px;
  }
}
div.footer-nav {
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #454545 0px, #454545 64px, #f0f0f0 64px, #f0f0f0 100%);
  background-image: linear-gradient(to bottom, #454545 0px, #454545 64px, #f0f0f0 64px, #f0f0f0 100%);
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  div.footer-nav {
    float: none;
    width: 100%;
    background: #f0f0f0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 1075px) {
  div.footer-nav .module {
    padding: 0 10px;
  }
}
div.footer-nav div[class*="widget"] {
  float: left;
  width: 33.33%;
}
@media screen and (max-width: 800px) {
  div.footer-nav div[class*="widget"] {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}
div.footer-nav div[class*="widget"] h2 {
  font-size: 22px;
  color: white;
  font-weight: 500;
  font-family: 'Raleway', serif, sans-serif;
  margin: 20px 0 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  div.footer-nav div[class*="widget"] h2 {
    background: #454545;
    margin-bottom: 10px;
    padding: 10px;
  }
}
div.footer-nav div[class*="widget"] ul {
  margin-left: -8px;
}
@media screen and (max-width: 800px) {
  div.footer-nav div[class*="widget"] ul {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
div.footer-nav div[class*="widget"] ul li {
  margin-bottom: 5px;
}
div.footer-nav div[class*="widget"] ul li a {
  font-family: 'Raleway', serif, sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  color: black;
  display: block;
  padding: 8px;
  line-height: 20px;
  transition: all ease 0.3s;
}
div.footer-nav div[class*="widget"] ul li a:hover {
  background: #da6b2d;
  color: white;
}
div.footer-nav div[class*="widget"] ul li.current_page_item a {
  background: #da6b2d;
  color: white;
}
div.footer-nav div.widget-1 {
  padding-right: 70px;
}
@media screen and (max-width: 900px) {
  div.footer-nav div.widget-1 {
    padding-right: 20px;
  }
}
div.footer-nav div.widget-2 {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 900px) {
  div.footer-nav div.widget-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
div.footer-nav div.widget-3 {
  padding-left: 70px;
}
@media screen and (max-width: 900px) {
  div.footer-nav div.widget-3 {
    padding-left: 20px;
  }
}
footer {
  background: #f0f0f0;
  text-align: center;
  font-size: 14px;
  padding-bottom: 50px;
}
footer a {
  color: #454545;
}
footer a:hover {
  text-decoration: none;
}
div.research-nav {
  text-align: center;
  position: absolute;
  top: -80px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  div.research-nav {
    position: relative;
    top: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  div.research-nav {
    margin-bottom: 20px;
  }
}
div.research-nav section {
  background: white;
  padding: 10px;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  div.research-nav section {
    padding: 0;
  }
}
div.research-nav section div {
  display: inline-block;
}
div.research-nav section div a {
  display: block;
  background: #0d5cab;
  box-shadow: none;
  font-family: 'Raleway', serif, sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 17px;
}
@media screen and (max-width: 450px) {
  div.research-nav section div a {
    font-size: 16px;
    padding: 15px;
  }
}
div.research-nav section div a:hover {
  background: #09427c;
  color: white;
  border: 0;
}
div.research-nav section div.previous-step a {
  background: #d3d3d3;
}
div.research-nav section div.previous-step a:hover {
  background: #adadad;
}
div.research-nav-bottom {
  text-align: right;
  position: relative;
  top: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  div.research-nav-bottom {
    text-align: center;
  }
}
div.research-nav-bottom section {
  padding: 0;
}
div.royalSlider {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1050px) {
  div.royalSlider {
    box-shadow: none;
  }
}
.rsDefaultInv .rsBullets {
  position: absolute !important;
  bottom: -16px !important;
  padding-top: 0 !important;
  height: 18px !important;
}
.rsDefaultInv .rsBullet {
  width: 10px !important;
  height: 10px !important;
  padding: 8px !important;
}
.rsDefaultInv .rsBullet span {
  width: 10px !important;
  height: 10px !important;
  background: #b4b4b4 !important;
  cursor: pointer;
}
.rsNavSelected span {
  cursor: default !important;
}
.headline-home {
  width: 63px !important;
  margin-right: 5px;
}
.home article {
  margin-top: 30px;
}
.home aside {
  margin-top: 35px;
}
.headline-blog {
  width: 66px !important;
  margin-right: 8px;
}
article.blog .post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  clear: both;
  border-bottom: 1px solid #ededed;
}
article.blog .post:first-of-type {
  margin-top: 50px;
}
article.blog .post h3 {
  margin-bottom: 5px;
}
article.blog .post h3 a {
  color: #0d5cab;
  font-size: 26px;
  font-family: 'Raleway', serif, sans-serif;
  border: 0;
  font-weight: 600;
  line-height: 28px;
}
article.blog .post h3 a:hover {
  color: #f47d25;
}
article.blog .post .entry-date {
  margin-bottom: 15px;
}
article.blog .post p {
  font-size: 14px;
  margin-bottom: 15px;
}
article.blog .post a.continue-reading {
  display: inline-block;
  font-family: 'Raleway', serif, sans-serif;
  font-size: 13px;
  color: black;
  font-weight: 600;
  border-bottom: 4px solid #0d5cab;
  padding-bottom: 3px;
  float: right;
}
article.blog .post a.continue-reading:hover {
  color: #f47d25;
  border-color: #f47d25;
}
article.blog .post div.blog-big div.blog-image {
  float: left;
  width: 27%;
  padding-right: 22px;
}
article.blog .post div.blog-big div.blog-image a {
  border: 0;
}
article.blog .post div.blog-big div.blog-image img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
article.blog .post div.blog-big div.blog-content {
  float: right;
  width: 73%;
}
article.blog .post div.blog-big div.blog-content div.blog-listing-socials {
  margin-bottom: 10px;
}
article.blog .post div.blog-small {
  float: left;
  width: 46%;
}
article.blog .post div.blog-small:last-of-type {
  float: right;
}
article.blog .post div.blog-small h3 {
  margin-bottom: 10px;
}
article.blog .post div.blog-small h3 a {
  font-size: 18px;
  line-height: 18px;
}
article.blog .post div.blog-small div.blog-image {
  float: left;
  width: 32%;
  padding-right: 22px;
}
article.blog .post div.blog-small div.blog-image a {
  border: 0;
}
article.blog .post div.blog-small div.blog-image img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
article.blog .post div.blog-small div.blog-content {
  width: 68%;
  float: right;
}
article.blog .post div.blog-small div.time {
  display: none;
}
@media screen and (max-width: 700px) {
  article.blog .post {
    border-bottom: 1px solid #ededed;
  }
  article.blog .post div.blog-big div.blog-content h3 {
    margin-bottom: 10px;
  }
  article.blog .post div.blog-big div.blog-content h3 a {
    color: #0d5cab;
    font-size: 18px;
    font-family: 'Raleway', serif, sans-serif;
    border: 0;
    font-weight: 600;
    line-height: 18px;
  }
  article.blog .post div.blog-big div.blog-content h3 a:hover {
    color: #f47d25;
  }
  article.blog .post div.blog-big div.blog-content div.blog-listing-socials {
    display: none;
  }
  article.blog .post div.blog-small {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  article.blog .post div.blog-small:last-of-type {
    float: none;
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  article.blog .post div.blog-small div.blog-image {
    float: left;
    width: 27%;
    padding-right: 22px;
  }
  article.blog .post div.blog-small div.blog-image img {
    width: 100%;
    height: auto;
  }
  article.blog .post div.blog-small div.blog-content {
    float: right;
    width: 73%;
  }
  article.blog .post div.blog-small div.time {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  article.blog .post {
    border-bottom: 1px solid #ededed;
  }
  article.blog .post div.blog-big div.blog-content {
    float: none;
    width: 100%;
  }
  article.blog .post div.blog-big div.blog-image {
    display: none;
  }
  article.blog .post div.blog-small div.blog-image {
    display: none;
  }
  article.blog .post div.blog-small div.blog-image img {
    width: 100%;
    height: auto;
  }
  article.blog .post div.blog-small div.blog-content {
    float: none;
    width: 100%;
  }
  article.blog .post div.blog-small div.time {
    display: block;
  }
}
nav.pagination {
  font-size: 14px;
  color: #3f3f3f;
}
nav.pagination label {
  font-style: italic;
  margin-right: 5px;
  cursor: default;
}
@media screen and (max-width: 600px) {
  nav.pagination label {
    display: none;
  }
}
nav.pagination span,
nav.pagination a {
  background: #0d5cab;
  display: inline-block;
  padding: 10px;
  border: 0;
  color: white;
  margin-right: 3px;
}
@media screen and (max-width: 900px) {
  nav.pagination span,
  nav.pagination a {
    margin-right: 0;
  }
}
nav.pagination span:hover,
nav.pagination a:hover {
  background: #f47d25;
}
nav.pagination span.current {
  background: #d3d3d3;
}
article.single .entry-date {
  margin-bottom: 10px;
}
article.single div.blog-listing-socials {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  article.single div.blog-listing-socials {
    display: none;
  }
}
article.single h2 {
  margin-bottom: 25px;
  line-height: 28px;
}
article.single div#comments {
  margin-top: 20px;
}
article.single div#comments div#respond h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  article.single div#comments div#respond h3 {
    margin-bottom: 10px;
  }
}
article.single div#comments div#respond form p {
  font-style: italic;
  margin-bottom: 30px;
  font-size: 15px;
}
article.single div#comments div#respond form p span {
  color: #f47d25;
}
article.single div#comments div#respond form p label {
  display: block;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 400;
}
article.single div#comments div#respond form p label span {
  display: inline;
  color: #f47d25;
}
article.single div#comments div#respond form p input,
article.single div#comments div#respond form p textarea {
  display: block;
  box-shadow: none;
  background: #F7F7F7;
  border: 1px solid #cfcfcf;
  padding: 10px 10px;
  height: auto;
  width: 100%;
  transition: all ease 0.3s;
  font-weight: 400;
}
article.single div#comments div#respond form p input:focus,
article.single div#comments div#respond form p textarea:focus {
  border-color: #0d5cab;
  background: white;
}
article.single div#comments div#respond form p input:hover,
article.single div#comments div#respond form p textarea:hover {
  background: white;
}
article.single div#comments div#respond form p textarea {
  height: 130px;
  line-height: 24px;
}
article.single div#comments div#respond form p:last-of-type {
  margin-bottom: 0;
}
article.single div#comments div#respond form p.form-allowed-tags {
  display: none;
}
article.single div#comments div#respond form p.comment-form-comment {
  margin-bottom: 0;
}
article.single div#comments div#respond form input#submit {
  background: #f47d25;
  font-size: 16px;
  font-weight: 600;
  color: white !important;
  text-transform: uppercase;
  border: 0 !important;
  padding: 13px;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2), inset 0 -15px 30px rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
  border-radius: 0;
  font-family: 'Raleway', serif, sans-serif;
  display: inline-block;
  width: auto;
  margin: 20px 0;
}
article.single div#comments div#respond form input#submit:hover {
  background: #d06a1f;
}
article.single div#comments h2 {
  margin-bottom: 30px;
  margin-top: 0;
}
article.single div#comments ol {
  margin: 0;
  list-style: none;
}
article.single div#comments ol li {
  padding: 20px;
  list-style: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
article.single div#comments ol li:nth-child(even) {
  background: #f9f9f9;
}
article.single div#comments ol li article {
  float: none;
  box-shadow: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
  width: 100%;
}
article.single div#comments ol li article img {
  float: left;
  width: 15%;
  height: auto;
  margin-bottom: 20px;
}
article.single div#comments ol li article p {
  clear: both;
  margin-bottom: 10px;
}
article.single div#comments ol li article p:last-of-type {
  margin-bottom: 0;
}
article.single div#comments ol li article h4 {
  float: right;
  font-size: 20px;
  margin-top: 19px;
  width: 82%;
  margin-bottom: 0;
  color: #454545;
}
article.single div#comments ol li article h4 a {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  article.single div#comments ol li article h4 a {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  article.single div#comments ol li article h4 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  article.single div#comments ol li article h4 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 8px;
  }
}
article.single div#comments ol li article time {
  float: right;
  width: 82%;
}
article.single div#comments ol li article time a {
  font-size: 14px;
  text-decoration: none;
  border: 0;
}
@media screen and (max-width: 600px) {
  article.single div#comments ol li article time {
    display: none;
  }
}
.headline-page {
  width: 63px !important;
  margin-right: 10px;
}
article.page {
  width: 100%;
  float: none;
  display: block;
  padding-right: 0;
}
article.page h1 {
  padding-top: 30px;
}
article.page .floating-image {
  float: right;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  article.page .floating-image {
    display: none;
  }
}
