/* 
Theme Name: Pipeline Responsive 
Version: 1.0
Version: 1.0
Author: Small Mammoth Design
Author URI: http://smallmammothdesign.com

Pipeline WordPress Theme, Copyright (C) 2013 Small Mammoth Design

CSS Rules: Sorted alphabetically for better organization.
*/

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, select, textarea {
  font-size: 100%;
  overflow: visible;
  margin: 0;
  vertical-align: baseline;
  width: auto;
}

textarea {
  overflow: auto;
  vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
  background: #e6e6e6;
  border: none;
  clear: both;
  color: #e6e6e6;
  float: none;
  height: 4px;
  width: 100%;
}

hr.space {
  background: #ffffff;
  color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  background: #ffffff;
  color: #3c3c3c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 1.2em;
  text-rendering: optimizeLegibility;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  word-wrap: break-word;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6em; /* = 30px */
  font-weight: 400;
  line-height: 1.4em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.867em; /* = 56px */
  padding-bottom: 0.7em; /* = 20px */
  padding-top: 90px;
  color: #1c1c1c;
  border-bottom: 4px solid #e6e6e6;
  width: 100%;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em; /* = 24px */
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0.52em; /* = 12px */
  margin-top: 1.917em;
  color: #1c1c1c;
}

h2 .blue {
color: #6eb4cd;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.500em; /* = 24px */
  font-weight: 400;
  line-height: 1.4em;
  text-transform: uppercase;
  text-align: left;
  color: #1c1c1c;
  margin-bottom: 1.250em; /* = 30px */
  padding-bottom: 0.833em; /* = 20px */
  border-bottom: 4px solid #e6e6e6;
  width: 98.3%;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 1.111em; /* = 20px */
  color: #5a5a5a;
  text-align: center;
}

h4.blue {
  margin-bottom: 1.556em; /* = 28px */
  color: #6eb4cd !important;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 20px; /* = 20px */
  color: #6eb4cd;
}

h6 {
  font-family: ‘Arial’, sans-serif;
  font-size: 17px;
  line-height: 1.2em;
  padding: 2px 0 4px;
}

/* =Links
-------------------------------------------------------------- */
a {
  color: #3f9ec0;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #c4c4c4;
  outline: 0;
  text-decoration: none;
}

::selection { background-color: rgba(227, 242, 248, 1); color: #1c1c1c; }
::-moz-selection { background-color: rgba(227, 242, 248, 1); color: #1c1c1c; }

/* =Typography
-------------------------------------------------------------- */
p {
  word-wrap: break-word;
  padding-bottom: 18px;
  line-height: 1.4em;
}

i,
em,
dfn,
cite {
  font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
  font-family: monospace, serif;
  font-style: normal;
}

b,
strong {
  font-weight: 700;
}

pre {
  background: #f5f6f6;
  border: 1px solid #c4c4c4;
  border-bottom-color: #e6e6e6;
  height: auto;
  margin: 0;
  outline: none;
  padding: 6px 10px;
  vertical-align: middle;
  width: 100%;
  word-wrap: break-word;
  white-space: pre-wrap;
}

del {
  color: #5a5a5a;
  text-decoration: line-through;
}

ins,
dfn {
  border-bottom: 1px solid #c4c4c4;
}

sup,
sub,
small {
  font-size: 75%;
}

abbr,
acronym {
  font-size: 85%;
  letter-spacing: .1em;
  text-transform: uppercase;
}

a abbr,
a acronym {
  border: none;
}

dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #c4c4c4;
  cursor: help;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

a.title {
  font-size: 17px;
}

.intro {
font-family: 'Montserrat', sans-serif;
font-size: 19px;
font-weight: 400;
line-height: 1.7em;
text-align: left;
color: #3c3c3c;
}

.social 
  font-size: 17px;
  line-height: 1.5em;
  text-align: left;
  margin-top: 0;
  padding-top: 10px;
  color: #c4c4c4;
  border-top: 4px solid #e6e6e6;
}

.center {
  text-align: center;
}

.about {
  padding-top: 20px;
}

.privacy-text p {
  font-size: 16px;
}

.privacy-text h5 {
  margin-top: 1.2em;
}

.scroll {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; 
  line-height: 60px;
  height: 60px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin: 40px 0 0;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote p {
  font-style: italic;
  min-height: 210px;
  padding-top: 20px;
}

.press {
  display: block;
  position: relative;
  height: 102px;
}

.press img {
position: absolute;
bottom: 0; 
}

.press-read-more {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-style: normal;
  display:inline-block;
  margin: 10px 0 0;
}

.testimonial-image {
  float: left;
  display: inline-block;
  margin: 2px 14px 2px 0;
  padding: 2px;
  max-width: 116px;
  max-height: 89px;
}

#testimonials-page blockquote p {
  font-size: 16px;
  font-family: Georgia, serif;
  font-style: italic;
  margin-bottom: 60px;
  background-color: #f5f6f6;
  padding: 30px 20px 40px 20px;
  border: 1px solid #e6e6e6;
  min-height: 100px;
}

.testimonial-author {
  font-size: 0.9em;
  line-height: 1.5em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #6eb4cd;
  display:inline-block;
  width: 100%;
  margin: 20px 0 0;
  text-transform: uppercase;
  text-align: right;
}

.testimonial-position {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6em;
  line-height: 1.5em;
  font-weight: 400;
  font-style: normal;
  color: #5a5a5a;
  display:inline-block;
  width: 100%;
  margin-top: 4px;
  text-transform: uppercase;
  text-align: right;
}

#conference-news blockquote p {
  min-height: 120px;
}

/* =Lists
-------------------------------------------------------------- */
ul {
  list-style-type: square;
  padding-left: 20px;
}

li {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.6em;
}

ol {
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 400;
}

.list {
  margin-top: 30px;
  margin-left: 0;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
  border: 1px solid #e6e6e6;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* =Forms
-------------------------------------------------------------- */
label {
  font-size: 15px;
  color: #5a5a5a;
  display: inline-block;
  font-weight: 400;
  padding: 0 0 4px 0;
}

legend {
  padding: 2px 5px;
}

fieldset {
  border: none;
  margin: 0 0 1.5em;
  padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
  font-family: ‘Arial’, sans-serif;
  font-size: 14px;
  color: #5a5a5a;
  background-color: #ffffff;
  margin: 0 0 16px;
  border: 2px solid #f5f6f6;
  outline: none;
  padding: 10px 14px;
  vertical-align: middle;
  width: 92.6%;
}

select {
  height: auto;
  width: 100%;
}

area,
textarea {
  border: 2px solid #f5f6f6;
  background-color: #ffffff;
  height: auto;
  overflow: auto;
  margin: 0;
  outline: none;
  padding: 10px 14px;
  width: 92.6%;
}

input,
select {
  cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
  border: 2px solid #e3f2f8;
  background-color: #fcfeff;
}

input[type='text'],
input[type='email'],
input[type='password'] {
  cursor: text;
}

/* =Mailchimp
-------------------------------------------------------------- */

.mc4wp-form {
  padding: 0 20px;
}

.mc4wp-form input[type="text"],
.mc4wp-form input[type="password"],
.mc4wp-form input[type="email"] {
  margin: 0 0.8547008547008547% 30px 0;
  outline: none;
  float: left;
  padding: 12px 14px;
  vertical-align: middle;
  width: 17%;
  }

.mc4wp-form input[type='submit'] {
  margin: 0 1.88034188034188% 30px 0;
  padding: 12px 8px 11px 8px;
  width: 13%;
}

.mc4wp-alert {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.mc4wp-success {
  color: #90ef9b;
}

.mc4wp-error {
  color: #f29963;
}

.ie7 .mc4wp-form input[type='submit'] {
  padding: 8px 2px;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
  width: 92.6%;
}

/* =Buttons
-------------------------------------------------------------- */
input[type="button"], 
input[type="submit"], 
input[type="reset"], 
button {
border: none;
}

/* =Button (Blue)
-------------------------------------------------------------- */

a.button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  font-family: 'Montserrat', sans-serif;
  background-color: #6eb4cd;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

a.button:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
  background-color: #c4c4c4;
  color: #3c3c3c;
}

/* =Popup
-------------------------------------------------------------- */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px 0 36px 46px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;
  overflow: auto;
}

