@charset "UTF-8";
/*
Theme Name: EAS Theme - FRI Mod
Theme URI: http://www.foundational-research.dev
Author: EAS
Author URI: http://www.ea-stiftung.org
Description: Theme for the Foundational Research Institute website.
Version: 0.1
Text Domain: eas-fri-mod
Tags:
*/


/*
==========================================
GLOBAL
========================================== 
*/

html {
  font-size: 1em;
}

body {
  padding-top: 50px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
}

p {
  color: #585858;
  font-weight: 100;
  line-height: 1.4em;
}

a, a:hover, a:focus {
  color: #0B64A3;
}

a title {
  display: none;
}

.entry-content a {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0.28em;
  font-weight: 700;
}

h2 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  margin-top: 1.25em;
  line-height: 1.9rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.7em;
    line-height: 1.9rem;
  }
}

h3 {
  font-size: 1.35em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.25em;
  line-height: 1.2em;wel
  margin-bottom: 0.6em;
  font-weight: 400;
}

h5 {
  color: white;
  font-weight: 100;
  font-size: 1rem;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}

ol, ul {
  text-align: left;
  padding-left: 1.15em;
  margin-bottom: 1em;
}

ol li, ul li {
    line-height: 1.6em;
    color: #1e1e1e;
    font-size: 1.1em;
    font-weight: 200;
}

:target:before {
  content:"";
  display:block;
  height:60px; /* fixed header height*/
  margin:-60px 0 0; /* negative fixed header height */
}

b, strong {
    font-weight: 700;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

td {
  padding: 5px 10px 5px 10px;
}

table {
  margin-bottom: 1.3rem;
}

.ml-responsive-table {
  margin-bottom: 1.9rem;
}

#footer i.fa.fa-2 {
  font-size: 1.35rem;
  margin-right: 0.8rem;
}

#footer i.fa.fa-2:hover {
  color: #b7b7b7;
}


/*
==========================================
NAV & BANNER AREA
========================================== 
*/

#long-brandname {
  color: #1e1e1e;
  font-size: 0.94rem;
  padding-top: 14px;
font-weight: 500;
    letter-spacing: 0.05rem;
}

@media (min-width: 360px) {
  #long-brandname {
    font-size: 1.06rem;
  }
}

@media (min-width: 410px) {
  #long-brandname {
    font-size: 1.15rem;
  }
}

@media (min-width: 550px) {
  #long-brandname {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  #long-brandname {
    font-size: 1.35rem;
  }
}

img.logo-symbol {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  padding-right: 10px;
  max-height: 34px;
}

@media (max-width: 450px) {
  img.logo-symbol {
    display: none;
  }
}


/*

NAV MENU ADJUSTMENTS

*/

.navbar-default .navbar-toggle.collapsed .icon-bar {
  background-color: #1e1e1e; /* hamburger bars color */
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #0B64A3; /* hamburger bars color when expanded */
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent; /* color of shape behind hamburger bars on hover */
}

.caret {
  margin-left: 0px;
}

p.site-title {
  margin-bottom: 0;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: none;
}

.navbar-default {
  background-color: white;
  border-bottom: 1px solid #1e1e1e;
}

.navbar-toggle {
  border: none;
  margin-bottom: 5px;
  margin-right: -15px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    width: 25px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: none;
  background-color: none;
}

.menu-item {
  font-size: 1em;
}

li.current-menu-item > a {
  font-weight: 400;
  color: #1e1e1e!important; /* colour of dropdown text for currently active page on desktop */
}

@media (max-width: 767px) {
  li.current-menu-item > a {
    color: white!important; /* colour of dropdown text for currently active page on devices */
  }
}

li.current-menu-item > a.dropdown-toggle {
  font-weight: 400!important;
  color: white!important; /*  */
}

li.custom-social-menu a {
  float: left;
    display: inline-block;
    padding-right: 0;
    padding-left: 12px; 
}

li.youtube-fix a {
    padding-right: 15px;
}

.dropdown-menu {
  border: 1px solid rgba(0, 174, 239, 0.25);
  border-radius: 0;
  background-color: white; /* colour of dropdown box on desktop */
}

.dropdown-menu>li>a {
  padding: 7px 20px;
  color: white; /* colour of dropdown text on devices */
}

@media (min-width: 961px) {
  .dropdown-menu>li>a {
    color: #1e1e1e; /* colour of dropdown text on desktop */
  }
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #0B64A3;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
  background-color: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
   {
      background-color: transparent;
      color: #1e1e1e!important;
  }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
  background-color: transparent;
  color: #0B64A3; /* color of 2nd level menu elements when hovering */
}

.navbar-default .navbar-nav>li>a {
  color: #1e1e1e;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #1e1e1e; /* color of top level element on hover */
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #1e1e1e; /* colour of dropdown text on devices */
}

