/*
Theme Name: Masa Israel Teaching Fellows
Author: andruxnet 
Author URI: http://andrux.net/
Description: Masa Israel Teaching Fellows theme built on top of Bootstrap 3.0.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* TEST 2 */
/* Last editted on 10-20-17 */

@font-face {
  font-family: 'GothamBlackRegular';
  src: url('/wp-content/themes/masa-itf/fonts/gothamblack-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamMediumRegular';
  src: url('/wp-content/themes/masa-itf/fonts/gothammedium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBookRegular';
  src: url('/wp-content/themes/masa-itf/fonts/gothambook-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBoldRegular';
  src: url('/wp-content/themes/masa-itf/fonts/gothambold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Select HTML 5 Resets
----------------------------------------------- */

html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  position: relative;
  min-height: 100%;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

article {
  width: 100%;
  max-width: 940px;
}

img,
a img {
  border: none;
  outline-style: none;
  outline-width: 0;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

div,
h1,
h2,
h3 h4,
p,
a,
li,
td,
img {
  -webkit-text-size-adjust: none !important;
}

/* END HTML 5 Resets --- */

/* slider customizations */
#slider-area {
  margin-top: -1px;
}

.slideshow-wrapper {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.slide-overlay {
  background-color: rgba(0, 0, 0, .8);
  bottom: 0px;
  height: 20%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  /* IE 8 */
  filter: alpha(opacity=80) !important;
  /* IE 5-7 */
  -moz-opacity: .8 !important;
  /* Netscape */
  -khtml-opacity: .8 !important;
  /* Safari 1.x */
}

.slide-overlay .inner-caption {
  padding: 5px;
}

.inner-caption p {
  display: block;
  font-family: GothamBookRegular;
  font-size: 26px;
  width: 962px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

/* just in case we go back to the old static navigation arrows */
.masa-nav-arrow {
  background-image: url('/wp-content/themes/masa-itf/img/slider-nav.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 65px;
  cursor: pointer;
}

.nav-prev {
  background-position: 0px 0px;
  width: 23px;
  margin-top: -14px;
  margin-left: -20px;
  margin-right: 10px;
  float: left;
}

.nav-next {
  background-position: -23px 0px;
  width: 22px;
  margin-top: -14px;
  float: right;
}

/* just in case we go back to the old static navigation arrows */

.cycle-prev,
.cycle-next {
  opacity: 1;
  background-image: url('/wp-content/themes/masa-itf/img/slider-nav.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 65px;
  margin-top: 150px;
}

.cycle-prev {
  background-position: 0px 0px;
  width: 23px;
  margin-left: 280px;
}

.cycle-next {
  background-position: -23px 0px;
  width: 22px;
  margin-left: -300px;
}

/* surveygizmo form */
#more-info-form {
  position: absolute;
  right: -3;
  background-color: #000;
  width: 270px;
  height: 240px;
  padding: 0px 30px;
  z-index: 999;

}

#more-info-form h2 {
  font-family: "GothamBoldRegular";
  font-size: 13px;
  color: #bcd516;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#more-info-form .sg-question select {
  width: 200px;
}

.sg-body:not(.sg-mobile) .sg-content-wrap,
.sg-body:not(.sg-mobile) .sg-right-col,
.sg-body:not(.sg-mobile) .sg-content {
  padding: 0px !important;
}

/*
input#sg_SubmitButton {
    background: url(/wp-content/uploads/2014/03/btn_getstarted-1.png) center !important;
}

.sg-disqualify {
   color:#FFF !important;
}
*/

#more-info-form label {
  font-size: 9px;
}

/* general css 
----------------------------------------------- */

body {
  overflow-x: auto;
  /* for mobile overflow-x: auto; */
  overflow-y: visible;
}

a {
  color: #00aeef;
  text-decoration: none;
}

a:hover {
  color: #c3d600;
  text-decoration: none;
}

.wp-hidden {
  display: none;
}

.container {
  font-family: 'GothamBookRegular';
  width: 970px;
}

.cg-container {
  font-family: 'GothamBookRegular';
  width: 100%;
  height: 70px;
}

.navbar-nav>li {
  float: left;
}

.navbar-nav {
  margin: 0px;
  width: 102%;
}

/* CG */

.elq-form .item-padding {
  padding: 6px 9px 9px 9px !important;
}

.sc-view {
  background-color: transparent !important;
}

.blue-bar-text {
  vertical-align: middle;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  line-height: 30px;
  font-size: 40px;
}

.big-logo {
  float: left;
  margin-left: 15%;
}

.sm-logo {
  float: right;
  margin-right: 40px;
}

.logos {
  margin-top: 0px;
  width: 95%;
  max-width: 1400px;

}

.cg-bullets {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #59c1e7;
  text-align: left;
  margin-top: 40px;
  float: left;
  zoom: 1;
  width: 42%;
  margin-left: 40px;
}

ul,
.mylist {
  font-size: 18px;
}

.theform {
  float: right;
  margin-right: 10px;
  margin-top: -50px;
}

input[type="text"] {
  display: block;
  margin: 0;
  width: 310px;
  height: 25px !important;
  font-size: 18px;
}

input[placeholder="text"] {
  font-size: 18px;
}

.myfields {}

#masa-itf-header {
  height: 70px;
}

#masa-itf-header .col-xs-3 {
  height: 70px;
}

#masa-itf-logo {
  position: absolute;
  background: #fff url(/wp-content/themes/masa-itf/img/MITFlogo.png) no-repeat;
  background-size: contain;
  width: 228px;
  height: 85px;
  text-indent: -99999px;
  z-index: 999999;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
}

#masa-itf-logo-journey {
  background: transparent url(/wp-content/themes/masa-itf/img/masa-logo.png) no-repeat;
  background-size: contain;
  width: 149px;
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  float: right;
  text-indent: -99999px;
  /* logo no longer needed 10-19-17 request */
  position: absolute;
  display: none !important;
  visibility: hidden !important;
}

#masa-itf-top-nav {
  margin-top: 24px;
}

ul.expandable-list {
  list-style-type: none;
}

ul#masa-itf-top-nav li {
  display: inline;
}