.popup-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  text-align: left;
  text-transform: uppercase;
  color: #5a5a5a;
  padding-top: 10px;
  margin-bottom: 4px;
  margin-right: 0.8em;
}

.popup-text {
  font-family: ‘Arial’, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  color: #3f9ec0;
  padding-bottom: 10px;
  margin-right: 0.8em;
  max-width: 340px;
}

.popup-button {
  background-color: #f5f5f6;
  padding: 10px 20px;
  min-height: 78px;
  max-width: 420px;
  margin-bottom: 14px; 
  margin-right: 46px;
}

.popup-button:hover {
  background-color: #e3f2f8;
}

#cta-popup .addthis_toolbox {
float: right;
padding-right: 16px;
}

#newsletter-container {
  padding-right: 46px;
}

.mc-field-group {
margin: 0;
}

input#mce-MMERGE4 {
  margin-bottom: 0;
}

input#mc-embedded-subscribe.button {
  margin-bottom: 10px;
}

/* =Button (Grey)
-------------------------------------------------------------- */

a.grey {
  font-family: 'Montserrat', sans-serif;
  background: url("images/grey-arrow-right.png") right 1px no-repeat;
  color: #3f9ec0;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.2em;
  padding: 0 20px 10px 0;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: normal;
}

a.grey:hover {
  color: #c4c4c4;
  background-color: transparent;
}

/* =Button (Large)
-------------------------------------------------------------- */

a.large,
input[type='button'],
input[type='submit'] {
  font-family: 'Montserrat', sans-serif;
  background-color: #6eb4cd;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2em;
  margin: 20px 0;
  padding: 20px 40px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
  display: block;
  margin: 0 0 20px 0;
  padding: 20px;
  text-align: left;
}

.alert {
  background-color: #faebeb;
  border: 1px solid #dc7070;
  color: #1c1c1c;
}

.address {
  background-color: #f6f5ef;
  border: 1px solid #cdc9a5;
  color: #1c1c1c;
}

.notice {
  background-color: #fbf9e9;
  border: 1px solid #e3cf57;
  color: #1c1c1c;
}

.success {
  background-color: #f9fde8;
  border: 1px solid #a2bc13;
  color: #1c1c1c;
}

.download {
  background-color: #fff4e5;
  border: 1px solid #ff9912;
  color: #1c1c1c;
}

.information {
  background-color: #f5f6f6;
  border: 1px solid #e6e6e6;
}

.required {
  color: #d5243f;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
  background-color: #fff4cb;
  border: 1px solid #ffeca3;
  color: #1c1c1c;
  display: block;
  margin: 0 auto;
  max-width: 980px;
  padding: 10px;
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%;
}

.msie-box a {
  color: #1c1c1c;
}


/* =Pipeline 12 Column Grid

-------------------------------------------------------------- */
.grid {
  float: left;
  margin-bottom: 2.127659574468%;
  padding-top: 0;
}

.col-130,
.col-300,
.col-470,
.col-640,
.col-810,
.col-230,
.col-710 {
  display: inline;
  margin-right: 4.081632653061224%;
}

.col-130 {
  width: 13.26530612244898%;
}

.col-230 {
  width: 23.46938775510204%;
}

.col-300 {
  width: 30.61224489795918%;
}

.col-470 {
  width: 47.95918367346939%;
}

.col-640 {
  width: 65.30612244897959%;
}

.col-710 {
  width: 72.44897959183673%;
}

.col-810 {
  width: 82.6530612244898%;
}

.col-980 {
  width: 100%;
}

.fit {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.none {
  display: none;
}

.hide-desktop {
  display: none;
}

.show-desktop {
  display: block;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
  margin: 0;
}

th, td {
  padding: .8em;
}

caption {
  padding-bottom: .8em;
}

blockquote {
  padding: 0;
}

blockquote:first-child {
  margin: 0;
}

fieldset {
  margin: 1.6em 0;
  padding: 0 1em 1em;
}

legend {
  padding-left: .8em;
  padding-right: .8em;
}

legend+* {
  margin-top: 1em;
}

input,
textarea {
  padding: .3em .4em .15em;
}

select {
  padding: .1em .2em 0;
}

option {
  padding: 0 .4em;
}

dt {
  margin-bottom: .4em;
  margin-top: .8em;
}

ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 2.0em;
}

li ul,
li ol {
  margin: 0;
}

form div {
  margin-bottom: .8em;
}

/* =Globals
-------------------------------------------------------------- */
#container {
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

#wrapper {
  max-width: 980px;
  clear: both;
  margin: 0 auto;
  padding: 0 22px 22px 22px;
  position: relative;
}

.front-page #wrapper {
	max-width: 100% !important;
	padding: 0;
}

#header {
  max-width: 1024px;
  min-height: 100px;
  margin: 0 auto 5px auto;
  position: relative;
  z-index: 1;
}

#footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 40px 0;
  background-color: #1c1c1c;
  overflow: hidden;
}

.footer-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

/* =Header
-------------------------------------------------------------- */
#logo {
  float: left;
  margin: 0;
}

.site-name {
  display: block;
  font-size: 2.063em; /* = 33px */
  line-height: 1.0em;
  padding-top: 20px;
}

.site-name a {
  color: #1c1c1c;
  font-weight: 700;
}

.site-description {
  color: #c4c4c4;
  display: block;
  font-size: 0.875em; /* = 14px */
  margin: 10px 0;
}


/* =Menu (Primary)
-------------------------------------------------------------- */

.menu {
  clear: both;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
}

.main-nav {
  clear: both;
}

.menu,
.menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  border: 0;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 5;
}

.menu > li a {
  padding: 26px 12px;
}

.menu li:hover {
  white-space: normal;
  z-index: 10000;
}

.menu > li:hover {
  border-top: 8px solid #6eb4cd;
}

.menu li li {
  float: none;
}

.menu ul {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 10;
  background-color: #e6e6e6;
}

.menu li:hover > ul {
  top: 100%;
  visibility: visible;
}

.menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.menu:after,
.menu ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.menu,
.menu ul {
  min-height: 0;
}

.menu ul,
.menu ul ul {
  margin: 0;
  padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
  color: #f5f6f6;
  text-decoration: none;
}

.menu ul {
  margin-top: 1px;
  min-width: 14.3em;
  width: auto;
}

.menu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1c1c1c;
  cursor: pointer;
  display: block;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 0.9em;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
}

.menu a:hover {
  background-color: #f5f5f6;
  color: #1c1c1c;
}

ul.menu > li:hover {
  background-color: #f5f6f6;
  color: #1c1c1c;
}