@media (min-width: 961px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #1e1e1e; /* colour of dropdown text on desktop, when parent is clicked */
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: white;
  }
}

/*
Collapse Bootstrap menu at custom point
---------------------------------------*/

@media (max-width: 1015px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
  }
    .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

/*
End of collapse Bootstrap menu at custom point
---------------------------------------*/


/*

END OF NAV MENU ADJUSTMENTS

*/


/*
Banner Area
---------------------------------------*/

.hero-container { background-color: #0B64A3; }

.hero {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  display: block;
  background-position: center;
  width: 100%;
  opacity: 1;
  background-size: cover;
  z-index: -2;
  overflow: hidden;
}

.hero-banner {
    height: 230px;
}

.hero .dummy {
  min-height: 230px;
  background-color: #0B64A3;
  opacity: 0.65;
}

@media (min-width: 375px) {
  .hero .dummy { 
    min-height: 240px;
  }
}

@media (min-width: 435px) {
  .hero .dummy { 
    min-height: 260px;
  }
}

@media (min-width: 768px) {
  .hero .dummy { 
    min-height: 320px;
  }
}

@media (min-width: 992px) {
  .hero .dummy { 
    min-height: 390px;
  }
}

@media (min-width: 1450px) {
  .hero .dummy { 
    min-height: 430px;
  }
}

@media (min-width: 1590px) {
  .hero .dummy { 
    min-height: 470px;
  }
}

@media (min-width: 1700px) {
  .hero .dummy { 
    min-height: 500px;
  }
}

@media (min-width: 1750px) {
  .hero .dummy { 
    min-height: 525px;
  }
}

.hero .dummy.dummy-smaller {
  min-height: 180px;
}

@media (min-width: 375px) {
  .hero .dummy.dummy-smaller { 
    min-height: 190px;
  }
}

@media (min-width: 435px) {
  .hero .dummy.dummy-smaller { 
    min-height: 200px;
  }
}

@media (min-width: 768px) {
  .hero .dummy.dummy-smaller { 
    min-height: 220px;
  }
}

@media (min-width: 992px) {
  .hero .dummy.dummy-smaller { 
    min-height: 240px;
  }
}

.hero-container {
 position: relative;
 z-index: 0;
}

.video-banner {
  position: absolute;
  background-size: cover;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .video-banner {
    max-height: 115%;
  }
}

/* ----------------------------------------- */

/* SNIPPET TO HIDE THE PLAY BUTTON ON MOBILE */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
  display: none;
}

video::-webkit-media-controls-play-button {}

video::-webkit-media-controls-volume-slider {}

video::-webkit-media-controls-mute-button {}

video::-webkit-media-controls-timeline {}

video::-webkit-media-controls-current-time-display {}


/* END OF SNIPPET TO HIDE THE PLAY BUTTON ON MOBILE */

/* ----------------------------------------- */

.welcome-section {
  position: relative;
  background: #5C97FF;
  overflow: hidden;
}

.welcome-section img {
  width: 100%;
  position: absolute;
  left: 0;
  top: -76px;
  height: auto;
  opacity: 0.85;
}

.welcome-intro {
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 84%;
  z-index: 0;
}

@media (min-width: 992px) {
  .welcome-intro {
    max-width: 900px;
  }
}