ul#masa-itf-top-nav li a {
  font-family: 'GothamBoldRegular';
  font-size: 13px;
  color: #000;
  padding: 0px 16px;
  text-transform: uppercase;
  text-decoration: none;
}

#masa-itf-nav-menu {
  background-color: #00aeef;
  height: 78px;
  border: 1px solid #00aeef;
}

#masa-itf-nav-menu2 {
  background-color: #00aeef;
  height: 78px;
  border: 1px solid #00aeef;
}

.navbar.navbar-default {
  background-image: none;
  background-color: #00aeef;
  /*height: 58px;*/
  margin-left: -7px;
  border: none;
  box-shadow: none;
}

.navbar-default .navbar-nav>li>a {
  background-image: none !important;
  font-family: 'GothamBoldRegular';
  font-size: 17px;
  color: #fff;
  height: 77px;
  text-transform: uppercase;
  padding-top: 28px;
  padding-left: 30px;
  padding-right: 34px;
}

.navbar-collapse {
  padding-left: 5px;
}

/*.navbar-default .navbar-nav li:first-child a:hover {
	background-color: #fff !important;
	color: #bcd516 !important;
} 
.navbar-default .navbar-nav li:first-child a:active {
	background-color: #bcd516 !important;
	color: #fff !important;
} */

.navbar-default .navbar-nav>li:last-child {
  background-color: #018abd;
}

.navbar-default .navbar-nav>li>a:hover {
  background-color: #fff !important;
  color: #bcd516 !important;
}

.current_page_parent,
.navbar-default .navbar-nav>li.current_page_item {
  background-color: #bcd516 !important;
  color: #fff !important;
}

.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus {
  background-color: #bcd516 !important;
  color: #fff !important;
}

.navbar-default .navbar-nav>.active>a {
  background-color: #bcd516 !important;
  color: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li:hover>a {
  color: #bcd516;
}

.menu-wide .dropdown-menu {
  width: 510px;
  margin-left: -152px;
}

#main-menu>.dropdown:hover {
  background-color: #fff !important;
  color: #018abd !important;
}

.menu-active {
  background-color: #bcd516 !important;
  color: #fff !important;
}

.dropdown-menu {
  border: none;
  padding: 0px;
  -webkit-box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.175) !important;
}

.dropdown-menu .row>div {
  padding-right: 0px;
}

.dropdown-menu li.menu-item {
  width: 230px;
  height: 50px;
  cursor: pointer;
}