.menu > li {
  border-top: 8px solid #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a,
.menu .current-menu-parent a {
  background-color: #f5f6f6;
}

ul.menu > .current_page_item > a,
ul.menu > .current-menu-item > a,
ul.menu > .current-menu-parent > a {
  border-top: 8px solid #6eb4cd;
  margin-top: -8px;
}

.front-page .menu .current_page_item a {
  background: none;
  background-color: transparent;
}

.menu li li {
  background: #e6e6e6;
  color: #3c3c3c;
  margin: -1px 0 1px 0;
  width: auto;
}

.menu li li a {
  background: transparent !important;
  border: none;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  height: 20px;
  padding: 10px 20px;
  white-space: nowrap;
}

.menu li li a:hover {
  background: #f5f6f6 !important;
  background-image: none;
  border: none;
  color: #444444;
}

.menu li li:hover {
  background: #f5f6f6 !important;
}

.menu ul > li + li {
  border-top: 0;
}

.menu li li:hover > ul {
  left: 100%;
  top: 0;
}

.menu > li:first-child > a {
  border-left: none;
}

.menu > li:last-child > ul {
   left:auto; 
   right:0; 
}

.menu > li li:first-child > a {
    padding-top: 16px;
	}
	
.menu > li li:last-child > a {
    padding-bottom: 16px;
	}

.menu a#pipeline_menu_button {
  display: none;
}

.main-nav #pipeline_current_menu_item {
  display: none;
}

.js .main-nav .menu {
  display: block;
}


/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */

.ie7 .menu li li a {
  min-width: 100%;
}

/* =Hero
-------------------------------------------------------------- */

#banner-container {
  background-color: #3c3c3c;
  min-height: 128px;
}

#banner-container-home {
  background-color: #3c3c3c;
  min-height: 128px;
}

#banner {
  max-width: 1024px;
  max-height: 512px;
  margin: 0 auto; 
  position: relative;
}

#banner .fluid-width-video-wrapper {
  margin-left: -20px;
}

#call-to-action {
  width: 87.5%;  /* = 896px */
  height: 25%;  /* = 128px */
  background-color: #1c1c1c;
  position: absolute;
  top: 50%; /* = 256px */
}

#call-to-action-button {
  width: 12.5%;  /* = 128px */
  height: 25%;  /* =128px */
  text-align: center;
  background-color: #6eb4cd;
  position: absolute;
  top: 50%; /* = 256px */
  right: 0;
}

#call-to-action-button:hover {
  text-decoration: none;
  background-color: #c4c4c4;
}

.call {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 30px; 
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 430%;
  white-space: nowrap;
}

.ie7 .call {
  line-height: 420%;
}

.ie8 .call {
  line-height: 420%;
}

.call-button a.button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  background: transparent;
  line-height: 680%;
  padding: 0;
}

.ie7 .call-button a.button {
  line-height: 640%;
}

.ie8 .call-button a.button {
  line-height: 640%;
}

.call-bg {
  background-color: #1c1c1c;
  max-height: 128px;
  overflow: hidden;
}

.call-container {
  max-width: 1024px;
  max-height: 512px;
  margin: 0 auto; 
  position: relative;
}

#call-to-action-simple{
  width: 87.5%;  /* = 896px */
  height: 25%;  /* = 128px */
  background-color: #1c1c1c;
  float: left;
}

#call-to-action-button-simple {
  width: 12.4%;  /* = 128px */
  height: 25%;  /* =128px */
  text-align: center;
  background-color: #6eb4cd;
  float: right;
}

#call-to-action-button-simple:hover {
  text-decoration: none;
  background-color: #c4c4c4;
}

#tagline {
  background-color: #f5f6f6;
  padding: 46px 0 50px 0;
}

.headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  color: #1c1c1c;
  text-align: center;
  max-width: 980px;
  padding: 0 20px 12px 20px;
  margin: 0 auto;  
}

.site-summary {
  font-family: ‘Arial’, sans-serif;
  font-weight: 200;
  font-size: 17px;
  line-height: 1.5em;
  color: #3c3c3c;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 20px 18px 20px;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-wrapper {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.3em;
}

.widget-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.widget-wrapper ul li{
  padding-bottom: 14px;
}

.widget-title {
  display: block;
}

.widget-title h2 {
  margin-top: 4em;
  font-size: 24px;
}

.widget-title a {
  border-bottom: none;
  padding: 0 !important;
}

.widget-title img {
  float: right;
  height: 11px;
  position: relative;
  top: 4px;
  width: 11px;
}

.textwidget {
  padding: 0 20px;
  display: block;
  margin: 0;
  word-wrap: break-word;
}

.textwidget a {
  display: inline-block;
}

.widget_archive select, #cat {
  display: block;
  margin: 0 15px 0 0;
}

/* =Home Widgets
-------------------------------------------------------------- */

.home-widgets-container {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 0 50px 0; 
}

#home-1, #home-2 , #home-4, #home-5 {
  margin: 0 auto;
  text-align: center;
}

#home-2 {
  background-color: #f5f6f6;
}

#home-3 {
  margin: 30px auto;
}

#home-5 {
  background-color: #4c4c4c;
}

#home-hidden-widget {
  background: #e1e3e3;
}

.widget-title-home h3 {
  text-align: center;
  letter-spacing: 1px;
}

#widget-title-one.widget-title-home h3, #widget-title-two.widget-title-home h3 {
  font-size: 1.6em;
  margin: 20px 0 0 0;
  padding-bottom: 0.5em;
  border-bottom: none;
}

#widget-title-three.widget-title-home h3 {
    font-size: 2em;
    margin: 0.4em 0;
    padding-bottom: 0;
    border-bottom: none;
   letter-spacing: initial;
}

#widget-title-nine.widget-title-home h3 {
  font-size: 2em;
  margin: 10px 0 0 0;
  color: #fff;
  border-bottom: none;
  text-transform: initial;
  letter-spacing: initial;
}

.more-container {
  border-top: 4px solid #e6e6e6;
  width: 70%;
  margin: 20px auto;
	}

.more-link {
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	background: url("images/next.png") right center no-repeat;
	padding-right: 20px;
	padding-top: 5px;
	margin-top: 14px;
}

/* =Home Sponsors Widgets
-------------------------------------------------------------- */

#home-sponsors-widget-1 {
  width: 100%;
  background-color: #f5f5f6;
  border-top: 4px solid #e6e6e6;
  margin: 0;
}

#home-sponsors-widget-2 {
  width: 100%;
  background-color: #727272;
  color: #ffffff;
  border-top: none;
  margin: 0;
}

#home-sponsors-widget-1 img {
   float: none;
   width: 100%;
   max-width: 280px;
   max-height: 94px;
}

#home-sponsors-widget-2 img {
   float: none;
}

.widgets-center {
  display: inline-block;
  width: 100%;
  zoom: 1; 
  *display: inline;
  margin: 0 auto;
}

.home-sponsors-1 {
  color: #3c3c3c;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 0 80px 0;
}

.home-sponsors-1 .textwidget {
  padding-top: 16px;
}

.home-sponsors-2 {
  color: #3c3c3c;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 0 50px 0;
  border-top: 2px solid #5a5a5a;
}

.home-sponsors-2 img{
  margin: 0 !important;
}

/* =Footer Mentions
-------------------------------------------------------------- */

#footer-mentions-widget {
  width: 100%;
  border-bottom: 4px solid #3c3c3c;
  margin: 0;
  margin-bottom: 36px;
}

#footer-mentions-widget img{
  float: none;
}

.footer-mentions {
  color: #f5f6f6;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 36px 10px;
}

.footer-mentions img {
  padding-bottom: 10px;
}

/* =Team
-------------------------------------------------------------- */

.team-name {
  margin: 0 0 16px 0;
  text-transform: uppercase;
}

.team-position {
  margin:  0 0 20px 0;
}

#team-page p {
  font-size: 93%;
  line-height: 1.5em;
}

/* =Investments
-------------------------------------------------------------- */

.investments-container {
  border: 1px solid #e1e1e2;
  overflow: hidden;
}