.welcome-intro .intro-line {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.3rem;
  font-weight: 100;
  color: white;
  text-transform: none;
  padding-bottom: 15px;
  margin-top: -5px;
  line-height: 1.75rem;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 410px) {
  .welcome-intro .intro-line {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}

@media (min-width: 550px) {
  .welcome-intro .intro-line {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 768px) {
  .welcome-intro .intro-line {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
}

@media (min-width: 992px) {
  .welcome-intro .intro-line {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .welcome-intro .intro-line {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
}

.banner-cta {
  margin-top: -17px;
}

@media (min-width: 410px) {
  .banner-cta {
    margin-top: -21px;
    font-size: 1.1rem;
  }
}

@media (min-width: 550px) {
  .banner-cta {
    margin-top: -24px;
    font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .banner-cta {
    margin-top: -25px;
    font-size: 1.1rem;
  }
}

@media (min-width: 1280px) {
  .banner-cta {
    font-size: 1.2rem;
  }
}

.banner-cta a {
  color: white;
  text-decoration: underline;
}

.by-line {
  color: white;
  font-weight: 100;
  font-size: 1rem;
  margin-top: -1.2rem;
  text-transform: none;
}

@media (min-width: 410px) {
  .by-line {
    font-size: 1.1rem;
    margin-top: -1.3rem;
  }
}

@media (min-width: 550px) {
  .by-line {
    font-size: 1.2rem;
    margin-top: -1.5rem;
  }
}

@media (min-width: 1280px) {
  .by-line {
    font-size: 1.3rem;
    margin-top: -1.7rem;
  }
}

.by-line a {
  color: white;
  text-decoration: underline;
}

/*
End of Banner Area
---------------------------------------*/


/*
==========================================
THEME MODULES
========================================== 
*/


/*
Compelling blurb
---------------------------------------*/

.big-pull-quote {
  font-size: 1.05rem;
  text-align: center;
  font-style: italic;
  font-weight: 100;
  line-height: 1.5rem;
  width: 90%;
  margin: 0.7rem auto 1.8rem auto;
  color: #757575;
letter-spacing: 0.0em;

}

@media (min-width: 550px) {
  .big-pull-quote {
    font-size: 1.15rem;
    line-height: 1.8rem;  }
}

@media (min-width: 768px) {
  .big-pull-quote {
    font-size: 1.2rem;
    margin: 0.7rem auto 0 auto;
    line-height: 1.9rem;
  }
}

@media (min-width: 992px) {
  .big-pull-quote {
  }
}   

@media (min-width: 768px) {
  .big-pull-quote-extra {
    margin-bottom: 2.2rem;
  }
} 

/*
Special Divider
---------------------------------------*/
.fri-divider-container {
  margin-bottom: 32px;
}

.fri-divider-container:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #A5A5A5;
  margin-top: -40px; /* Negative margin up by half height of logo + half total top and bottom padding around logo */
}

.fri-divider {
  position: relative; /* Brings the div above the header:after element */
  width: 23px;
  padding-bottom: 20px;
  margin: 0 auto;
  background: white; /* Must be same as body */
}

img.fri-divider-img {
  display: block;
  max-width: none;
  margin-left: -1px;
}

/*
Article Module
---------------------------------------*/

.article-module {
  display: inline-block;
  padding-bottom: 1.5rem;
  margin-bottom: 1.8rem;
  border-bottom: 0.13rem dashed #ccc;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .article-module {
    border: none;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
    margin-top: 0.3rem;
  }
}

.centered-standalone-text {
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
 .centered-standalone-text {
  margin-top: 1rem;
 }
}

@media (min-width: 992px) {
 .centered-standalone-text {
  margin-top: -0.5rem;
 }
}

.centered-standalone-text a {
  text-decoration: underline;
}

.paper-preview {
  max-width: 100px;
  float: left;
  margin-right: 20px;
  display: table-cell;
}

@media (min-width: 420px) {
  .paper-preview {
    max-width: 120px;
  }
}

@media (min-width: 550px) {
  .paper-preview {
    max-width: 145px;
    margin-right: 25px;
  }
}

.paper-info {
  
}

@media (min-width: 420px) {
  .paper-info {
    display: table-cell;
  }
}

.file-format-row {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.file-format-wrapper {
  width: 21%;
  float: left;
  padding: 0;
  margin-right: 4%;
}

.file-format-row .file-format-wrapper a {
  text-decoration: none;
  display: inline-block;
  width: 100%;

}

.entry-content img.file-format-icons {
    width: initial;
    max-width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0.3rem 0 0.3rem 0;
}

.entry-content p.file-format-description {
  font-size: 1rem;
  line-height: 1.35rem;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.2rem;
}

.articles-section {
  margin-left: auto;
  margin-right: auto;
}

.articles-section .entry-content {
  max-width: none;
}

section.articles-section:nth-of-type(even) {
    background-color: #f3f3f3;
    max-width: none;
    padding-top: 2.7rem;
    padding-bottom:  1.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

section.bare-section {
  max-width: none;
}

.section-width-control {
  max-width: 780px;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 550px) {
  .section-width-control {
    padding-left: 2rem;
  padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .section-width-control {
    padding-left: 3rem;
  padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  .section-width-control {
    max-width: 1250px;
  }
}

.dashed-divider {
  border-bottom: 0.13rem dashed #ccc;
    border-top: none;
    margin-bottom: 32px;
    margin-top: 0px;
}

@media (max-width: 992px) {
  .dashed-divider {
    display: none;
  }
}

.last-dashed-divider {
  display: block; 
  margin-top: 40px;
}

@media (min-width: 992px) {
  .last-dashed-divider {
    margin-top: 26px;
  }
}

a.article-title {
  color: #1e1e1e;
}


/*
Grid / layout Customisations
---------------------------------------*/

.bare-section {
  padding: 1.1rem 1.7rem;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 550px) {
  .bare-section {
    padding: 1.3rem 2rem;
  }
}

@media (min-width: 768px) {
  .bare-section {
    padding: 1.6rem 3rem;
  }
}

@media (min-width: 992px) {
  .bare-section {
    max-width: 1250px;
  }
}

.bare-section-smaller-padding {
  padding: 0.3rem 0.9rem 0.6rem 0.9rem;
}

.support-section {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  margin-top: -1rem;
}

.home-first-section {
  margin-top: -1.6rem;
}

.alternating-background {
    background-color: #efefef;
    max-width: none;
    padding: 2.7rem 0rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}


/* Section Titles
-------------------------------------------------- */
.section-title {
    text-align: center;
    position: relative;
    margin-bottom: 3.2rem;
    font-weight: 400;
    font-size: 1.35em;
    margin-top: 0;
    text-transform: uppercase;
}
.section-title::after {
  position: absolute;
  content: " ";
  display: block;
  height: 1px;
  border-top: 2px solid #555555;
  width: 1.47058823529412em;
  left: 50%;
  bottom: -0.7em;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* Read More Button
-------------------------------------------------- */
a.read-more {
  display: inline-block;
  color: #0B64A3;
  position: relative;
  
}



/* Buttons
-------------------------------------------------- */

.btn-ql,
.btn-ql:hover,
.btn-ql:active {
  display: inline-block;
  background-color: #0B64A3;
  color: white;
  border-radius: 3px;
  padding: 0.7rem 1rem;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  text-decoration: none;}



.btn-ql {
  text-decoration: none;
  font-size: 0.85em;
  min-width: 225px;
  margin-left: 8px;
  margin-right: 8px;
  letter-spacing: 0.03rem;
}

@media (min-width: 768px) {
  .btn-ql {
    min-width: 250px;
  }
}

a.btn-ql {
  text-decoration: none;
}

.btn-ql:hover {
  background-color: #0978c7;
}

a.btn-ql.btn-fixed-width:hover {
  background-color: #0978c7;
}

.btn-ql:focus {
  color: white;
}

.btn-ql-container {
  text-align: center;
  margin: 1.9rem auto 0.5rem auto;
  position: relative;
  z-index: 1;
}

.btn-fixed-width {
  width: 270px;
  margin-bottom: 8px;
}

.btn-ql.alternative {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.btn-ql.alternative:hover {
  background-color: white;
  color: #0B64A3;
  border-color: white;
}

.btn-spacetop {
  margin-top: 20px;
}

.btn-featured-sections {
  margin-top: 0.6rem;
  margin-bottom: -0.2rem;
}

@media (min-width: 768px) {
  .btn-featured-sections {
    margin-top: 0.8rem;
  }
}

@media (min-width: 992px) {
  .btn-featured-sections {
    margin-top: -0.6rem;
    margin-bottom: -0.4rem;
  }
}

.btn-file-format {
    min-width: initial;
    height: 41px;
    font-weight: 400;
    margin-left: 0;
    background-color: transparent;
    border: 1px solid #157da4;
    color: #0B64A3;
}

.btn-file-format:hover {
  font-weight: 400;
}

.btn-file-format:focus {
  background-color: #0B64A3;
}

a.btn-file-format img.format-icon-normal {
  display: initial;
  margin-right: 0.4rem;
  margin-left: -0.1rem;
  margin-top: -3px;
}

a.btn-file-format:hover img.format-icon-normal, a.btn-file-format:focus img.format-icon-normal, a.btn-file-format:active img.format-icon-normal {
  display: none;
}

a.btn-file-format img.format-icon-hover {
  display: none;
  margin-right: 0.4rem;
  margin-left: -0.1rem;
  margin-top: -3px;
}

a.btn-file-format:hover img.format-icon-hover, a.btn-file-format:focus img.format-icon-hover, a.btn-file-format:active img.format-icon-hover {
  display: initial;
}

.social-button {
  background-color: transparent;
  border: 2px solid #0B64A3;
  color: #0B64A3;
}

.social-button:hover {
  color: white;
}

.fb-cta {
  border-color: #3B5998;
  color: #3B5998;
}

.fb-cta:hover {
  background-color: #3B5998;
  border-color: #3B5998;
}

.btn-ql.rss-cta {
  border-color: #ef6214;
  color: #ef6214;
}

.btn-ql.rss-cta:hover, .btn-ql.rss-cta:focus {
  background-color: #ef6214;
  border-color: #ef6214;
  color: white;
}

i.social-icon-extra {
  margin-right: 13px;
  font-size: 1.3rem;
  line-height: 1.2rem;
}


/*
Support section
---------------------------------------*/

div.support-row {
  margin-bottom: 2.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
}

@media (min-width: 615px) {
  div.support-row {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

@media (min-width: 768px) {
  div.support-row {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  div.support-row {
    padding-left: 18%;
    padding-right: 18%;
  }
}

.support-columns {
  padding-left: 1.6%;
  padding-right: 1.6%;
  text-align: center;
}

@media (min-width: 615px) {
  .support-columns {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (min-width: 768px) {
  .support-columns {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (min-width: 992px) {
  .support-columns {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.support-columns a {
  text-decoration: none;
}

.support-boxes {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  background: #363636;
}

.support-boxes:hover {
    background: #0b64a3;
}

.support-boxes.center-box {
  background-color: #0B64A3;
}

.support-boxes.center-box:hover {
  background-color: #0978c7;
}

.support-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.5, 0.5);
    -webkit-transform: translate(-50%,-50%) scale(0.5, 0.5);
    -ms-transform: translate(-50%,-50%) scale(0.5, 0.5);
}

h3.support-engagements {
    font-size: 1.1rem;
    margin-top: 1.2rem;
}


/*
==========================================
3. Blog & Pages
========================================== 
*/

/*Main Wrapper                    */
/*------------------------------------------*/

.site-main {
  margin-top: 1.5rem;
}

.site-main-page {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 50px 5%;
  z-index: 1;
  position: relative;
  background-color: white;
}

.entry-content {
  max-width: 780px;
  margin-top: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

@media (min-width: 500px) {
  .entry-content {
    margin-left: auto;
  }
}

.entry-content p {
    line-height: 1.6rem;
    font-size: 1rem;
    color: #3e3e3e;
    margin-bottom: 25px;
}

@media (min-width: 550px) {
  .entry-content p {
      line-height: 1.8rem;
      font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .entry-content p {
    line-height: 2rem;
    font-size: 1.2rem;
  }
}

.entry-content ul li, .entry-content ol li, .entry-content ul ul li, .entry-content ol ol li {
    margin-bottom: 0.6em;
    color: #1e1e1e;
    line-height: 1.6rem;
    font-size: 1rem;
}

@media (min-width: 550px) {
  .entry-content ul li, .entry-content ol li, .entry-content ul ul li, .entry-content ol ol li {
      line-height: 1.8rem;
      font-size: 1.1rem;
  }
}

@media (min-width: 768px) {
  .entry-content ul li, .entry-content ol li, .entry-content ul ul li, .entry-content ol ol li {
    line-height: 2rem;
    font-size: 1.2rem;
  }
}

.entry-content blockquote {
    padding-left: 20px;
    display: block;
    position: relative;
    color: #1e1e1e;
    border-left: none;
    font-style: none;
    margin-bottom: 0.4rem;
    font-weight: 300;
    letter-spacing: 0.02rem;

}



.entry-content blockquote p {
  margin-bottom: 25px;
  color: #3e3e3e;
  letter-spacing: 0;
  font-style: italic;
}



.entry-content blockquote p q {
  font-style: none;
 
}




.entry-content img {
  padding: 20px 0;
  width: 100%;
}

@media (min-width: 460px) {
  .entry-content .half-width {
    width: 50%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .entry-content .third-width {
    width: 33%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}

/*More Link									*/
/*------------------------------------------*/

.more-link {
  display: block;
  clear: both;
}


/*Team page specific                 */
/*------------------------------------------*/

.team-page-title {
    font-size: 1.4rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .team-page-title {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    margin-top: 0rem;
  }
}

.team-row .team-item {
    margin-bottom: 3rem;
  }

.team-name {
    font-weight: 700;
    font-size: 1.4rem;
    margin-left: -1px;
        margin-bottom: 0em;
    margin-top: 1.1em;
 text-align: left;
clear:both;
}

.team-position {
font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.7rem;
      margin-top: -0.3rem;
      margin-bottom: 1rem;
 text-align: left;
clear:both;
}

.team-member {
  margin-bottom: 2.8rem;
}

.team-pic {
  max-width: 250px;
}

.team-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

@media (min-width: 768px) {
  .team-page {
    margin-top: 0rem;
  }
}

@media (min-width: 992px) {
  .team-page {
    max-width: 1150px;
  }
}

.team-page #advisors-blurb {
    text-align: center;
    font-weight: 400;
    color: #151515;
    margin-top: -1.6rem;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.2rem;
}

.team-sc-icons {
  font-size: 1.4em;
  padding-right: 20px;
}

.team-sc-row {
  margin-top: 1em;
}

.team-columns {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .team-columns {
    padding-left: 1.5rem;
    padding-right: 2rem;
  }
}

.img-circle {
  width: 180px;
float: left;
margin-bottom: 1rem;
}

.team-item-text .body-dark {
  margin-top: 0.1rem;
text-align: left;
clear:both;
}



/*Metadata                  */
/*------------------------------------------*/

p.author-roll-category {
      margin-bottom: 0.05rem;
}



/*Metadata 									*/
/*------------------------------------------*/

.metadata {
  margin: 1.78571428571429em 0;
  overflow: hidden;
  border-right: none;
  border-left: none;
  border-top: none;
  padding-top: 1.07142857142857em;
  border-top: 1px solid #b9b9b9;
  font-size: 14px;
  font-size: 0.875rem;
}
.single .metadata {
  margin: 1.25em 0;
}
.metadata ul {
  margin: 0;
  padding: 0;
}
.metadata ul li {
  list-style: none;
  line-height: 1.4em;
  margin: 0;
  margin-right: 0.3em;
  padding: 0 0 1.07142857142857em 0;
  float: left;
  position: relative;
  color: #1e1e1e;
}
.metadata ul li i {
  margin-right: 0.35714285714286em;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #757575;
}
.metadata ul li a {
  color: #0B64A3;
}
.metadata ul li a:hover {
  text-decoration: underline;
}
.metadata hr {
  margin: 0;
}

/* Page Headers															*/
/*----------------------------------------------------------------------*/

.page-header {
  margin-bottom: 70px;
}

/* 404																	*/
/*----------------------------------------------------------------------*/

.widgets-404 {
  margin: 100px 0;
}
.error404 .search-form {
  width: 50%;
}
.error404 .search-form .search-submit {
  outline: none;
  width: auto;
  padding-left: 12px;
  height: auto;
}
.error404 .search-form .search-submit:hover {
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  background-color: #757575;
  border-color: #757575;
  color: white;
}

.error-404 {
  text-align: center;
  margin-top: 4em;
  margin-bottom: 3em;
}

.error-404-image {
  margin-bottom: 3em;
}

/*Pagination															*/
/*----------------------------------------------------------------------*/

.pagination_wrap {
  text-align: center;
}
.pagination {
  margin: 0 0 3.125rem 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination a,
.pagination span {
  background-color: white;
  border: 2px solid #efefef;
  color: #757575;
  float: left;
  line-height: 1.42857;
  margin-left: -2px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
}
.pagination .current {
  background-color: #efefef;
  color: #0B64A3;
  border-color: #efefef;
}
.pagination a:hover {
  background-color: #efefef;
  color: #0B64A3;
  border-color: #efefef;
  cursor: pointer;
}
.pagination li.active a {
  background-color: #0B64A3;
  color: white;
  border-color: #0B64A3;
}
.pagination li.active a:hover {
  background-color: white;
  color: #0B64A3;
  border-color: #0B64A3;
  cursor: pointer;
}


/*
==========================================
5. Footer
========================================== 
*/

/*
Main footer
------------------------
*/
#footer {
  background-color: #1e1e1e;
  padding: 2.1rem 0 0;
  color: #949494;
  position: relative;
  z-index: 1;
}
.footer-widget-wrapper {
  margin: 0 auto;
  max-width: 1250px;
  padding-left: 4%;
}
@media (min-width: 1200px) {
  .footer-widget-wrapper {
    padding-left: 6%;
  }
}
#footer .widget {
  margin-bottom: 1.875rem;
  font-size: 0.9rem;
  width: 100%;
  max-width: 250px;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (min-width: 768px) {
  #footer .widget {
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .footer-widget-wrapper .col-xs-6 {
  min-width: 230px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #footer .footer-widget-wrapper div:nth-of-type(3) {
    min-width: initial;
    max-width: none;
    width: 100%;
  }
  #footer #text-6 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 0;
    max-width: none;
  }
}
#footer a {
  color: #949494!important;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .widget h4 {
  color: white;
  margin-bottom: 0.65em;
  font-size: 1rem;
  font-weight: 700;
}
#footer .textwidget p {
  margin-bottom: 0.85rem;
  font-weight: 400;
  color: #949494;
}
#footer img.partner-imgs {
  margin-bottom: 1.25rem;
  margin-top: 0.3rem;
  max-width: 200px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #footer img.partner-imgs {
    margin-right: 1.3rem;
  }
}

#menu-head-menu-1 {
  padding-left: 0;
}

#menu-head-menu-1 li {
  list-style-type: none;
}

#menu-head-menu-1 li a {
  font-weight: 400;
}


/*
==========================================
Subfooter
========================================== 
*/
.sub-footer {
  background-color: black;
  padding: 9px 0;
  font-size: 0.8125rem;
}
.sub-footer p {
  margin-bottom: 0;
  text-align: center;
  line-height: 35px;
  color: #949494;
}

/*
==========================================
Social Nav
========================================== 
*/
.nav_social {
  position: relative;
  text-align: center;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}
.nav_social li {
  text-align: center;
  position: relative;
  float: left;
  margin-left: 10px;
}
.nav_social li a {
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #757575;
  text-decoration: none;
  text-align: center;
  font-weight: 200;
}
.nav_social li a:hover {
  color: white;
}
.nav_social .screen-reader-text {
  display: none;
}
.nav_social li a::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 200;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: inherit;
  font-size: 18px;
  line-height: 1em;
  width: 18px;
  height: 18px;
  color: white;
  color: inherit;
  text-decoration: none!important;
}
.nav_social li a[href*="facebook.com"]::before {
  content: "\f09a";
}
.nav_social li a[href*="twitter.com"]::before {
  content: "\f099";
}
.nav_social li a[href*="youtube.com"]::before {
  content: "\f167";
}
.nav_social li a[href*="plus.google.com"]::before {
  content: "\f0d5";
}
.nav_social li a[href*="/feed/"]::before {
  content: "\f09e";
}
.nav_social li a[href*="wordpress.com"]::before {
  content: "\f19a";
}
.nav_social li a[href*="wordpress.org"]::before {
  content: "\f19a";
}
.nav_social li a:hover {
  background-color: #1e1e1e;
}


/*
==========================================
9. WordPress Default
========================================== 
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
  border-top: 3px solid #999999;
  border-bottom: 3px solid #999999;
  padding: 30px 0;
}

/* Post Navigation
-------------------------------------- */
.post-navigation {
  margin: 40px 0;
}
.post-navigation:before,
.post-navigation:after {
  content: " ";
  display: table;
}
.post-navigation:after {
  clear: both;
}
.post-navigation .screen-reader-text {
  display: none;
}
.post-navigation .nav-previous {
  float: left;
  width: 48%;
}
.post-navigation .nav-next {
  float: right;
  width: 48%;
  text-align: right;
}
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
  padding: 18px 23px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  color: inherit;
}
.post-navigation .nav-previous a {
  padding-left: 45px;
}
.post-navigation .nav-next a {
  padding-right: 45px;
}
.post-navigation .nav-previous a::before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 200;
  text-decoration: inherit;
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  color: #757575;
  font-size: 14px;
  z-index: 1;
  text-decoration: none;
  line-height: 1em;
  width: 14px;
  height: 14px;
}
.post-navigation .nav-next a::before {
  display: block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 200;
  text-decoration: inherit;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  color: #757575;
  font-size: 14px;
  z-index: 1;
  text-decoration: none;
  line-height: 1em;
  width: 14px;
  height: 14px;
}

/* Nav Menu
-------------------------------------- */
.widget_nav_menu ul li {
  padding: 0!important;
}
.widget_nav_menu ul li a {
  display: block;
  padding: 10px 0!important;
}


/*
==========================================
10. External Plugins
========================================== 
*/

.ninja-forms-success-msg {
  background-color: #E0FBE0;
  padding: 14px;
}

.ninja-forms-error-msg {
  background-color: #FFC3C3;
  padding: 14px;
}

.ninja-forms-required-items {
  margin-bottom: 1em;
}

.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
  height: 50px;
}

#yikes-easy-mc-form-1-EMAIL {
  height: 55px;
  border: 1px solid #DCDCDC;
  padding-left: 18px;
}

.yikes-easy-mc-email {
  font-weight: 100;
}

#toc_container {
  padding: 15px 25px;
}

#toc_container ul li {
      line-height: 1.6rem;
    margin-bottom: 0.3rem;
}

@media (min-width: 768px) {
  #toc_container ul li {
    line-height: 1.85rem;
    margin-bottom: 0rem;
  }
}

#toc_container ul li a {
  line-height: 1.6rem;
    font-size: 1rem;
}

@media (min-width: 550px) {
  #toc_container ul li a {
      line-height: 1.8rem;
      font-size: 1.1rem;
  }
}

#toc_container ul ul {
  margin-top: 0.4rem;
}

@media (min-width: 768px) {
  #toc_container ul ul {
    margin-top: 0rem;
  }
}