.dropdown-menu li.menu-item.col-xs-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-menu li.menu-item-thin {
  width: 170px;
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-menu li.menu-item .menu-icon,
.dropdown-menu li.menu-item .menu-icon-nohover {
  background-repeat: no-repeat;
  background-color: transparent;
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 10px;
  margin-top: 4px;
}

.dropdown-menu li.menu-item .menu-icon a,
.dropdown-menu li.menu-item .menu-icon-nohover a {
  display: block;
  background-color: transparent !important;
  font-family: 'GothamMediumRegular';
  font-size: 12px;
  font-weight: bold;
  color: #00aeef;
  width: 220px;
  height: 100%;
  padding-left: 50px;
  padding-top: 12px;
  text-decoration: none;
}

.icon-the-experience {
  background-position: 0px 0px;
}

.icon-meet-the-fellows {
  background-position: -38px 0px;
}

.icon-blog {
  background-position: -79px 0px;
}

.icon-all-locations {
  background-position: -120px 0px;
}

.icon-netanya {
  background-position: -160px 0px;
}

.icon-petach-tikvah {
  background-position: -201px 0px;
}

.icon-mitzpe-ramon {
  background-position: 100px 0px;
}

.icon-ramle-lod {
  background-position: -240px 0px;
}

.icon-rehovot {
  background-position: -280px 0px;
}

.icon-rishon-lezion {
  background-position: -318px 0px;
}

.icon-beer-sheva {
  background-position: -356px 0px;
}

.icon-ashdod {
  background-position: -395px 0px;
}

.icon-beit-shean {
  background-position: -434px 0px;
}

.dropdown-menu li.menu-item:hover {
  background-color: #bcd516;
}

.dropdown-menu li.menu-item:hover .menu-icon {
  background-position-y: -40px;
}

.dropdown-menu li.menu-item:hover a {
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0px;
}

#homepage-content {
  font-family: 'GothamBlackRegular';
  font-size: 20px;
  margin-top: 25px;
}

#homepage-content h2 {
  font-family: 'GothamBlackRegular';
  font-size: 52px;
  color: #bcd516;
}

a .link-overlay {
  background-color: rgba(0, 0, 0, .5);
  display: block;
  margin: 8px;
}

a:hover .link-overlay {
  background-color: transparent;
}

.bucket {
  margin-bottom: 40px;
  text-align: center;
}

.bucket a {
  text-decoration: none;
}

.bucket a:hover {
  background-image: url(/wp-content/themes/masa-itf/img/bucket-rollover.png) !important;
}

.bucket-thumb {
  display: inline-table;
  width: 220px;
  height: 220px;
  margin: 30px auto;
}

.bucket-thumb:nth(1) {
  border-image: url(/wp-content/themes/masa-itf/img/bucket-vertical-rule.png) 30 30 round;
}

.bucket-thumb h4 {
  display: table-cell;
  font-family: 'GothamBoldRegular';
  font-size: 25px;
  color: #fff;
  /*text-shadow: 2px 2px #000;*/
  text-align: center;
  vertical-align: middle;
}

.bucket-text {
  text-align: left;
}

#about-program {
  padding-right: 38px;
}

#about-program h4 {
  font-family: 'GothamBoldRegular';
  font-size: 24px;
  color: #00aeef;
  margin-bottom: 0px;
}

#about-program strong {
  font-family: 'GothamBoldRegular';
  font-size: 20px;
}

#about-program p {
  margin-top: 10px;
}

.link-button,
.wpcf7 .wpcf7-submit {
  display: block;
  font-family: 'GothamBoldRegular';
  font-size: 14px;
  background-color: #bbd416;
  color: #fff;
  width: 220px;
  padding: 10px 20px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  text-align: center;
  text-transform: uppercase;
}

.wpcf7 .wpcf7-submit {
  margin-top: 0px;
}

.link-button:hover,
.wpcf7 .wpcf7-submit:hover {
  background-color: #00aeef;
  color: #fff;
  text-decoration: none;
}

#footer-margin {
  height: 40px;
}

#footer-area {
  background-color: #000;
  height: 120px;
  padding-top: 20px;
}

#logo-left {
  background: transparent url(/wp-content/themes/masa-itf/img/footer-logo-left.png) no-repeat;
  background-size: contain;
  width: 190px;
  height: 36px;
  float: left;
}

#logo-right {
  background: transparent url(/wp-content/themes/masa-itf/img/footer-logo-right.png) no-repeat;
  background-size: contain;
  width: 170px;
  height: 56px;
  margin-left: 20px;
  float: left;
}