.investments-1 {
  float: left;
  width: 71.5%;
  padding-top: 40px;
  overflow: hidden;
}

.investments-1  a img.alignnone,
.investments-1  a img.alignleft,
.investments-1  a img.alignright,
.investments-1  img {
  margin: 36px 40px 26px 30px;
  padding-right: 40px;
}

.investments-description {
  font-size: 17px;
  padding: 40px 40px 40px 30px;
}

.investments-2 {
  float: right;
  width: 28.5%;
  overflow: visible;
  padding-bottom: 40px;
  padding-top: 20px;
  background-color: #e6e6e6;
  min-height: 580px;
}

.investments-founder {
  margin: 0;
  padding: 36px 36px 20px 26px;
  border: none;
  background: none;
}

.investments-2 .gallery-name {
  font-size: 15px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
  color: #ADADAD;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}

#footer-base {
    background-color: #161616;
    min-height: 10px;
    padding: 14px 0;
    font-size: 12px;
    line-height: 1.2em;
    color: #7d7d7d;
}

#footer-base a {
  color: #ADADAD;
}

#footer-base a:hover {
  color: #6eb4cd;
}

#copyright {
  float: left;
  width: 36%;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0;
}

#credit {
  float: left;
  text-align: center;
  width: 36%;
  margin-right: 20px;
  padding-top: 0;
}

#privacy {
  float: right;
  text-align: right;
  width: 10%;
  margin-right: 20px;
  padding-top: 0;
}

#footer a {
  color: #6eb4cd;
}

#footer a:hover {
  color: #f5f6f6;
}

.email {
padding-bottom: 18px;
margin: 0;
}

.addthis_button_tweet {
margin-left: 12px;
} 

.addthis_toolbox  {
  margin-right: 30px;
}

.footer-title {
  text-align: center;
}

/* =Footer Menu
-------------------------------------------------------------- */

.menu-footer-nav-container {
  padding: 0 20px;
}

#footer-widget .widget-wrapper ul li {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    border-right: 2px solid #3c3c3c;
    padding: 1px 6px 0 0;
    margin: 0 0 20px 3px;
}

#footer-widget .widget-wrapper ul li:last-child {
    border-right: none;
}

#footer-widget .widget-wrapper ul li a {
    color: #c4c4c4;
}

#footer-widget .widget-wrapper ul li a:hover {
    color: #fff;
}

#menu-footer-nav {
  margin-top: 20px;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer ul.social-icons {
  list-style-type: none;
  padding: 14px 0 32px 0;
  margin: 0;
  text-align: center;
}

ul.social-icons li {
  display: inline-block;
   zoom: 1; 
  *display: inline;
  padding-right: 10px;
  margin: 0 0 20px 0;
}

.social-icons .fa {
  padding: 22px 0;
  color: #fff;
}

.social-icons li a{
  display: block;
  margin-right: 7px;
}

li.vimeo-icon a, li.youtube-icon a , li.twitter-icon a, li.facebook-icon a, li.linkedin-icon a , li.rss-feed-icon a , li.instagram-icon a, li.pinterest-icon a, li.tumblr-icon a, li.google-plus-icon a  {
  width: 60px;
  height: 60px;
  background-color: #303030;
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}

li.vimeo-icon a:hover , li.youtube-icon a:hover, li.twitter-icon a:hover, li.facebook-icon a:hover, li.linkedin-icon a:hover, li.rss-feed-icon a:hover, li.instagram-icon a:hover, li.pinterest-icon a:hover, li.tumblr-icon a:hover, li.google-plus-icon a:hover {
  background-color: #5a5a5a;
}

/* =Content
-------------------------------------------------------------- */
#content {
  margin-top: 0;
  margin-bottom: 20px;
}

#content-full {
  margin-top: 0;
  margin-bottom: 60px;
}

#content-blog {
  margin-top: 0;
  margin-bottom: 20px;
}

#content-images {
  margin-bottom: 20px;
}

#content-search {
  margin-bottom: 20px;
  margin-top: 0;
}

#content-archive {
  margin-top: 0px;
  margin-bottom: 20px;
}

#content-sitemap {
  margin-top: 0px;
  margin-bottom: 20px;
}

#content-sitemap a {
  font-size: 12px;
}

#content .sticky {
  clear: both;
}

#content .sticky p {
}


/* =Post
-------------------------------------------------------------- */
.comments-link {
  font-size: 12px;
}

#cancel-comment-reply-link {
  color: #990000;
}

.post-data {
  clear: both;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
}

.post-data a {
  color: #111111;
}

.post-entry {
  clear: both;
}

.post-meta {
  clear: both;
  color: #9f9f9f;
  font-size: 12px;
  margin-bottom: 10px;
}

.post-edit {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 1.5em 0;
}

.post-search-terms {
  clear: both;
}

.read-more {
  clear: both;
  font-weight: 700;
}

.attachment-entry {
  width: 100%;
  text-align: left;
  display: block;
  clear: both;
  overflow: auto;
}

.profile-caption {
  max-width: 230px;
  float: left;
  padding: 4px 20px 8px 0;
}

.profile-description {
  max-width: 100%;
  padding-bottom: 50px;
}

.profile-description  p{
  font-size: 16px;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  color: #5a5a5a;
  text-transform: uppercase;
  margin-top: 200px;
  padding-top: 60px;
  border-top: 4px solid #f5f6f6;
  display: block;
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.navigation a {
  color: #3f9ec0;
  padding: 0;
}

.navigation a:hover {
  color: #c4c4c4;
  text-decoration: none;
}

.navigation .previous {
  display:inline-block;
  background: url("images/pagenav-left.png") center left no-repeat;
  padding-left: 22px;
  padding-right: 20px;
  color: #3f9ec0;
}

.navigation .next {
  display:inline-block;
  text-align: left;
  background: url("images/pagenav-right.png") center right no-repeat;
  padding-right: 22px;
  padding-left: 20px;
}

.navigation .back {
  display:inline-block;
  text-align: center;
  color: #3f9ec0;
  padding: 0 5px 10px 5px;
}

.navigation .bracket {
  font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #c4c4c4;
  height: 28px;
  margin: 50px auto 0 auto;
  padding-top: 60px;
  border-top: 4px solid #f5f6f6;
  clear: both;
  display: block;
}

.pagination a {
  text-decoration: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
  background: #f9f9f9;
  clear: both;
  display: block;
  margin: 30px 0 40px 0;
  padding: 10px;
  overflow: hidden;
}

#author-meta img {
  float: left;
  padding: 10px 15px 0 5px;
}

#author-meta p {
  margin: 0;
  padding: 5px;
}

#author-meta .about-author {
  font-weight: 700;
  margin: 10px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
  margin: 0;
}

.commentlist {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist li cite {
  color: #111111;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
}

.commentlist li.alt {
  background: #f9f9f9;
}

.commentlist .children {
  list-style: none;
  margin-left: 10px;
  padding: 10px;
}

.commentlist .avatar {
  float: left;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
  color: #999999;
}

.comment-body .comment-meta {
  color: #999999;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.comment-body .comment-meta a {
  font-size: 11px;
}

.comment-body {
  clear: both;
  padding: 10px;
}

.comment-body p {
  clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
  list-style: none;
  margin: 20px 0;
}

.pingback cite,
.trackback cite {
  font-style: normal;
}

#pings,
#comments {
  text-align: left;
}

#respond {
  background-color: #eaeaea;
  border: 1px solid #cccccc;
  border-bottom-color: #aaaaaa;
  clear: both;
  margin-top: 15px;
  padding: 10px 20px 50px;
}