ol.ajs-fn {
  font-size: 1rem;
}

ol.ajs-fn li {
  font-size: 1rem!important;
  margin-bottom: 1rem;
  color: #757575;
  line-height: 1.5rem!important;
}

.ajs-footnote a {
    vertical-align: super;
    font-size: smaller;
    display: initial!important;
    text-decoration: initial;

  }


/*----------------------------------------------------------------------*/
/* Inputs																*/
/*----------------------------------------------------------------------*/
input,
textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #757575;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 0.71428571428571em;
}
input:focus,
textarea:focus {
  border-color: #0B64A3;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #757575;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #757575;
}
input[disabled],
textarea[disabled],
input[readonly],
textarea[readonly],
fieldset[disabled] input,
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #efefef;
}
textareainput,
textareatextarea {
  height: auto;
}
textarea {
  min-height: 100px;
}

/* ----------
LAYOUT CLASSES : WRAPPER
---------- */

.my-post { padding: 2.0em 0;  }

.wrapper {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.wrapper.full {
  width: 100%;
  max-width: 100%;
}

.wrapper.restrict {
  max-width: 960px;
}

.wrapper.mobile-full {
  width: 100%;
}

/* ----------
LATEST ADDITIONS
---------- */

.media-object {
  max-width: inherit;
}

.post-footer-n-pagination {
  margin-top: 0;
}

.pagination-wrapper {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.support {
  margin-bottom: 3rem;
}

.nav>li>a {
   padding-right: 5px;
   font-weight: 400;
}

.sharedaddy {
  margin-top: 2em;
}

.sd-title {
  font-size: 1em;
}

#jp-relatedposts {
  font-size: 1em;
}

.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
  padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 12px;
}