#footer-text-links {
  font-size: 11px;
  margin-top: 10px;
  text-transform: uppercase;
  float: right;
}

#footer-text-links a {
  color: #00aeef;
  text-decoration: none;
}

#footer-phone {
  color: #fff;
  text-transform: none;
}

.social-icons {
  margin-left: 10px;
}

.social-icons span {
  display: inline-block;
  background: transparent url(/wp-content/themes/masa-itf/img/social-icons.png) no-repeat;
  width: 25px;
  height: 25px;
  margin: -6px 2px;
}

#social-twitter {
  background-position: 0px 0px;
}

#social-facebook {
  background-position: -27px 0px;
}

#social-pinterest {
  background-position: -54px 0px;
}

#social-instagram {
  background-position: -81px 0px;
}

.white-slash {
  color: #fff;
  margin: 0px 4px;
}

.blue-slash {
  color: #2ba6dc;
  margin: 0px -4px;
  font-weight: bold;
}

#page-header-img {
  position: relative;
  height: 300px;
  margin-bottom: 10px;
}

#page-header-img .title-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0px;
  width: 100%;
  height: 72px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  /* IE 8 */
  filter: alpha(opacity=80) !important;
  /* IE 5-7 */
  -moz-opacity: .8 !important;
  /* Netscape */
  -khtml-opacity: .8 !important;
  /* Safari 1.x */
  /* removed opacity because the text inside this div was inheriting the property */
}

#page-header-img .title-overlay>h1 {
  font-family: 'GothamMediumRegular';
  font-size: 36px;
  color: #fff;
  margin-left: 10px;
  margin-top: 16px;
}

#page-content {
  font-family: 'GothamBookRegular';
  font-size: 14px;
}

#page-content h2 {
  font-family: 'GothamBoldRegular';
  color: #c3d600;
  font-size: 24px;
}

.menu {
  padding-left: 15px;
  padding-right: 0px;
}

/* settings page */
#homepage label {
  font-weight: normal;
}

/* widgets */
.masa-widget {
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 280px;
  border-bottom: 1px solid #ccc;
}

.featured-fellow {
  font-size: 14px;
  width: 280px;
}

.featured-fellow .fellow-thumb {
  width: 220px;
  height: 220px;
}

.featured-fellow .fellow-thumb a {
  font-size: 34px;
}

.featured-fellow p {
  margin-bottom: 0px;
}

.featured-fellow h3 {
  font-family: 'GothamBlackRegular';
  font-size: 24px;
  color: #00aeef;
}

.featured-fellow h4 {
  font-family: 'GothamBoldRegular';
  color: #c3d600;
  font-size: 22px;
}

#fellow-side p {
  font-family: 'GothamBoldRegular';
  color: #c3d600;
}

.fellow-label {
  font-family: 'GothamBlackRegular';
  font-size: 14px;
  text-transform: uppercase;
}

.individual-fellow .fellow-label {
  color: #000;
}

.individual-fellow p {
  font-family: 'GothamBoldRegular';
  color: #c3d600;
}

.featured-fellow a {
  font-family: 'GothamBoldRegular';
  color: #c3d600;
  font-size: 16px;
}

.thumbnail-link>.widget-title>h3 {
  font-family: 'GothamBoldRegular' !important;
  font-size: 18px !important;
  color: #00aeef !important;
}

.thumb-link {
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  width: 300px;
  height: 260px;
}

.opaque {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
  /* IE 8 */
  filter: alpha(opacity=20) !important;
  /* IE 5-7 */
  -moz-opacity: .2 !important;
  /* Netscape */
  -khtml-opacity: .2 !important;
  /* Safari 1.x */
  opacity: .2;
}

#bottom-copy-content {
  font-family: 'GothamBookRegular';
}

#bottom-copy-content h2 {
  font-family: 'GothamBlackRegular';
  font-size: 24px;
  color: #00aeef;
  margin-bottom: 0px;
}

#faq-content {
  font-family: 'GothamBookRegular';
  font-size: 14px;
}

#faq-content h2 {
  font-family: 'GothamBoldRegular';
  color: #c3d600;
  font-size: 24px;
}

.faqs {
  padding-left: 0px;
  margin-top: 30px;
  font-weight: bold;
}