#respond label {
  display: inline;
}

.reply {
  margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
  display: block;
}

.nocomments {
  color: #999999;
  font-size: .9em;
  text-align: center;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
  font-size: 12px;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
  color: #3f9ec0;
  font-size: 18px;
  margin-left: 5px;
}

.form-allowed-tags {
  display: none;
  font-size: 10px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 40px;
}

.alignleft {
  float: left;
  margin: 5px 40px 20px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.textwidget .alignleft {
  vertical-align: top;
  margin: 10px 10px 0 10px;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 40px;
}

a img.alignnone {
  margin: 5px 40px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 40px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 13px 10px 10px 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: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 10px;
}

img.wp-smiley {
  vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 0 auto;
}

.gallery br {
	display: none;
}

.gallery .gallery-item {
  float: none;
  display: inline-grid;
  margin-top: 0;
  padding: 10px;
  text-align: center;
  max-width: 224px;
  width: 100%;
}

.gallery .gallery-icon {
  margin: 0;
}

.gallery .gallery-icon:hover {
  opacity: 0.8;
}

.gallery img {
  border: 1px solid #e6e6e6;
}

.gallery .gallery-caption {
  margin: 0;
  min-height: 150px;
}

.gallery dl {
  margin: 0;
}

.gallery br+br {
  display: none;
}

.attachment-gallery img {
  border: 1px solid #e6e6e6;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 100%;
  width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}

.gallery-caption {
  padding-bottom: 40px;
  min-height: 110px;
  text-align: left;
}

.gallery-name {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.2em;
text-transform: uppercase;
margin-bottom: 4px;
color: #6eb4cd;
padding: 10px 0 0;
}

.gallery-city {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.2em;
text-transform: uppercase;
margin-bottom: 4px;
color: #5a5a5a;
padding: 0;
}

.gallery-position {
font-family: ‘Arial’, sans-serif;
font-size: 13px;
line-height: 17px;
margin-bottom: 0;
padding: 0;
}

.gallery-social {
font-family: ‘Arial’, sans-serif;
font-size: 13px;
margin-top: 6px;
color: #c4c4c4;
padding: 0;
}

.caption {
font-family: ‘Arial’, sans-serif;
font-size: 14px;
margin-bottom: 0;
padding-top: 4px;
color: #5a5a5a;
}

/* =Theme My Login
-------------------------------------------------------------- */
.tml {
	width: 70%;
	margin: 0 auto;
}

.tml .message {
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

.tml .error {
	margin-bottom: 30px;
	padding: 10px;
	color: #ea0000;
	background-color: #ffdbce;
	font-size: 12px;
	text-align: center;
}

.tml .reminder { 
	width: 100%;
	padding: 8px 0;
	margin-bottom: 35px; 
	color: #00a977; 
	background-color: #a8ffe5; 
	font-size: 12px; 
	text-align: center;
	clear: both;
}

.tml .username {
	display: block;
	font-size: 14px;
	padding-bottom: 6px;
}

.tml .description {
	display: block;
	font-size: 12px;
	font-style: italic;
}

.tml label .description { display: none; }

.tml label[for="cimy_uef_4"]:after, .tml label[for="cimy_uef_6"]:after, .tml label[for="pass1"]:after, .tml label[for="pass2"]:after, .tml label[for="cimy_uef_8"]:after {
	content: " *";
	color: #f00;
}

select#cimy_uef_5 {
	width: auto;
	margin-left: 8px;
}

.tml-register p#cimy_uef_p_desc_6.description {
	clear: both;
	padding-left: 157px;
	line-height: 0;
}

.tml-register p#cimy_uef_p_desc_6.description br { display: none; }

.tml-profile .form-label, .tml-register .form-label {
	width: 150px;
	margin-bottom: 0;
	float: left;
}

.tml-profile .form-input, .tml-register .form-input {
	width: calc(100% - 160px);
	margin-bottom: 0;
	float: right;
}

.tml-profile .form-input textarea, .tml-register .form-input textarea {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 19px;
}

.tml-profile select, 
.tml-profile input[type="text"], 
.tml-profile input[type="password"], 
.tml-profile input[type="email"],
.tml-register select, 
.tml-register input[type="text"], 
.tml-register input[type="password"], 
.tml-register input[type="email"] { margin: 0; }

.tml-profile table.form-table, .tml-profile table.tml-form-table { margin-bottom: .8em; }

.tml-profile table.form-table, .tml-profile table.form-table tbody, .tml-profile table.form-table th, .tml-profile table.form-table td, .tml-register table.form-table, .tml-register table.form-table tbody, .tml-register table.form-table th, .tml-register table.form-table td, .tml-profile table.tml-form-table, .tml-profile table.tml-form-table th, .tml-profile table.tml-form-table td {
	border: 0;
	padding: 0;
}

.tml-profile table.tml-form-table tr#password td { text-align: center; }

.tml-profile table.form-table th, .tml-register table.form-table th {
	width: 150px;
	text-align: left;
	padding-bottom: 35px;
}

.tml-register #cimy_uef_p_field_2 label, .tml-register #cimy_uef_p_field_3 label, .tml-register #cimy_uef_p_field_4 label, .tml-register #cimy_uef_p_field_5 label, .tml-register #cimy_uef_p_field_6 label, .tml-register #cimy_uef_p_field_7 label, .tml-register #cimy_uef_p_field_8 label, .tml-register #cimy_uef_p_field_9 label, .tml-register #cimy_uef_p_field_10 label, .tml-register #cimy_uef_p_field_11 label, .tml-register #cimy_uef_p_field_12 label, .tml-register #cimy_uef_p_field_13 label, .tml-register #cimy_uef_p_field_14 label, .tml-register #cimy_uef_p_field_15 label, .tml-register .acf-label {
	width: 150px;
	text-align: left;
	padding-bottom: 35px;
	float: left;
}

.tml-register p#cimy_uef_p_field_2, .tml-register p#cimy_uef_p_field_3, .tml-register p#cimy_uef_p_field_4, .tml-register p#cimy_uef_p_field_5, .tml-register p#cimy_uef_p_field_6, .acf-field, .tml-register p#cimy_uef_p_field_7, .tml-register p#cimy_uef_p_field_8, .tml-register p#cimy_uef_p_field_9, .tml-register p#cimy_uef_p_field_10, .tml-register p#cimy_uef_p_field_11, .tml-register p#cimy_uef_p_field_12, .tml-register p#cimy_uef_p_field_13, .tml-register p#cimy_uef_p_field_14, .tml-register p#cimy_uef_p_field_15, .acf-field {
	clear: both;
}

.tml-register p#cimy_uef_p_field_2 input, .tml-register p#cimy_uef_p_field_3 input, .tml-register p#cimy_uef_p_field_4 input, .tml-register p#cimy_uef_p_field_5 input, .tml-register p#cimy_uef_p_field_6 input, .tml-register p#cimy_uef_p_field_7 input, .tml-register p#cimy_uef_p_field_8 input, .tml-register p#cimy_uef_p_field_9 input, .tml-register p#cimy_uef_p_field_10 input, .tml-register p#cimy_uef_p_field_11 input, .tml-register p#cimy_uef_p_field_12 input, .tml-register p#cimy_uef_p_field_13 input, .tml-register p#cimy_uef_p_field_14 input, .tml-register p#cimy_uef_p_field_15 input, .tml-register p.tml-user-pass1-wrap input, .tml-register p.tml-user-pass2-wrap input {
	width: calc(100% - 190px);
	float: right;
}

.tml-profile table.form-table td.acf-label, 
.tml-register table.form-table td.acf-label {
	width: 150px;
	padding: 0;
}