.panel-title {
  color: white;
}

.panel-title a, .panel-title a:hover, .panel-title a:focus, .panel-title a:active, .panel-title a:visited {
  text-decoration: none;
  color: white;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding-bottom: 0;
}

.panel-default>.panel-heading {
  background-color: #0B64A3;
}

a.post-edit-link {
  display: none;
}

.blog-feed .sharedaddy.sd-sharing-enabled {
      margin: 0 auto;
    width: 140px;
}

.panel-form {
  max-width: 380px;
  margin: 0 auto;
}

.panel-heading {
  border-radius: 3px;
}

ol.repeatable-links {
      margin: 0 0 2em 0;
}

ol.repeatable-links>li {
      margin-bottom: 0.2em;
}

.body-dark {
  font-size: 1rem;
  margin-top: 0.7rem;
  line-height: 1.5rem;
}

.body-dark a {
  text-decoration: underline;
}

.support-paragraph-text {
  padding-left: 1px;
}

.admin-bar .navbar {
  top: 46px;
}


/* ----------
RESPONSIVE STYLES COPIED FROM SEPARATE CSS FILE - NEED MERGING INTO MAIN FILE MOBILE-FIRST
---------- */


@media screen and (min-width: 783px) {
  .admin-bar .navbar {
    top: 32px;
  }
}