.expandable-list {
  padding-left: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.expandable-list>li.collapse-icon:before {
  background-position: -14px 0px;
}

.expandable-list>li:before {
  content: " ";
  display: block;
  position: absolute;
  background: url(/wp-content/themes/masa-itf/img/expandable-icons.png) no-repeat;
  background-position: 0px 0px;
  width: 14px;
  height: 14px;
  margin-top: 3px;
}

.expandable-list .expandable-title {
  font-family: 'GothamBlackRegular';
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 20px;
}

.expandable-title:hover {
  color: #c3d600;
}

.expandable-list .expandable-item {
  display: none;
  font-weight: normal;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.expandable-item h4 {
  font-family: 'GothamBlackRegular';
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.expandable-item blockquote {
  border-left: none;
}

.expandable-item blockquote p {
  font-family: 'GothamBookRegular';
  font-size: 14px !important;
}

.expandable-item blockquote p strong {
  color: #c3d600;
}

/* fellow styles */
#fellows-container {
  background-color: #f5f5f5;
  margin-top: 0px;
  padding: 10px;
}

#single-fellow #fellows-content {
  font-family: 'GothamBookRegular';
  font-size: 16px;
  color: #000;
}

#single-fellow #fellows-content strong {
  font-family: 'GothamBlackRegular';
  color: #00aeef;
  height: 160px;
}

#fellows-wrapper h2 {
  font-family: 'GothamBoldRegular';
  font-size: 24px;
  color: #00aeef;
  margin-bottom: 0px;
}

.fellow-thumb,
.fellow-thumb-static {
  display: table;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 140px;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  text-indent: -99999px;
}

.fellow-thumb:hover {
  background-image: url(/wp-content/themes/masa-itf/img/rollover-fellows.png) !important;
  text-indent: 0px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  /* IE 8 */
  filter: alpha(opacity=100) !important;
  /* IE 5-7 */
  -moz-opacity: 1 !important;
  /* Netscape */
  -khtml-opacity: 1 !important;
  /* Safari 1.x */
  opacity: 1 !important;
}

.fellow-thumb:hover a {
  color: #fff;
  text-decoration: none;
}

.fellow-thumb-caption {
  display: table-cell;
  font-family: 'GothamBoldRegular';
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 110px;
  /*text-shadow: 2px 2px #000;*/
}

#fellow-content {
  padding-left: 0px;
}

.line-fellow {
  margin-bottom: 20px;
}

.fellow-intro {
  font-family: 'GothamBlackRegular';
  font-size: 24px;
  color: #00aeef;
  margin-bottom: 0px;
  margin-top: 30px;
}

.fellow-intro strong {
  font-family: 'GothamBoldRegular';
}

.fellow-intro p {
  font-family: 'GothamBookRegular';
  font-size: 24px !important;
  color: #00aeef;
}

.content-fellow {
  margin-top: 15px;
}

.content-fellow p {
  color: #000;
  font-family: 'GothamBookRegular';
}

#fellow-wrapper .highlight-substr {
  font-family: 'GothamBoldRegular';
  font-size: 14px;
  font-weight: normal;
  color: #00aeef;
}

#single-fellow .fellow-label {
  font-family: 'GothamBoldRegular';
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

#single-fellow {
  font-family: 'GothamBookRegular';
  color: #000;
}

#single-fellow h3 {
  font-family: 'GothamBookRegular';
  color: #00aeef;
  font-size: 24px;
}

#single-fellow h2 {
  font-family: 'GothamBoldRegular';
  color: #00aeef;
  font-size: 24px;
}

/* location styles */
.location-thumb {
  display: table;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 220px;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  /*text-indent: -99999px;*/
}

.location-thumb:hover {
  background-image: url(/wp-content/themes/masa-itf/img/rollover-locations.png) !important;
  text-indent: 0px;
}

.location-thumb:hover a {
  color: #fff;
  text-decoration: none;
}

.location-thumb-caption {
  display: table-cell;
  font-family: 'GothamBoldRegular';
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border-radius: 110px;
  color: #fff;
  /*text-shadow: 2px 2px #000;*/
}

#locations-container {
  display: none;
  background-color: #f5f5f5;
  padding: 10px;
}

#locations-content,
#fellows-content {
  font-family: 'GothamBlackRegular';
  font-size: 24px;
  color: #00aeef;
  margin-top: 20px;
  height: 160px;
}

#location-wrapper h2 {
  font-family: 'GothamBlackRegular';
  font-size: 24px;
  color: #00aeef;
  margin-bottom: 0px;
}