.tml-profile table.form-table td.acf-input, 
.tml-register table.form-table td.acf-input { padding-top: 0;}

.tml-profile table.form-table td.acf-label label, 
.tml-register .acf-field .acf-label label {
	font-weight: normal;
	font-size: 15px;
	color: #5a5a5a;
}

.tml-register p.tml-user-pass1-wrap label, .tml-register p.tml-user-pass2-wrap label {
	width: 150px;
	padding-bottom: 35px;
	float: left;
}

.tml-register .acf-field .acf-input {
	width: calc(100% - 150px);
	float: left;
}

.tml-register .acf-field.acf-field-569774c4be98d .acf-input, .tml-register .acf-field.acf-field-569572b12e4bf .acf-input {
	width: calc(100% - 158px);
	float: right;
}

.select2-container .select2-choice > .select2-chosen { font-size: 14px; }

.tml-register .acf-field.acf-field-569774c4be98d .description { padding-top: 10px; }

.tml-register p.tml-user-pass1-wrap, .tml-register p.tml-user-pass2-wrap, .tml-register h3 { clear: both; }

.tml-profile .form-input button,
.tml-register .form-input button,
.tml-profile table.tml-form-table tr#password td button {
	font: 12px 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0 5px;
	background-color: #6eb4cd;
	color: #fff;
	padding: 4px 10px;
}

.tml-profile table.tml-form-table tr#password td button { margin-bottom: 20px; }

.tml-profile .form-input button:hover,
.tml-register .form-input button:hover,
.tml-profile table.tml-form-table tr#password td button:hover {
	background-color: #e1e3e3;
	cursor: pointer;
}

.tml-profile .form-input button a, .tml-register .form-input button a, .tml-profile table.tml-form-table tr#password td button a { color: #fff; }
.tml-profile .form-input button:hover a, .tml-register .form-input button:hover a, .tml-profile table.tml-form-table tr#password td button:hover a, .tml-profile table.tml-form-table tr#password td button a:hover { color: #3c3c3c; }

.media-modal.acf-expanded .attachment-info .thumbnail { width: auto !important; }

.screen-reader-text { display: none !important; }

.acf-image-uploader .view { font-size: 14px; }

/* password protected page styling */
body.pmpro-body-has-access p.nocomments { display: none; }
form.post-password-form { text-align: center; }
form.post-password-form input[name="post_password"] { margin: 10px 0; }
form.post-password-form input[type="submit"] {
	margin: 0 auto;
	display: block;
}
/* END password protected page styling */

@media only screen 
and (max-width : 700px) {
	.tml { width: 100%; }
	.directory-header .member-intro, .directory-header form.pmpro_member_directory_search {
		float: none;
		text-align: center;
	}
	.directory-header form.pmpro_member_directory_search { padding-top: 15px; }
	.directory-header form.pmpro_member_directory_search label .screen-reader-text { display: inline-block !important; }
	.invested_in ul.gallery-company li { width: 33%; }
}

@media only screen 
and (max-width : 500px) {
	.directory-header .member-intro button {
		display: block;
		margin: 10px auto 0;
	}
	.tml-profile .form-label,
	.tml-register .form-label,
	.tml-profile table.form-table th,
	.tml-register table.form-table th,
	.tml-register #cimy_uef_p_field_2 label,
	.tml-register #cimy_uef_p_field_3 label,
	.tml-register #cimy_uef_p_field_4 label,
	.tml-register #cimy_uef_p_field_5 label,
	.tml-register #cimy_uef_p_field_6 label,
	.tml-register #cimy_uef_p_field_7 label,
	.tml-register .acf-label,
	.tml-profile table.form-table td.acf-label,
	.tml-register table.form-table td.acf-label,
	.tml-register p.tml-user-pass1-wrap label, .tml-register p.tml-user-pass2-wrap label {
		width: 100px;
		line-height:; 20px;
	}
	.tml-profile .form-input, .tml-register .form-input { width: calc(100% - 110px); }

	.tml-register .acf-field .acf-input { width: calc(100% - 100px); }

	.tml-register p#cimy_uef_p_field_2 input, .tml-register p#cimy_uef_p_field_3 input,
	.tml-register p#cimy_uef_p_field_4 input, .tml-register p#cimy_uef_p_field_5 input,
	.tml-register p#cimy_uef_p_field_6 input, .tml-register p#cimy_uef_p_field_7 input, .tml-register p.tml-user-pass1-wrap input,
	.tml-register p.tml-user-pass2-wrap input { width: calc(100% - 140px); }
	.invested_in ul.gallery-company li { width: 49%; }
}