@media (min-width: 768px) {
  .wrapper.mobile-full { 
    width: 90%; 
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
}


@media (min-width: 768px) and (max-width: 1345px) {
  .container {
    width: 96%;
  }
  .cd-has-margins .cd-pricing-list > li {
    width: 32%;
  }
  .cd-value {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .cd-duration {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-has-margins .cd-select {
    padding: 1.2em 0;
  }
  .metadata ul li {
    float: left;
  }
  #sidebar {
    padding-right: 0;
  }
  #sidebar .widget {
    padding: 0 20px;
  }
  #respond .input-wrap {
    width: 46%;
  }
}

@media only screen and (min-width: 1346px) {
  .container {
    width: 96%;
  }
  .meta_blocks div {
    height: 56px;
  }
  .meta_icon {
    line-height: 53px;
  }
  .meta_blocks div i {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .sub_icon {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .meta_comments .sub_icon {
    line-height: 50px;
  }
  .meta_date span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .content_background {
    padding: 40px;
  }
  .phone-services .service {
    width: 45%;
    margin: 0 2% 5%;
  }
  .cd-has-margins .cd-pricing-list > li {
    width: 30%;
    margin: 0 1%;
  }
  .cd-value {
    font-size: 68px;
    font-size: 4.25rem;
  }
  .cd-currency {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .cd-has-margins .cd-select {
    padding: 1.2em 0;
  }
  #sidebar .widget {
    padding: 0;
  }
  #respond .input-wrap {
    width: 47%;
  }
}



@media only screen and (max-width: 900px) {
  .nav>li>a {
    padding-right: 4px;
  }
}

@media (max-width: 767px) {
  
  .navbar-toggle {
    margin-right: 6px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
      background-color: transparent;
      color: #000;
  }

  li.custom-social-menu a {
      margin-right: 13px;
  }

  .services-section {
    padding: 10% 0% 1% 0%;
  }
  .service {
    margin-bottom: 15%;
  }
  .quote-wrap {
    display: block;
    width: 100%;
    padding: 5% 2% 5% 8%;
  }
  .laptop-wrap {
    display: block;
    width: 100%;
  }
  .quote-wrap blockquote {
    font-size: 16px;
    font-size: 1rem;
  }
  .quote-cite {
    font-size: 14px;
    font-size: 0.875rem;
  }
  
  .cd-pricing-header h2 {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
  }
  .cd-currency,
  .cd-value {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .cd-popular .cd-duration {
    color: #fff;
    opacity: 0.7;
  }

  .mailbag-wrap .mailbag-input {
    display: block!important;
    width: 100%!important;
    margin-right: 0!important;
  }
  .metadata {
    display: block;
  }
  .metadata ul li {
    float: left;
  }
  .error404 .search-form {
    width: 100%;
  }
  #sidebar {
    padding-right: 0;
  }
  #respond .input-wrap {
    width: 100%;
  }
  .sub_footer p {
    margin-bottom: 20px;
    float: none;
    line-height: 1.6em;
  }
  .nav_social {
    float: none;
  }
  .dropdown-menu>li>a {
    padding: 15px 40px;
  }
  .nav>li {
    margin: 15px 0 15px 11px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}