#location-wrapper .title-overlay span {
  font-size: 16px;
}

#location-wrapper #location-facts h2 {
  margin-bottom: 10px;
}

#location-wrapper #location-facts {
  font-family: 'GothamBoldRegular';
  color: #c3d600;
  font-size: 16px;
}

#location-wrapper #location-facts span {
  font-family: 'GothamBlackRegular';
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

#location-wrapper .fellow-thumb-caption {
  font-size: 18px;
}

#location-wrapper .fellow-thumb {
  width: 220px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
}

#location-wrapper .location-map {
  width: 300px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.location-contact {
  margin-top: 20px;
}

.location-contact h2 {
  margin-bottom: 6px !important;
}

.location-contact p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.location-contact a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

#locations-info .single-location,
#fellows-info .single-fellow {
  display: none;
  /*	font-family: 'GothamBookRegular';
	color: #000;*/
  font-size: 21px;
}

#locations-info h2,
#fellows-info h2 {
  font-family: 'GothamBoldRegular';
  color: #c3d600;
  font-size: 24px;
  text-transform: uppercase;
}

/* dashboard styles */
.meta-fields-container {
  margin: 20px 10px;
}

.meta-fields-container .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.meta-fields-container .upload-button {
  float: left;
}

.meta-fields-container .upload-thumb {
  float: right;
}

.meta-fields-container .wp-editor-tabs {
  float: left !important;
}

#editable-post-name input {
  height: 32px;
}

.wp-switch-editor {
  height: 28px !important;
}

/* TinyMCE styles */
.intro-green {
  font-family: 'GothamBoldRegular';
  font-size: 24px;
  color: #c3d600;
}

.intro-blue {
  font-family: 'GothamBoldRegular';
  font-size: 24px;
  color: #00aeef;
}

.header-blue {
  font-family: 'GothamBlackRegular';
  font-size: 24px;
  color: #00aeef;
}

.header-md-green {
  font-family: 'GothamBlackRegular';
  font-size: 18px;
  color: #c3d600;
}

.header-md-blue {
  font-family: 'GothamBlackRegular';
  font-size: 18px;
  color: #00aeef;
}

.header-md-black {
  font-family: 'GothamBlackRegular';
  font-size: 18px;
  color: #000000;
}

.uppercase-black-header {
  font-family: 'GothamBlackRegular';
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.header-blue a {
  color: #00aeef;
}

.header-blue a:hover {
  color: #c3d600;
  text-decoration: none;
}

.continue-reading {
  display: table;
  color: #00aeef;
  margin-top: 10px;
}

.continue-reading:hover {
  color: #c3d600;
  text-decoration: none;
}

.blog-list .featured-image {
  margin: 25px auto 0px;
}

.post-item div {
  border-bottom: 1px solid #ccc;
}

.wp-pagenavi {
  font-family: 'GothamBookRegular';
  color: #fff;
  margin-top: 40px;
  float: right;
}

.wp-pagenavi .current {
  background-color: #c3d600;
  border-color: #c3d600 !important;
}

.wp-pagenavi .page:hover {
  background-color: #c3d600;
  border-color: #c3d600 !important;
  color: #fff;
}

.wp-pagenavi .pages {
  background-color: transparent;
  border: 1px solid #00aeef;
  color: #00aeef;
}

.nextpostslink,
.previouspostslink {
  background-color: #00aeef;
  color: #fff;
}

.nextpostslink:hover,
.previouspostslink:hover {
  border-color: #c3d600 !important;
  background-color: #c3d600;
}

.sg-body {
  width: 100% !important;
}

.sg-question {
  border-bottom: none !important;
}

.sg-question-options {
  padding-left: 0px !important;
}

.wpcf7 {
  margin-top: 20px !important;
}

.wpcf7 .row {
  margin-bottom: 10px;
}

.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
  width: 100%;
}

.edit-link {
  font-family: 'GothamBoldRegular';
  font-size: 16px;
  color: #00aeef;
}

.edit-link:hover {
  color: #c3d600;
}

@media (min-width: 768px) {

  .navbar.navbar-default {
    margin-left: 0px;
    margin-bottom: 0px;
  }

  ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 14px !important;
    opacity: 1;
  }

  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px !important;
    opacity: 1;
  }

  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px !important;
    opacity: 1;
  }

  :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 14px !important;
    opacity: 1;
  }

  input[type="text"] {
    display: block;
    margin: 0;
    width: 323px;
    height: 30px;
  }

}