/* =Membership Directory + Profiles
-------------------------------------------------------------- */
.directory-header {
	width: 100%;
	margin: -40px 0 30px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #eaeaea;
	text-align: center;
	font: 14px 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.directory-header.user-profile {
	margin: 20px 0 -65px;
}

.member-intro {
	float: left;
	text-align: left;
}

.member-intro a { color: #3c3c3c; }

.member-intro button {
	font: 12px 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0 5px;
	background-color: #6eb4cd;
	color: #fff;
	padding: 4px 10px;
}
.member-intro button:hover {
	background-color: #e1e3e3;
	cursor: pointer;
}

.member-intro button a { color: #fff; }
.member-intro button:hover a { color: #3c3c3c; }

form.pmpro_member_directory_search {
	margin-bottom: 0;
	clear: none;
}

form.pmpro_member_directory_search label { font-size: 14px; }

form.pmpro_member_directory_search input.search-field {
	width: 180px;
	padding: 4px 4px 4px 0;
	background-color: #fff;
	border: 1px solid #eaeaea;
	font: 14px Arial, Helvetica, sans-serif;
}

form.pmpro_member_directory_search label .screen-reader-text { padding-right: 5px; }

ul.gallery-social { margin: 3px 0 0; }

.col-230 ul.gallery-social {
	border-top: 4px solid #f5f6f6;
	margin-top: 15px;
	padding-top: 15px;
}

.gallery-social li {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
	padding-right: 10px;
}

.gallery .gallery-social li:last-child { padding-right: 0; }

.gallery .gallery-social li:after {
	padding-left: 15px;
	content: "|";
}

.gallery .gallery-social li:last-child:after { content: initial; }

.col-230 .gallery-social li {
	display: block;
	padding: 0 0 3px;
	font-size: 11px;
	text-transform: uppercase;
}

/*.col-230 .gallery-social li a { color: #5a5a5a; }*/

.col-230 .gallery-social li a:before {
	width: 30px;
	font-size: 14px;
	display: inline-block;
}

.invited_by, .invitees {
	border-top: 4px solid #f5f6f6;
	margin-top: 15px;
	padding-top: 15px;
	clear: both;
}

.invitee { padding-bottom: 10px;}

.invited_by h4, .invitees h4 {
	font-size: 13px;
	text-align: left;
}

.inviter_avatar {
	width: 75px;
	display: inline-block;
	vertical-align: middle;
}

.inviter_info {
	width: calc(100% - 91px);
    display: inline-block;
    padding-left: 10px;
	font-size: 13px;
	line-height: 15px;
	vertical-align: middle;
}

.inviter_name {
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.inviter_title {
	display: block;
	font-size: 12px;
}

.invested_in h4 { margin-bottom: 0; }

ul.gallery-company {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul.gallery-company li {
	width: 24%;
	display: inline-block;
}

ul.gallery-company li img { width: 85%; }

.pmpro_pagination { clear: both; }

.pmpro_pagination .pmpro_prev, .pmpro_pagination .pmpro_next {
	width: auto;
	font: 700 14px 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #6eb4cd;
	padding: 10px 20px;
}

.pmpro_pagination .pmpro_prev a, .pmpro_pagination .pmpro_next a { color: #fff; }

.pmpro_pagination .pmpro_prev:hover, .pmpro_pagination .pmpro_next:hover {
	background-color: #e1e3e3;
	color: #3c3c3c;
}

.pmpro_pagination .pmpro_prev:hover a, .pmpro_pagination .pmpro_next:hover a { color: #3c3c3c; }


/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
  display: block;
  width: auto;
}

/* =Pipeline Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.ie8 img {
  height: auto;
  width: auto\9;
}

.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}

/* =Pipeline Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* =Pipeline Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
  float: right;
  text-align: left
}

@media screen and (max-width: 650px) {
  .icl_languages_selector {
    float: none;
  }
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
  display: inline;
  list-style-type: none;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
  content: ' ';
  display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
  clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
  zoom: 1;
}

.clear {
  clear: both;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

  body {
  }
}

@media screen and (max-width: 1040px) {
.gallery-center {
  max-width: 740px;
  margin: 0 auto;
}

}

/* =Responsive Design 980px
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {

	body {
  overflow-x: hidden;
	}

	.hide-mobile {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}

/*Header 980 */
	
.call {
  font-size: 28px; 
  line-height: 438%;
}

.call-button a.button {
  font-size: 18px;
}

	#banner .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
}

/* =Responsive Design 920px
-------------------------------------------------------------- */
@media screen and (max-width: 920px) {

	body {
  overflow-x: hidden;
	}
	
	/*Nav 920 */
		
	.menu a {
	  font-size: 13px;
	  padding: 0;
	}

	.menu > li a {
	  padding: 26px 9px;
	}

	/*Header 920 */

	.call {
	  font-size: 26px; 
	  line-height: 446%;
	}

	.call-button a.button {
	  font-size: 17px;
	}

		#banner .fluid-width-video-wrapper {
			margin: 20px 0 0 0;
		}

	/*Mailchimp 920 */
		
	  .mc4wp-form {
		text-align: center;
	  }

	  .mc4wp-form input[type="text"],
	  .mc4wp-form input[type="password"],
	  .mc4wp-form input[type="email"] {
		float: none;
		width: 16%;
		margin: 0 auto 20px auto;
		font-size: 0.8em;
	  }

	  .mc4wp-form input[type='submit'] {
		float: none;
		display: block;
		padding-left: 40px;
		padding-right: 40px;
		margin: 0 auto 30px auto;
		width: auto;
		min-width: 20px;
	  }
		
	/*Footer 920 */

	#copyright {
	  width: 50%;
	}

	#privacy {
	  width: 30%;
	}

	#credit {
	  display: none;
	}
}

/* =Responsive Design 860px
-------------------------------------------------------------- */
@media screen and (max-width: 860px) {

	body {
  overflow-x: hidden;
	}
	
	.grid, 
	.grid-right {
		float: none;
	}
	   	
	.hide-860 {
	  display: none;
	}

	.show-860 {
	  display: block;
	}

	/*Header 860 */

	.call {
	  font-size: 24px; 
	}

	.call-button a.button {
	  font-size: 16px;
	}

	.headline {
	  font-size: 21px;
	}

	.site-summary {
	  font-size: 16px;
	}

		#banner .fluid-width-video-wrapper {
			margin: 20px 0 0 0;
		}

	.home-widgets {
	  padding: 0 22px 80px 22px;
	}

	/* Team 860 */

	#team-page .grid {
			float: left;
		}
		
	#team-page .grid-right {
			float: right;
		}

	/* Various 860 */

	blockquote p {
	  min-height: 100%;
	  margin-bottom: 60px;
	}
	
	#widget-title-eight.widget-title-home h3{
	  margin-top: 40px;
    }

	/* Twitter Widget 860 */
	#text-17 {
	  display: initial;
	}

	#text-3 {
	  display: none;
	}

	#conference-news blockquote p, #conference-testimonials blockquote p {
	margin-bottom: 0px;
	}
}

/* =Responsive Design 820px
-------------------------------------------------------------- */
@media screen and (max-width: 820px) {

	.hide-820 {
		display: none;
	}
	
	.show-820 {
		display: block;
	}
	
	/* Nav 820 */

	#header {
	  margin-bottom: 0;
	}
	
	.js .main-nav {
		position: relative;
		background-color: #5a5a5a;
		clear: both;
		margin: 0 auto;
	}
	
	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
	}
	
	.js .main-nav .menu ul {
		margin-top: 1px;
	}
	
	.js .main-nav .menu li {
		float: none;
		background-color: #fff;
		border: none;
	}
	
	.js .main-nav .menu li a {
		color: #444;
		font-size: 13px;
		font-weight: 400;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		background-color: #e6e6e6;
		border: none;
		border-bottom: 1px solid #f5f6f6;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}
	
	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f6f6;
	}
	
	.js .main-nav .menu li li:hover {
		background: none!important;
	}
	
	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}
	
	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}
	
	.js .main-nav .menu li li a:hover {
		background-image: none;
		background-color: #f5f6f6!important;
	}
	
	.js .main-nav .menu li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.js .main-nav .menu li li li a::before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 20px;
	}
	
	.js .main-nav .menu li li li a::after {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}
	
	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #fff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}
	
	.js .main-nav .menu > li:last-child > ul {
		border-bottom: 4px solid #c4c4c4;   
}

	.js .main-nav #pipeline_current_menu_item {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		display: block;
		padding: 5px 40px 5px 10px;
		color: #fff;
		font-weight: 700;
		cursor: pointer;
	}
	
	.js .main-nav a#pipeline_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		background: url("images/select-icons.png") 0 5px no-repeat; 
		cursor: pointer;
	}
	
	.js .main-nav a#pipeline_menu_button.pipeline-toggle-open {
		background: url("images/select-icons.png") 0 -46px no-repeat;
	}
			
	.tinynav {
		display: block;
	}
	
	.sb-holder {
		display: block;
	}
}

/* =Responsive Design 780px
-------------------------------------------------------------- */
@media screen and (max-width: 780px) {

	body {
  overflow-x: hidden;
	}
	
	.grid {
		float: none;
	}
	
	.hide-780 {
		display: none;
	}
	
	.show-780 {
		display: block;
	}
	
	/* Header 780 */
		
	.call {
	  font-size: 22px; 
	  line-height: 440%;
	}

	.call-button a.button {
	  font-size: 15px;
	  line-height: 660%;
	}

		#banner .fluid-width-video-wrapper {
			margin: 20px 0 0 0;
		}

	/* Gallery 780 */
		
	.gallery-center {
	  max-width: 490px;
	  margin: 0 auto;
	}
}

/* =Responsive Design 760px
-------------------------------------------------------------- */
@media screen and (max-width: 760px) {
	#conference-sponsors .alignleft {
	  float:none;
	}
	
	a.large {
	  display: block;
	  margin: 5px 20px;
	}
}

/* =Responsive Design 720px
-------------------------------------------------------------- */
@media screen and (max-width: 720px) {

	body {
  overflow-x: hidden;
	}
	
	.grid {
		float: none;
	}
	
	/* Header 720 */
	
	.call {
	  font-size: 20px;
	}

	.call-button a.button {
	  font-size: 14px;
	}

	#banner .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	
	/* Investments 720 */

	.investments-1, .investments-2 {
	  float: none;
	  width: 100%;
	  min-height: 100%;
	  overflow: auto;
	}

	.investments-founder {
	  float: left;
	}
}

/* =Responsive Design 640px
-------------------------------------------------------------- */
@media screen and (max-width: 640px) {

	body {
  overflow-x: hidden;
	}

	.grid {
		float: none;
	}
			
	#author-meta {
		padding: 20px;
	}
	
	.hide-640 {
		display: none;
	}
	
	.show-640 {
		display: block;
	}
	
	/* Header 640 */
		
	.call {
	  font-size: 18px; 
	  line-height: 460%;
	}

	.call-button a.button {
	  font-size: 13px;
	  line-height: 650%;
	}	

	.headline {
	  font-size: 20px;
	}

	.site-summary {
	  font-size: 17px;
	}

	#banner .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	
	/* Mailchimp 640 */
	
	  .mc4wp-form input[type="text"],
	  .mc4wp-form input[type="password"],
	  .mc4wp-form input[type="email"] {
		float: none;
		width: 76%;
		margin: 0 22px 20px 22px;
		font-size: 0.8em;
	  }

	  .ie7 .mc4wp-form input[type="text"],
	  .ie7 .mc4wp-form input[type="password"],
	  .ie7 textarea,
	  .ie7 input[type="email"] {
	   width: 67%;
	  }

	  .mc4wp-form input[type='submit'] {
		float: none;
		display: block;
		padding-left: 40px;
		padding-right: 40px;
		margin: 0 auto 30px auto;
		width: auto;
	  }
	
	/* Investments 640 */

	.investments-founder {
	  float: none;
	  display: block;
	  margin: 0 auto;
	  max-width: 260px;
	  width: 100%;
	  padding-right: 0;
	  padding-left: 0;
	}

	.investments-1  a img.alignnone,
	.investments-1  a img.alignleft,
	.investments-1  a img.alignright,
	.investments-1  img {
	  display: block;
	  margin: 0 auto;
	  padding-right: 0;
	  padding-top: 20px;
	}
		
	/* Footer 640 */

	#copyright, #privacy {
	  float: none;
	  display: block;
	  max-width: 640px;
	  width: 100%;
	  margin: 0 auto;
	  text-align: center;
	  padding-bottom: 6px;
	}
}

/* =Responsive Design 600px
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {

	body {
  overflow-x: hidden;
	}

	.grid {
		float: none;
	}

	.hide-600 {
		display: none;
	}
	
	.show-600 {
		display: block;
	}

	/* Header 600 */

	#banner {
	  max-width: 100%;
	  width: auto;
	  max-height: 656px;
	}

	#banner-container, #banner-container-home {
	  min-height: 80px;
	}

	.call-bg {
	  background-color: #1c1c1c;
	  min-height: 256px;
	  overflow: visible;
	}	

	.call-container {
	  max-width: 100%;
	  width: auto;
	  height: 256px;
	}

	#call-to-action { 
	  width: 100%;  
	  height: 128px;
	  position: static;
	} 

	#call-to-action-button {
	  width: 100%;
	  height: 128px;
	  text-align: center;
	  background-color: #6eb4cd;
	  position: static;
	} 

	.call {
	  font-size: 20px; 
	  line-height: 1.2em;
	  white-space: normal;
	  padding: 28px 0;
	}

	.ie8 .call,
	.ie7 .call {
	  line-height: 22px;
	}

	.call-button a.button {
	  font-size: 20px;
	  line-height: 640%;
	}

	#call-to-action-simple {
	  width: 100%; 
	  height: 128px;
	  position: static;
	  float: none;
	} 

	#call-to-action-button-simple {
	  width: 100%;
	  height: 128px;
	  text-align: center;
	  background-color: #6eb4cd;
	  position: static;
	  float: none;
	} 

	#banner .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
}

/* =Responsive Design 540px
-------------------------------------------------------------- */
@media screen and (max-width: 540px) {

	/* Gallery 540 */

	.gallery br {
	float: none;
	}
		
	.gallery .gallery-item {
	float: none;
	display: block;
	margin: 0 auto;
	}
}

/* =Responsive Design 480px
-------------------------------------------------------------- */
@media screen and (max-width: 480px) {

	body {
  overflow-x: hidden;
  font-size: 17px;
	}

	.grid {
		float: none;
	}
		
	.hide-480 {
		display: none;
	}
	
	.show-480 {
		display: block;
	}
	
	#banner .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	
	/* Nav 480 */
		
	.menu ul, 
	.menu li{
	  float: none;
	  text-align: center;
	  text-rendering: optimizeSpeed;
	}
		
	/* Team 480 */

	#team-page .grid,
	#team-page .grid-right {
			float: none;
	}
		
	#team-page img {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	}
		
	.team-name {
	  margin-top: 40px;
	}

	/* Various 480 */
		
	.intro {
	  font-size: 18px;
	}

	.navigation .next,
	.navigation .previous {
	  display: block;
	  margin: 0 auto;
	  text-align: center;
	}
}

/* =Responsive Design 380px
-------------------------------------------------------------- */
@media screen and (max-width: 380px) {

	body {
  overflow-x: hidden;
	}

	.grid {
		float: none;
	}

	/* Header 380 */

	.call-bg {
	  min-height: 200px;
	}	

	#call-to-action { 
	  height: 100px;
	} 

	#call-to-action-button {
	  height: 100px;
	} 

	#call-to-action-simple {
	  height: 100px;
	} 

	#call-to-action-button-simple {
	  height: 100px;
	} 

	.call {
	  font-size: 17px; 
	  padding: 20px 0;
	}

	.call-button a.button {
	  font-size: 16px;
	  line-height: 640%;
	}

	.headline {
	  font-size: 17px;
	}

	.site-summary {
	  font-size: 14px;
	}

	/* Various 380 */

	#testimonials-page blockquote p{
	  font-size: 14px;
	}

	.single-thumbnail {
	  float: none;
	  padding-right: 0;
	}

	img.wp-post-image, img.attachment-full, img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
	  display: block;
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	}

	.addthis_button_tweet {
	margin-left: 4px;
	} 

	.addthis_toolbox  {
	  margin-right: 10px;
	}

	li.only-month-name {
	  width: 180px;
	}

	.investments-description {
	  padding-right: 10px;
	  padding-left: 10px;
	}

	.investments-2 {
	  display: none;
	}

	/* Footer 380 */
	.footer-wrapper {
	  padding: 20px;  
	}
}

/* =Responsive Design 320px
-------------------------------------------------------------- */
@media screen and (max-width: 320px) {
	
	body {
  overflow-x: hidden;
  font-size: 15px;
	}

	.grid {
		float: none;
	}
		
	.hide-320 {
		display: none;
	}
	
	.show-320 {
		display: block;
	}
	
	/* Various 320 */
		
	.intro {
	  font-size: 16px;
	}
	
	/* Mailchimp 320 */
	
	  .mc4wp-form input[type="text"],
	  .mc4wp-form input[type="password"],
	  .mc4wp-form input[type="email"] {
		float: none;
		width: 62%;
		margin: 0 22px 20px 22px;
		font-size: 0.8em;
	  }

	  .ie7 .mc4wp-form input[type="text"],
	  .ie7 .mc4wp-form input[type="password"],
	  .ie7 textarea,
	  .ie7 input[type="email"] {
	   width: 53%;
	  }

	/* Footer 320 */

	ul.social-icons li {
	  width: 26px;
	  height: 26px;
	  padding-right: 5px;
	}

	.social-icons li a{
	  background-size: 26px 52px;
	  width: 26px;
	  height: 25px;
	}

	.ie7 ul.social-icons li,
	.ie8 ul.social-icons li {
	  width: 34px;
	  height: 34px;
	  padding-right: 9px;
	}

	.ie7 .social-icons li a,
	.ie8 .social-icons li a{
	  width: 34px;
	  height: 34px;
	}

	.email {
	  font-size: 12px;
	}
}