.EQ_form_CG {
  position: relative;
  right: 20px;
  overflow: hidden;
  width: 320px;
  height: 230px;
}

/* --- 10-31-16 - Disabled scale feature.
UInstead use repsonsive media queries, which are found on responsive.css

--------------------------------------------------------------------------------------------------------- 

@media (max-width: 1280px) {
	body {
		zoom: .85;
	}

	.EQ_form_CG body {
		zoom: .75;
	}

	.slideshow-wrapper {
		zoom: .75;
	}
	.container {
		width: 990px;
	}

	#more-info-form {
		zoom: 1;
	}

 .EQ_form_CG { 
        -moz-transform: scale(0.80, 0.80); 
  -webkit-transform: scale(0.80, 0.80); 
  -o-transform: scale(0.80, 0.80);
  -ms-transform: scale(0.80, 0.80);
  transform: scale(0.80, 0.80); 
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
 } 
        #eq-iframe {
  -moz-transform: scale(0.80, 0.80); 
  -webkit-transform: scale(0.80, 0.80); 
  -o-transform: scale(0.80, 0.80);
  -ms-transform: scale(0.80, 0.80);
  transform: scale(0.80, 0.80); 
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

} 
--------------------------------------------------------------------------------------------------------- 
*/
/* Theme-specific responsive settings for select elements */

@media only screen and (min-width: 1600px) {
  body {
    overflow-x: hidden;
  }

  #masa-itf-nav-menu {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  #masa-itf-nav-menu2 {
    min-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 854px) {
  #more-info-form {
    zoom: 1;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 954px) {
  .theform {
    margin-right: -40px !important;
  }
}

/* ipad portrait and landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .navbar-nav>li>a {
    font-size: 15px !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .navbar-default .navbar-nav>li>a {
    font-size: 15px;
  }
}

@media only screen and (min-device-width : 569px) and (max-device-width : 868px) {
  .blue-bar-text {
    font-size: 26px !important;
    line-height: 28px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
  .blue-bar-text {
    font-size: 16px !important;
    line-height: 18px;
    zoom: 5;
    padding-top: 5px;
  }

  .big-logo {
    zoom: 2.5;
    margin-left: 5%;
  }

  .sm-logo {
    float: right;
    margin-right: -40px;
    zoom: 1.35;
    margin-top: 35px;
  }

  #masa-itf-nav-menu2 {
    height: 300px;
  }

  .cg-container {
    height: 185px;
  }

  .cg-bullets {
    font-size: 70px !important;
    line-height: 77px !important;
    margin-top: 40px;
    float: none !important;
    width: 100% !important;
    margin-left: 0px !important;

  }

  ul,
  .mylist {
    font-size: 40px !important;
    margin-top: 0px;
    float: none !important;
    margin-left: 0px !important;

  }

  .theform {
    float: none !important;
    height: 400px;
    margin-right: 0px !important;
    zoom: 1.8;
    margin-top: 60px !important;
  }

  .myfields {}

  .sg-question {
    font-size: 16px !important;
  }

  .myquestions {
    zoom: 1.2;
  }

  input[type="text"] {
    display: block;
    margin: 0;
    width: 360px !important;
    height: 38px !important;
  }

  ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 20px !important;
    color: #000 !important;
    opacity: 1 !important;
  }

  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 20px !important;
    color: #000 !important;
    opacity: 1 !important;
  }

  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 20px !important;
    color: #000 !important;
    opacity: 1 !important;
  }

  :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 20px !important;
    color: #000 !important;
    opacity: 1 !important;
  }

  /* iphone portrait */
  @media only screen and (min-device-width : 220px) and (max-device-width : 568px) and (orientation : portrait) {

    .navbar-default .navbar-nav>li>a {
      font-size: 15px;
    }

    #pic-quote {
      display: none;
    }

  }

  /* iphone landscape */
  @media only screen and (min-device-width : 1px) and (max-device-width : 568px) and (orientation : landscape) {

    .navbar-default .navbar-nav>li>a {
      font-size: 15px;
    }

    #pic-quote {
      display: none;
    }

  }

  /* END theme-specific responsive settings for select elements.
Remaining responsive setting are found on responsive.css
*/

  /*
END ----------------------------------- */
