@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

li {
    padding: 0;
    margin: 0;
    list-style: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

input {
    border: 0;
    outline: 0
}

blockquote,
caption,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
table,
td,
th,
ul {
    margin: 0;
    padding: 0
}

hr {
    border-bottom: none
}

iframe {
    border: 0
}

fieldset {
    min-width: 0;
    border: 0
}

[tabindex="-1"]:focus {
    outline: 0!important
}

html {
    font: 1em/1.5 sans-serif;
    overflow-y: scroll;
    min-height: 100%
}

*,
:after,
:before {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}
.biz-block.alumniblock {
    max-width: 100% !important;
    margin: unset !important;
}
.new-edits form label {
    width: 25%;
    font-size: 16px;
    font-weight: 500;
    font-family: sans-serif;
}
.new-edits form input {
    border: 1px solid grey;
    width: 92%;
    /* float: left; */
    height: 38px;
    padding: 6px 10px;
    z-index: 9999;
}
.floating-sect {
    width: 50%;
    float: left;
    margin-bottom: 23px;
}
.new-edits form {
    text-align: left;
    height: 600px;
    z-index: 0999999;
    width: 93%;
    margin: 0 auto;
}
.new-edits .g-recaptcha div {
    height: 30px;
}
.new-edits form p label {
    position: relative;
    top: -48px;
    z-index: 99999;
    font-size: 16px;
    font-weight: 500;
    font-family: sans-serif;
}
.new-edits form p{
    display: none;
}
.new-edits g-recaptcha{
    z-index: -9999;
}
.new-edits form textarea {
    margin-top: 0px;
    text-align: left;
    width: 96%;
    height: 122px;
}

.new-edits form p{
    width: 50%;
    float: left;
}
.floating-button{
    width: 13%;
}
.floating-button input[type="submit"] {
    height: 50px !IMPORTANT;
}
.g-recaptcha{
    margin-top: 20px;
    margin-bottom: 20px;
}
.button {
    display: inline-block;
    border: none;
    margin: 0;
    white-space: nowrap;
    font-family: inherit;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.button:active,
.button:focus,
.button:hover {
    text-decoration: none;
    outline: 0
}

.button:-moz-focus-inner {
    border: 0;
    padding: 0
}

.button.disabled,
.button:disabled {
    cursor: default
}

.button {
    font-size: 16px;
    padding: 12px 48px;
    background-color: #B4D455
}

figure {
    clear: both
}

figure embed,
figure iframe,
figure img {
    display: block;
    margin: auto;
    max-width: 100%
}

figure figcaption {
    width: 100%;
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;
    text-align: center;
    margin-top: 12px
}

.figure--left {
    float: left;
    margin-right: 24px;
    margin-bottom: 24px
}

.figure--right {
    float: right;
    margin-bottom: 24px;
    margin-left: 24px
}

.figure--split-caption-left>* {
    float: right
}

.figure--split-caption-left embed,
.figure--split-caption-left iframe,
.figure--split-caption-left img {
    width: 70%
}

.figure--split-caption-left figcaption {
    width: 30%;
    padding-right: 12px
}

.figure--split-caption-right>* {
    float: left
}

.figure--split-caption-right embed,
.figure--split-caption-right iframe,
.figure--split-caption-right img {
    width: 70%
}

.figure--split-caption-right figcaption {
    width: 30%;
    padding-right: 12px
}

pre {
    overflow: auto
}

pre:mark {
    background: 0 0;
    border-bottom: 1px solid;
    color: inherit
}

.code-comment {
    opacity: .75;
    filter: alpha(opacity=75)
}

.form__item {
    margin-bottom: 12px;
    margin-bottom: .75rem
}

.form-control {
    display: block;
    width: 100%;
    outline: 0;
    line-height: normal
}

label,
legend {
    display: block;
    width: 100%
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: ''
}

input[type=file],
input[type=range] {
    display: block
}

input[type=range] {
    width: 100%
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

.h1,
h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.33333
}

.h2,
h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6
}

.h3,
h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1
}

.h4,
h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2
}

.h5,
h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

.h6,
h6 {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429
}

.hgroup h1,
.hgroup h2,
.hgroup h3,
.hgroup h4,
.hgroup h5,
.hgroup h6,
.hgroup hgroup h1,
.hgroup hgroup h2,
.hgroup hgroup h3,
.hgroup hgroup h4,
.hgroup hgroup h5,
.hgroup hgroup h6,
hgroup .hgroup h1,
hgroup .hgroup h2,
hgroup .hgroup h3,
hgroup .hgroup h4,
hgroup .hgroup h5,
hgroup .hgroup h6,
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
    margin-bottom: 0
}

img {
    max-width: 100%;
	height:auto;
}
/*
img[height],
img[width] {
    max-width: none
}
*/

.img--right {
    float: right;
    margin-bottom: 24px;
    margin-left: 24px
}

.img--left {
    float: left;
    margin-right: 24px;
    margin-bottom: 24px
}

.img--center {
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto
}

a {
    text-decoration: none
}

dd,
ol,
ul {
    margin-left: 24px;
    margin-left: 1.5rem
}

li:last-child,
li>ol,
li>ul {
    margin-bottom: 0
}

.lr {
    list-style: none;
    margin-left: 0
}

.lead {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2
}

blockquote {
    text-indent: -.41em;
    margin-left: .41em
}

blockquote p:last-of-type {
    margin-bottom: 0
}

.source {
    display: block;
    text-indent: 0
}

.source:before {
    content: "\2014"
}

hr {
    margin-bottom: 23px;
    margin-bottom: 1.4375rem;
    margin-left: auto;
    margin-right: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.hgroup,
address,
blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ol,
p,
pre,
table,
ul {
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

.small,
small {
    font-size: 12px;
    font-size: .75rem;
    line-height: 2
}

table {
    width: 100%
}

td,
th {
    padding: 6px;
    text-align: left
}

@media screen and (min-width:480px) {
    td,
    th {
        padding: 12px
    }
}

[colspan] {
    text-align: center
}

[colspan="1"] {
    text-align: left
}

[rowspan] {
    vertical-align: middle
}

[rowspan="1"] {
    vertical-align: top
}

.numerical {
    text-align: right
}

.t5 {
    width: 5%
}

.t10 {
    width: 10%
}

.t12 {
    width: 12.5%
}

.t15 {
    width: 15%
}

.t20 {
    width: 20%
}

.t25 {
    width: 25%
}

.t30 {
    width: 30%
}

.t33 {
    width: 33.333%
}

.t35 {
    width: 35%
}

.t37 {
    width: 37.5%
}

.t40 {
    width: 40%
}

.t45 {
    width: 45%
}

.t50 {
    width: 50%
}

.t55 {
    width: 55%
}

.t60 {
    width: 60%
}

.t62 {
    width: 62.5%
}

.t65 {
    width: 65%
}

.t66 {
    width: 66.666%
}

.t70 {
    width: 70%
}

.t75 {
    width: 75%
}

.t80 {
    width: 80%
}

.t85 {
    width: 85%
}

.t87 {
    width: 87.5%
}

.t90 {
    width: 90%
}

.t95 {
    width: 95%
}

.table--bordered td,
.table--bordered th {
    border: 1px solid
}

.table--bordered td:empty,
.table--bordered th:empty {
    border: none
}

.table--bordered thead tr:last-child th {
    border-bottom-width: 2px
}

.table--bordered tbody tr th:last-of-type {
    border-right-width: 2px
}

.table--striped tbody tr:nth-of-type(odd) {
    background-color: #ffc
}

.table--data {
    font: 12px/1.5 sans-serif
}

@font-face {
    font-family: anaheim-reg;
    src: url(fonts/Anaheim-Regular.eot);
    src: local("☺"), url(fonts/Anaheim-Regular.woff) format("woff"), url(fonts/Anaheim-Regular.ttf) format("truetype"), url(fonts/Anaheim-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: kepler-std;
    src: url(fonts/KeplerStd-Disp.eot);
    src: local("☺"), url(fonts/KeplerStd-Disp.woff) format("woff"), url(fonts/KeplerStd-Disp.ttf) format("truetype"), url(fonts/KeplerStd-Disp.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: roboto-bold;
    src: url(fonts/RobotoCondensed-Bold.eot);
    src: local("☺"), url(fonts/RobotoCondensed-Bold.woff) format("woff"), url(fonts/RobotoCondensed-Bold.ttf) format("truetype"), url(fonts/RobotoCondensed-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: roboto-light;
    src: url(fonts/RobotoCondensed-Light.eot);
    src: local("☺"), url(fonts/RobotoCondensed-Light.woff) format("woff"), url(fonts/RobotoCondensed-Light.ttf) format("truetype"), url(fonts/RobotoCondensed-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.select {
  cursor: pointer;
  position: relative;
  float: left;
  width: 139px;
  height: 34px;
  line-height: 34px;
  padding-right: 25px;
  font-size: 16px;
  font-family: 'anaheim-reg';
}

.styledSelect:active, .styledSelect.active {
  background-color: #f7303e;
  color: white;  

}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/selectbg.png) no-repeat right center #f33043;
  background-color: #f33043;
  padding: 0 10px 0 15px;
  text-align: left;
  color: white;
  font-size: 12px;
  height: 34px;
}

.options {
  color: white;
  background: #ea6752;
  position: absolute;
  left: 0; 
  top: 100%;  
  width: 100%;
  z-index: 9999;
  display: none;
}

.options li {
  list-style: none;
  margin: 0;
  text-align: center;
  color: white;
  line-height: 15px;
  padding: 5px 10px;
}

.options li:hover {
  background: #e2273d;
}

.container {
    box-sizing: content-box;
    max-width: 100%;
    margin: 0 auto
}

@media only screen and (max-width:768px) {
    .container {
        width: 100%;
        min-width: 320px!important
    }
}

.left {
    float: left
}

.right {
    float: right
}

.clear-fix {
    clear: both
}

.inner-container,
.inner-seperator {
    max-width: 1000px;
    min-width: 640px;
    margin: 0 auto;
    background-color: #fff
}

.inner-seperator {
    z-index: 10
}

.nav-container {
    width: 100%;
    background-color: #fff;
    text-align: center
}

.grid {
    display: block;
    margin: 0 auto;
    font-size: 0;
    margin-left: -20px
}

.grid .grid {
    padding: 0
}

.grid.grid--gutterless {
    padding-left: 10px;
    margin-left: 0
}

.grid.grid--gutterless .grid__item {
    padding: 0
}

.grid__item {
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    padding-left: 20px;
    text-align: left;
    vertical-align: top
}

.grid--block {
    margin-bottom: 20px
}

.span-12 {
    width: 100%
}

.span-11 {
    width: 91.666667%
}

.span-10 {
    width: 83.333333%
}

.span-9 {
    width: 75%
}

.span-8 {
    width: 66.666667%
}

.span-7 {
    width: 58.333333%
}

.span-6 {
    width: 50%
}

.span-5 {
    width: 41.666667%
}

.span-4 {
    width: 33.333333%
}

.span-3 {
    width: 25%
}

.span-2 {
    width: 16.666667%
}

.span-1 {
    width: 8.3333333%
}

@media only screen and (max-width:768px) {
    .palm-span-12 {
        width: 100%
    }
    .palm-span-11 {
        width: 91.666667%
    }
    .palm-span-10 {
        width: 83.333333%
    }
    .palm-span-9 {
        width: 75%
    }
    .palm-span-8 {
        width: 66.666667%
    }
    .palm-span-7 {
        width: 58.333333%
    }
    .palm-span-6 {
        width: 50%
    }
    .palm-span-5 {
        width: 41.666667%
    }
    .palm-span-4 {
        width: 33.333333%
    }
    .palm-span-3 {
        width: 25%
    }
    .palm-span-2 {
        width: 16.666667%
    }
    .palm-span-1 {
        width: 8.3333333%
    }
}

@media only screen and (min-width:1024px) {
    .desk-span-12 {
        width: 100%
    }
    .desk-span-11 {
        width: 91.666667%
    }
    .desk-span-10 {
        width: 83.333333%
    }
    .desk-span-9 {
        width: 75%
    }
    .desk-span-8 {
        width: 66.666667%
    }
    .desk-span-7 {
        width: 58.333333%
    }
    .desk-span-6 {
        width: 50%
    }
    .desk-span-5 {
        width: 41.666667%
    }
    .desk-span-4 {
        width: 33.333333%
    }
    .desk-span-3 {
        width: 25%
    }
    .desk-span-2 {
        width: 16.666667%
    }
    .desk-span-1 {
        width: 8.3333333%
    }
}

.container {
    background-size: 100%;
    background-color: #d4cfc7;
    font-family: anaheim-reg;
    padding: 0;
    color: #5f5952
}

.container a,
.container a:link,
.container a:visited {
    color: #658bea
}

.container .main-nav a,
.container .main-nav a:link,
.container .main-nav a:visited {
    color: #000
}

.container .main-nav a:hover {
    color: #fff
}

@media only screen and (max-width:768px) {
    .container .main-nav a:hover {
        color: #000
    }
}

.container .main-nav .mobile-nav a:hover {
    color: #000
}

.container a:hover {
    color: #e2273d
}

.container h2 {
    font-family: kepler-std;
    letter-spacing: .05em
}

.container p {
    font-family: roboto-light;
    letter-spacing: .03em
}

.logo {
    padding-top: 18px;
    padding-left: 20px;
    left: 0;
    display: inline-block;
    padding-right: 15px;
    float: left;
    position: relative;
    z-index: 9999;
    width: 22%
}

@media only screen and (max-width:768px) {
    .logo {
        padding-top: 32px;
        width: 73%
    }
}

.social {
    float: right;
    margin-top: 28px;
    margin-right: 20px
}

.social img {
    margin: 0 5px
}

.header {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: -10px;
    clear: both
}

.header .head-image {
    overflow: hidden;
    height: auto;
   /* padding-top: 75px*/
}

@media only screen and (max-width:768px) {
    .header .head-image {
        max-height: none;
        padding-top: 0
    }
}

.header .head-image img {
    width: 100%
}

@media only screen and (max-width:768px) {
    .header .head-image img {
        width: 135%;
        max-width: none
    }
}

.header .head-title {
    text-align: left;
    position: absolute;
    color: #fff;
    z-index: 10;
    left: 9%;
    top: 24%
}

@media only screen and (max-width:768px) {
    .header .head-title {
        left: 8%;
        top: 30%
    }
}

.header .head-title h1 {
    font-family: kepler-std;
    letter-spacing: .05em;
    font-size: 60px;
    line-height: 58px
}

@media only screen and (max-width:768px) {
    .header .head-title h1 {
        font-size: 31px;
        line-height: 32px;
        margin-bottom: 10px;
        margin-top: -10px
    }
}

.header .head-title .head-cta {
    color: #f5675c;
    font-size: 35px;
    text-transform: uppercase;
    vertical-align: top
}

@media only screen and (max-width:768px) {
    .header .head-title .head-cta {
        font-size: 22px;
        line-height: 21px
    }
}

.header .head-title .head-cta img {
    margin-top: 5px
}

@media only screen and (max-width:768px) {
    .header .head-title .head-cta img {
        width: 26px;
        margin-top: -2px
    }
}

.seperator-red {
    background: url(../img/hrbg-red.jpg) repeat-y;
    background-size: 100%;
    height: 140px
}

@media only screen and (max-width:768px) {
    .seperator-red {
        height: 70px
    }
}

.seperator-blue {
    background: url(../img/hrbg-blue.jpg) repeat-y;
    background-size: 100%;
    height: 140px
}

@media only screen and (max-width:768px) {
    .seperator-blue {
        height: 70px
    }
}

.seperator-aqua {
    background: url(../img/hrbg-aqua.jpg) repeat-y;
    background-size: 100%;
    height: 140px
}

@media only screen and (max-width:768px) {
    .seperator-aqua {
        height: 70px
    }
}

.inner-container {
    margin-top: -20px;
    position: relative;
    font-family: roboto-light;
    z-index: 5;
    padding: 2% 8%;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 12px 1px rgba(192, 185, 185, .2)
}

.inner-container .biz-block h2 {
    text-align: center;
    color: #42bdb7
}

.inner-container .personal-block {
    padding-bottom: 30px
}

.inner-container .personal-block h2 {
    text-align: center
}

.inner-container .alumni-block h2 {
    text-align: center;
    color: #658bea
}

.inner-container p {
    color: #5f5952
}

.quote-block {
    text-align: left;
    width: 100%;
    margin-left: 10px;
    margin-top: 25px
}

.quote-block span {
    display: inline-block;
    vertical-align: top
}

.quote-block .quote {
    width: 76%;
    margin-left: 20px
}

.biz-ico {
    margin: 10px 6px;
    float: left
}

.graph-ico {
    margin: 10px 20px;
    min-width: 180px;
    text-align: center;
    display: inline-block;
    font-family: roboto-bold;
    color: #5f5952;
    letter-spacing: .5px;
    vertical-align: top
}

@media only screen and (max-width:768px) {
    .graph-ico {
        min-width: 180px;
        display: block
    }
    .graph-ico canvas {
        width: 180px;
        height: 180px
    }
}

.graph-labels {
    margin-top: -10px
}

.section-cta {
    margin-top: 25px;
    display: inline-block;
    -webkit-border-radius: 27px;
    text-transform: uppercase;
    padding: 5px 32px 5px 12px;
    color: #14b3ab!important;
    background: url(../img/btnsprite.png) no-repeat right 10px #fff;
    margin-bottom: 45px;
    border-radius-topleft: 25px;
    border-radius-topright: 25px;
    border-radius-bottomleft: 25px;
    border-radius-bottomright: 25px;
    border-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius: 25px;
    behavior: url(border-radius.htc);
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px
}

@media only screen and (max-width:768px) {
    .section-cta {
        background: none!important;
        padding: 5px 15px;
        font-size: 20px
    }
}

.section-cta:hover {
    color: #fff!important;
    background: url(../img/btnsprite.png) no-repeat right -39px #34b9b1
}

.biz-cta {
    color: #42bdb7
}

.personal-cta {
    color: #e2273d;
    border: 2px solid #f2a9a3
}

.alumni-cta {
    color: #658bea;
    border: 2px solid #a0b5eb
}

.footer {
    background-color: #c0bcb7;
    color: #000;
    font-size: 12px;
    z-index: 10
}

.footer .inner-container {
    background-color: transparent;
    margin-top: 0;
    text-align: left;
    box-shadow: 0 0 rgba(74, 74, 74, 0)
}

.footer .copyright {
    float: right;
    vertical-align: top
}

@media only screen and (max-width:768px) {
    .footer .copyright {
        padding-left: 28px;
        font-size: 14px;
        float: left;
        padding-bottom: 10px
    }
}

.nav-container {
    float: left
}

.main-nav {
    height: 76px;
    margin-top: 0;
    vertical-align: top
}

.main-nav ul {
    border-left: 1px solid #dfdddb;
    display: inline-block
}

.main-nav ul li {
    float: left;
    font-family: anaheim-reg;
    border-right: 1px solid #dfdddb;
    letter-spacing: .5px;
    position: relative
}

.main-nav ul li a {
    padding: 27px 22px;
    display: block;
    font-size: 15px;
    text-transform: uppercase
}

.main-nav ul li .active-nav,
.main-nav ul li a:hover,
.main-nav ul li:hover>a {
    background: #f5675c;
    color: #fff
}

.main-nav ul li:hover>ul {
    display: block
}

.main-nav ul li ul {
    background: #dfdddb;
    position: absolute;
    left: -24px;
    top: 76px;
    z-index: 999;
    padding: 12px 0;
    min-width: 170px;
    max-width: 200px;
    border: 0;
    display: none
}

.main-nav ul li ul li {
    padding: 0;
    float: none;
    border-bottom: 1px solid #dfdddb;
    position: static
}

.main-nav ul li ul li a {
    padding: 25px 16px;
    display: block;
    text-align: left;
    background: #fff;
    margin-right: -1px
}

.main-nav ul li ul li.hassub:hover a {
    background: url(../img/hasul_bg.png) no-repeat right center #f5675c;
    position: relative;
    z-index: 99999
}

.main-nav ul li ul li ul {
    left: 145px;
    top: 0;
    display: none;
    height: 100%;
    background: #fff;
    border-top: 12px solid #dfdddb;
    border-bottom: 13px solid #dfdddb;
    border-left: 1px solid #dfdddb
}

.main-nav ul li ul li ul li {
    border: 0;
    line-height: 55px;
    padding: 15px 20px;
    background: #fff;
    z-index: 0
}

.main-nav ul li ul li ul li:hover a {
    color: #f5675c
}

.main-nav ul li ul li ul li a {
    padding: 0;
    line-height: normal;
    background: none!important;
    color: #f5675c!important
}

.main-nav ul li ul li ul li a:hover {
    color: #f5675c
}

#searchbtn {
    float: right;
    width: 77px;
    height: 76px;
    margin-left: 25px;
    cursor: pointer;
    background: url(../img/search_icon.png) no-repeat center center #f96758
}

#searchbtn.active {
    background: url(../img/search_close.png) no-repeat center center #f96758
}

#searchblock {
    position: absolute;
    right: 0;
    top: 76px;
    display: none;
    z-index: 9999
}

#searchblock input[type=text] {
    width: 336px;
    height: 77px;
    z-index: 9999;
    float: left;
    background: #dfdddb;
    padding: 0 28px;
    font-size: 21px;
    color: #5f5952
}

#searchblock .search_button {
    float: right;
    width: 77px;
    height: 77px;
    background: url(../img/search_arrow.png) no-repeat center center #e2273d
}

#mobil-navico {
    float: right;
    display: none;
    vertical-align: middle;
    text-align: center
}

.mobile-nav {
    border-top: 1px #ccc solid
}

.mobile-nav li {
    float: none;
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px solid #dfdddb;
    position: relative;
    padding: 12px 15px;
    font-size: 16px;
    text-align: left
}

.mobile-nav li img {
    float: right;
    padding-right: 0;
    padding-top: 6px!important
}

.mobile-nav .secondary-nav {
    display: none
}

.mobile-nav .secondary-nav li {
    padding-left: 45px
}

.mobile-nav .secondary-nav li img {
    padding-top: 8px
}

.mobile-nav .back-btn {
    background-color: #f96758;
    color: #fff;
    height: 45px;
    padding: 8px!important;
    padding-left: 20px!important;
    cursor: pointer
}

.mobile-nav .back-btn img {
    float: left;
    padding: 8px 10px 0 0
}

.desktop-nav {
    display: inline-block;
    position: absolute;
    height: 76px;
    left: 35%;
}

.logged-in .desktop-nav {
  left: 28%;
}

.aqua-block {
    background-color: #74d3cf;
    height: auto;
    text-align: center;
    color: #fff;
    padding: 20px
}

@media only screen and (max-width:768px) {
    .aqua-block {
        height: auto
    }
}

.aqua-block h2 {
    color: #158680;
    font-family: kepler-std
}

.aqua-block b {
    font-family: roboto-bold
}

.three-col {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px dashed #b3e3e0;
    margin-bottom: 5px;
    padding: 5px 10px
}

@media only screen and (max-width:768px) {
    .three-col {
        display: block;
        margin: auto;
        padding-bottom: 20px;
        border: none;
        width: 60%;
        border-bottom: 1px #fff dashed!important;
        margin-bottom: 15px!important
    }
}

.three-col .section-cta {
    color: #fff!important;
    background: #14b3ab;
    border-color: #fff;
    margin-top: 5px;
    font-size: 13px;
    padding: 3px 12px
}

@media only screen and (max-width:768px) {
    .three-col:last-child {
        border: none!important
    }
}

.page-body-block h3 {
    color: #658bea;
    text-transform: uppercase
}

@media only screen and (max-width:768px) {
    .page-body-block h3 {
        text-align: center;
        margin-top: 15px
    }
}

.page-body-block .alum-pic {
    width: 35%
}

@media only screen and (max-width:768px) {
    .page-body-block .alum-pic {
        width: 75%;
        float: none;
        margin: auto;
        text-align: center;
        margin-bottom: 30px
    }
}

.page-body-block .alum-pic img {
    width: 100%;
    height: auto!important
}

.page-body-block .alum-info {
    width: 53%;
    max-width: 455px;
    padding-top: 0
}

@media only screen and (max-width:768px) {
    .page-body-block .alum-info {
        width: 75%;
        max-width: 75%;
        margin: auto;
        float: none;
        display: block;
        text-align: left;
        padding-bottom: 25px;
        padding-top: 25px
    }
}

.page-body-block .alum-info h2 {
    color: #658bea;
    margin-bottom: 0;
    padding-bottom: 0
}

.page-body-block .alum-info span {
    color: #948d85;
    font-style: italic;
    font-size: 18px
}

.page-body-block .alum-info p {
    margin-top: 20px
}

.page-body-block .alum-info li,
.page-body-block .alum-info ul {
    list-style: disc
}

@media only screen and (max-width:768px) {
    .page-body-block .push-left {
        margin: auto
    }
}

.red-block {
    background-color: #f5675c;
    height: auto;
    text-align: center;
    color: #fff;
    padding: 20px
}

@media only screen and (max-width:768px) {
    .red-block {
        height: auto
    }
}

.red-block .three-col {
    border: none
}

.red-block .percentage {
    font-family: roboto-bold;
    font-size: 110px;
    line-height: 94px;
    color: #a7192a
}

.red-block p {
    margin-bottom: 15px
}

.red-block .share-cta {
    color: #a7192a;
    border: 1px #a7192a solid;
    padding: 3px 8px
}

.corp-block .alum-info h2,
.corp-block h3 {
    color: #42bdb7
}

.blue-block {
    background-color: #658bea;
    text-align: center;
    color: #fff;
    padding: 20px
}

@media only screen and (max-width:768px) {
    .blue-block {
        height: auto
    }
}

.blue-block .three-col {
    border: none
}

.blue-block .percentage {
    font-family: roboto-bold;
    font-size: 110px;
    line-height: 94px;
    color: #234bb0
}

.blue-block .share-cta {
    color: #234bb0;
    border: 1px #234bb0 solid
}

.pro-block .alum-info h2,
.pro-block h2,
.pro-block h3 {
    color: #f5675c
}

.misc-block {
    padding-top: 0;
    text-align: left;
    font-size: 21px;
    font-family: roboto-light!important
}

.misc-block h3 {
    color: #658bea
}

.misc-block h2 {
    color: #658bea!important;
    line-height: 1.1em
}

.misc-block h4 {
    color: #948d85;
    padding-top: 15px;
    font-size: 24px
}

.misc-block b {
    font-family: roboto-bold
}

.misc-block li {
    font-size: 21px;
    margin-bottom: 20px;
    list-style-type: disc;
    list-style-position: outside
}

.generic.misc-block li {font-size:16px; line-height: 1.4;  margin-bottom:5px;}

.misc-block .bluelink,
.misc-block .bluelink:visited {
    text-decoration: underline
}

.misc-block .bluelink:hover {
    color: #658bea
}

.misc-block .main-copy {
    font-size: 18px;
    color: #5f5952
}

.misc-block .main-copy p h4 {
    color: #948d85;
    padding-top: 22px
}

.misc-block .main-copy p img {
    float: left;
    padding: 0 20px 20px 0;
    vertical-align: top
}

.misc-block .main-copy b {
    font-family: roboto-bold
}

.misc-block .main-copy blockquote {
    font-style: italic;
    color: #a0b5eb;
    padding: 10px 40px;
    font-family: roboto-light
}

.misc-block .main-copy a,
.misc-block .main-copy a:hover,
.misc-block .main-copy a:link,
.misc-block .main-copy a:visited {
    color: #658bea
}

.container,
.inner-container,
.inner-seperator {
    min-width: 308px
}

.backto {
    display: none
}

.nav-container {
    position: fixed;
	position:sticky; top:0;
    z-index: 999999
}

#mobilelogo {
    display: none;
    margin: 10px 0 0
}

.inner-container {
    max-width: 1196px;
    clear: both;
    width: 95%;
    z-index: 998;
}

.footer-widget {
    max-width: 1196px;
    margin: auto;
    width: 95%;
    text-align: center;
    background: #f2efea;
}

.inner-container.blog-container select.menu {
    background: url(/wp-content/themes/partnership/assets/img/menu-arrow.png) no-repeat right rgb(231,227,218);
    font-family: roboto-bold;
    background-position-x: 93%;
    background-position-y: -2px;
    background-size: 18%;
    border: none;
    width: 200px;
    text-align-last: center;
    padding-right: 31px;
}

.inner-container.blog-container select.menu:focus {
  outline: none;
}

.inner-container.blog-container select.menu {

}

.inner-container.blog-container .page-title {
    text-align: left;
    color: #f96758;
}

.inner-container.blog-container .post-wrapper {
  text-align: left;
  overflow: hidden;
}

.post-title {
  margin: 0;
  margin-top: 20px;
}

.inner-container p b,
.inner-container p strong {
    font-family: roboto-bold!important
}

.inner-container p a,
.inner-container p a:link,
.inner-container p a:visited {
    color: #658bea
}

@media only screen and (max-width:768px) {
    .inner-container {
        width: 96%;
        padding: 4%
    }
}

.inner-container .readLess {
    margin-top: -30px
}

.biz-block,
.pro-block {
    max-width: 895px;
    margin: 0 auto
}

.nav-container {
    height: auto
}

.nav-container.scrolling {
    position: fixed;
    top: 0;
    z-index: 999;
    transition: background-color .5s ease;
    transition: background-color .5s ease;
    border-bottom: 1px solid #f5f6f7
}

.inner-seperator {
    max-width: 1196px
}

.inner-container .text-left {
    text-align: left
}

.inner-container .biz-block p,
.inner-container .pro-block p {
    font-size: 21px
}

@media only screen and (max-width:768px) {
    .inner-container .biz-block p,
    .inner-container .pro-block p {
        font-size: 24px
    }
}

.inner-container .personal-block {
    max-width: 740px;
    margin: 0 auto;
    padding-top: 50px
}

.inner-container .personal-block .section-cta {
    margin-top: 17px
}

.inner-container .personal-block p {
    font-size: 21px;
    text-align: center
}

@media only screen and (max-width:768px) {
    .inner-container .personal-block p {
        font-size: 20px
    }
}

.inner-container .personal-block h2 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: normal;
    color: #e2273d
}

@media only screen and (max-width:768px) {
    .inner-container .personal-block h2 {
        font-size: 36px;
        line-height: 40px
    }
}

.inner-container .personal-block .quote-block {
    max-width: 576px;
    margin: 0 auto;
    padding: 23px 0 0;
    clear: both
}

.inner-container .personal-block .quote-block .headshot {
    float: left;
    margin-top: -10px
}

@media only screen and (max-width:768px) {
    .inner-container .personal-block .quote-block .headshot {
        float: none;
        margin-top: -10px;
        display: block;
        text-align: center
    }
}

.inner-container .personal-block .quote-block .quote {
    width: 71%;
    float: left
}

@media only screen and (max-width:768px) {
    .inner-container .personal-block .quote-block .quote {
        text-align: center;
        float: none;
        display: block;
        width: 80%;
        margin: auto
    }
}

.inner-container .personal-block .quote-block .quote p {
    font-size: 16px;
    text-align: left;
    line-height: 26px
}

@media only screen and (max-width:768px) {
    .inner-container .personal-block .quote-block .quote p {
        text-align: center;
        font-size: 20px
    }
}

.inner-container .personal-block .quote-block .quote p em {
    display: block;
    padding: 10px 0 0
}

.inner-container .personal-block .quote-block .quote b {
    font-size: 16px;
    font-family: roboto-bold
}

@media only screen and (max-width:768px) {
    .inner-container .personal-block .quote-block .quote b {
        font-size: 22px
    }
}

.inner-container .alumni-block {
    max-width: 730px;
    margin: 0 auto;
    padding: 50px 0 0
}

.inner-container .alumni-block p {
    font-size: 21px
}

@media only screen and (max-width:768px) {
    .inner-container .alumni-block p {
        font-size: 24px
    }
}

.inner-container .alumni-block h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 12px
}

@media only screen and (max-width:768px) {
    .inner-container .alumni-block h2 {
        font-size: 36px;
        line-height: 40px
    }
}

.inner-container .alumni-block .alumni-cta {
    color: #658bea!important;
    background: url(../img/arrow-blue.png) no-repeat right 10px #fff
}

.inner-container .alumni-block .alumni-cta:hover {
    color: #fff!important;
    background: url(../img/arrow-blue.png) no-repeat right -29px #658bea
}

.inner-container .biz-block,
.inner-container .pro-block {
    padding-bottom: 15px
}

.inner-container .biz-block h2,
.inner-container .pro-block h2 {
    font-size: 40px;
    letter-spacing: normal;
    line-height: 50px
}

@media only screen and (max-width:768px) {
    .inner-container .biz-block h2,
    .inner-container .pro-block h2 {
        font-size: 42px;
        line-height: 48px;
        text-align: center
    }
}

.inner-container .personal-cta {
    background: url(../img/arrow-red.png) no-repeat right 11px #fff;
    color: #e2273d!important
}

.inner-container .personal-cta:hover {
    color: #fff!important;
    background: url(../img/arrow-red.png) no-repeat right -22px #e2273d
}

.section-cta {
    letter-spacing: .5px
}

.service_list {
    clear: both;
    margin: 0 auto 10px;
    max-width: 600px;
    cursor: pointer
}

.service_list li {
    display: inline-block;
    position: relative;
    margin-right: 23px
}

@media only screen and (max-width:768px) {
    .service_list li {
        margin-right: 5px;
        max-width: 82px
    }
}

.service_list li .tooltip {
    position: absolute;
    width: 200px;
    background: #fff;
    border: 2px solid #dfdddb;
    z-index: 999999;
    cursor: pointer;
    left: -50%;
    margin-left: -10px;
    margin-top: -2px;
    display: none;
    box-shadow: 0 0 12px #ccc
}

.service_list li .tooltip .tip-copy {
    background: url(../img/tooltip-arrow.png) no-repeat center top;
    margin-top: -40px;
    text-align: center;
    padding: 50px 20px 20px;
    padding-top: 55px
}

.service_list li .tooltip .tip-copy p {
    margin-bottom: 0
}

.service_list li .tooltip h4 {
    color: #42bdb7;
    margin: 0;
    font-size: 16px
}

.alumni-row {
    clear: both;
    overflow: hidden;
    padding: 50px 20px;
    max-width: none
}

@media only screen and (max-width:768px) {
    .alumni-row {
        padding: 30px 10px 15px
    }
}

.gotolink {
    float: right;
    margin: 5px 0 0
}

.aqua-block .biz-cta {
    border-color: #a1e1de
}

.aqua-block h2 {
    padding-top: 10px;
    margin-bottom: 5px
}

.aqua-block b {
    font-weight: 400;
    letter-spacing: .8px
}

.aqua-block p {
    margin-bottom: 16px
}

.aqua-block .section-cta {
    padding-top: 5px;
    padding-bottom: 5px
}

.divider {
    margin: 20px 0 18px;
    border-bottom: 2px dotted #dcdad8;
    display: block;
    height: 1px;
    float: left;
    width: 99%
}

.header .head-title {
    max-width: 500px
}

.seperatormini {
    height: 80px
}

.share-cta img {
    vertical-align: middle;
    padding-left: 2px;
    padding-bottom: 2px
}

.corp-block,
.page-body-block {
    clear: both
}

.corp-block h3,
.page-body-block h3 {
    font-family: anaheim-reg;
    font-size: 20px
}

.corp-block {
    padding-top: 52px
}

.corp-block h3 {
    margin-bottom: 0;
    clear: both
}

.page-body-block {
    overflow: hidden
}

.page-body-block .alum-info h2 {
    font-family: kepler-std;
    font-size: 30px;
    line-height: normal;
    text-align: left
}

@media only screen and (max-width:768px) {
    .page-body-block .alum-info h2 {
        font-size: 28px
    }
}

.page-body-block .alum-info span {
    font-family: kepler-std;
    line-height: 20px;
    letter-spacing: .04em
}

.page-body-block .alum-info p {
    font-size: 16px
}

@media only screen and (max-width:768px) {
    .page-body-block .alum-info p {
        font-size: 16px
    }
}

.page-body-block .push-left {
    margin-left: 70px
}

@media only screen and (max-width:768px) {
    .page-body-block .push-left {
        margin: auto
    }
}

.red-block .three-col {
    border-right: 1px dotted #f8b2ac
}

/*custom code starts here*/
.main-content {
  width: 65%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  padding: 0px;
}

.inner-container p a.read-more {
  color: #f96758;
}

.featured-post-ribbon span {
  font-family: kepler std;
  font-style: italic;
}

.post-wrapper {
  padding-bottom: 40px;
}

.single-blog .post-wrapper {
  padding-bottom: 0px;
  width: 85%;
  margin: auto;
}

.single-blog .post-title {
  margin-top: 35px;
}

.blog-back {
  margin: 40px 0;
  text-align: center;
}

.blog-back a {
  background: rgb(237,237,237);
  padding: 4px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid rgb(228,228,228);
  color: black !important;
}

.tag-list {
  text-align: center;
  margin-top: 75px;
}

.tag-list a {
  padding: 5px 10px 5px 10px;
  background: #d4cfc7;
  color: black !important;
  min-width: 60px;
  margin: 5px;
}

.sidebar {
  width: 29%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: left;
}

.sidebar .tagcloud a {
  display: block;
  font-size: 16px !important;
  color: #5f5952;
}

.sidebar .inlineSearch {
  background: rgb(220,220,220);
  padding: 2%;
  min-height: 34px;
  width: 83%;
}

.sidebar #searchsubmit {
    background: url(../img/search_icon.png) no-repeat center center #f33043;
    color: transparent;
    max-width: 35px;
    min-height: 34px;
    width: 14%;
}

.blog-message {
    width: 26%;
    min-width: 240px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #f96758;
    font-weight: bold;
}

.archive-title {
  color: #658bea;
}

.pagination h2 {
  display: none;
}

.pagination a {
  color: #f96758 !important;
}

.blog-menu {
  position: absolute;
  right: 8%;
  top: 0;
}

.menu-blog-menu-container {
    color: #f96758;
}

.menu-blog-menu-container select {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    height: 38px;
}

@media (max-width: 500px) {
  .menu-blog-menu-container {
    text-align: center;
  }
}

.blog-message img {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

.blog-message div {
  display: inline-block;
  text-align: left;
}

.blog-message h2 {
  margin: 0;
}

.separator-red.blog-separator {
  
}

.blog-menu .module-heading {
  display: none;
}

.blog .select {
  float: none;
}

.blog input {
  display: none;
}

.blog label {
  display: none;
}

.blog-menu {
  text-align: right;
}

.page-title.blog-title {
  float: left;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 16px;
}

.widget.sponsored {
  padding: 40px 0 10px 0;
}

.widget .options li a {
  width: 100%;
  display: block;
}

.widget.sponsored .module-heading {
  display: inline-block;
  vertical-align: middle;
  font-family: roboto-light;
  font-size: 20px;
}

.widget.sponsored p {
  display: inline-block;
  vertical-align: middle;
}

.head-image.featured-post div.exists {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.head-image.featured-post .featured-post-ribbon {
    height: auto;
    background: rgb(240,104,100);
    position: relative;
    top: 20px;
    color: white;
    width: 15%;
    min-width: 135px;
    padding: 5px;
}

.featured-wrapper h2, .featured-wrapper p, .featured-wrapper span, .featured-wrapper div {
  padding: 5px 40px 0px 40px;
}

.sidebar h2 {
  margin: 0;
  font-size: 25px;
  margin-top: 40px;
}

.author-thumbnail {
    float: left;
    padding-right: 10px;
}

.author-excerpt {
  margin-bottom: 0;
}

/*landing page*/
.member-page {
  overflow: auto;
}

.member-page.inner-container .biz-block {
  padding-top: 0;
  max-width: none;
}

.member-logo {
  max-width: 400px;
  float: left;
}

.member-page .member-logo {
  max-width: 550px;
  margin: 20px 0;
  float: none;
}

.member-page .note {
  position: absolute;
  right: 9%;
  top: -3px;
}

.member-page .page-title {
  color: rgb(205,87,77);
}

.member-page .box {
  float: left;
  margin: 1%;
  height: 200px;
  text-align: center;
  overflow: hidden;
}

.member-page .box .box-header-text {
  color: white;
  position: absolute;
  top: 8%;
  width: 100%;
}

.member-page .box .box-header-text .widget {
  display: none;
}

.member-page .box .box-header-text h3 strong {
  color: white;
  font-family: roboto-bold;
}

.member-page .box .box-header-text h5 {
  margin: 0;
}

.member-page .box p {
  color: white;
  display: none;
}

.member-page .inner-box {
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.member-single-logo {
  width: 294px;
  height: 85px;
  margin: auto;
  background: url('/wp-content/themes/partnership/assets/img/engage.png');
  margin-top: 100px;
}

.Webinars .member-single-logo {
  background: url('/wp-content/themes/partnership/assets/img/webinars.jpg');
  width: 469px;
  margin-top: 100px;
}

.Events .member-single-logo {
  background: url('/wp-content/themes/partnership/assets/img/events.jpg');
  background-repeat: no-repeat;
  margin-top: 100px;
}

.Job .member-single-logo {
  background: url('/wp-content/themes/partnership/assets/img/jobboard.jpg');
  margin-top: 100px;
}

.Announcements .member-single-logo {
  background: url('/wp-content/themes/partnership/assets/img/announcements.jpg');
  margin-top: 100px;
}

.Bulletin .member-single-logo {
  background: url('/wp-content/themes/partnership/assets/img/bulletin.jpg');
  margin-top: 100px;
}

/*general icon code*/
.member-page .box-icon {
  position: absolute;
  bottom: 5%;
  width: 100%;
  overflow: hidden;
  height: 75px;
}

.box .inner-box {
  background-repeat: no-repeat;
}
.box-icon div {
  overflow: hidden;
  position: relative;
  font-size: 30px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: transparent;
  overflow: auto;
  width: 100%;
  top: 25px;
  height: 50px;
}
.box-icon div:before,
.box-icon div:after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: white;
}
.box-icon div:before {
  margin-left: -55%;
  text-align: right;
}
.box-icon div:after {
  margin-left: 5%;
}

/*individual boxes*/
.box.engage {
  width: 58%;
  height: 300px;
  background: rgba(205,87,77,.7);
}

.box.engage:hover {
  background: rgba(205,87,77,.8);
}

.box.engage .box-icon div {
  background: url(/wp-content/themes/partnership/assets/img/message.png);
  background-position: center;
  background-repeat: no-repeat;
}

.box.engage .inner-box {
  background-image: url(/wp-content/themes/partnership/assets/img/blog.png);
  z-index: -1;
}

.box.c-suite {
  width: 38%;
  height: 300px;
  background: rgba(30,151,138,.7);
}

.box.c-suite:hover {
  background: rgba(30,151,138,.8);
}

.box.c-suite .box-icon div {
  background: url(/wp-content/themes/partnership/assets/img/play.png);
  background-position: center;
  background-repeat: no-repeat;
}

.box.c-suite .inner-box {
  background-image: url(/wp-content/themes/partnership/assets/img/webinars.png);
  z-index: -1;
}

.box.convene {
  width: 23%;
  background-color: rgba(69,121,189,.7);
}

.box.convene:hover {
  background-color: rgba(69,121,189,.8);  
}

.box.convene .box-icon div {
  background: url(/wp-content/themes/partnership/assets/img/calendar.png);
  background-position: center;
  background-repeat: no-repeat;
}

.box.convene .inner-box {
  background-image: url(/wp-content/themes/partnership/assets/img/convene.png);
  z-index: -1;
}

.box.promote {
  width: 23%; 
  background-color: rgba(85,75,68,.7);
}

.box.promote:hover {
  background-color: rgba(85,75,68,.8);  
}

.box.promote .box-icon div {
  background: url(/wp-content/themes/partnership/assets/img/sun.png);
  background-position: center;
  background-repeat: no-repeat;
}

.box.promote .inner-box {
  background-image: url(/wp-content/themes/partnership/assets/img/promote.png);
  z-index: -1;
}

.box.expand {
  width: 23%; 
  background-color: rgba(223,222,132,.7);
}

.box.expand:hover {
  background-color: rgba(223,222,132,.8);
}

.box.expand .box-icon div {
  background: url(/wp-content/themes/partnership/assets/img/glass.png);
  background-position: center;
  background-repeat: no-repeat;
}

.box.expand .inner-box {
  background-image: url(/wp-content/themes/partnership/assets/img/expand.png);
  z-index: -1;
}

.box.connect {
  width: 23%;
  background-color: rgba(252,125,82,.7);
}

.box.connect:hover {
  background-color: rgba(252,125,82,.8);
}

.box.connect .box-icon div {
  background: url(/wp-content/themes/partnership/assets/img/pin.png);
  background-position: center;
  background-repeat: no-repeat;
}

.box.connect .inner-box {
  background-image: url(/wp-content/themes/partnership/assets/img/connect.png);
  z-index: -1;
}

.member-page .inner-box {
  clear: both;
  overflow: auto;
}

@media only screen and (max-width:1024px) {
  .inner-container.blog-container {
    margin-top: 10px;
  }
}

@media only screen and (max-width:769px) {
  .member-page .note {
    display: none;
  }
  .member-page .member-logo {
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width:710px) {
  .blog-container .member-logo {
    width: 100%; 
    max-width: none;
    float: none;
  }
  .blog-menu {
    position: relative;
    text-align: center;
    right: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width:500px) {
  .member-page .box {
    float: none;
    width: 100%;
    height: 400px;
  }
  .sidebar {
    display: block;
    width: 100%;
  }
  .main-content {
    width: 100%;
  }
  .box-header-text .widget div {
    display: none;
  }
}

/*End custom code*/
.blue-block {
    padding-bottom: 20px;
    height: auto
}

.blue-block p {
    line-height: 28px;
    font-size: 18px;
    margin: 0 auto 12px
}

.blue-block .share-cta {
    padding: 3px 8px;
    font-size: 12px
}

@media only screen and (max-width:768px) {
    .blue-block .share-cta {
        font-size: 18px
    }
}

.blue-block .three-col {
    border-color: #c3d2f8
}

.blue-block .percentage {
    padding-top: 12px
}

.page-body-block .alum-pic {
    margin-bottom: 0
}

.biz-cta {
    border: 2px solid #a1e1de
}

.inner-container .biz-block.alumniblock h2 {
    color: #658bea
}

.red-block .share-cta {
    font-size: 12px;
    border-color: #e45651
}

@media only screen and (max-width:768px) {
    .red-block .share-cta {
        font-size: 18px
    }
}

.red-block p {
    margin-top: 0;
    font-size: 18px
}

@media only screen and (max-width:768px) {
    .red-block p {
        font-size: 24px
    }
}

.three-col:nth-child(3) {
    border: none
}

.page-body-block {
    text-align: left;
    max-width: 895px;
    margin: 0 auto;
    padding: 75px 0 0
}

@media only screen and (max-width:768px) {
    .page-body-block {
        padding-top: 20px
    }
}

.blue-block .three-col:nth-child(3) {
    border: none
}

.blue-block .share-cta {
    border-color: #577edd!important
}

.blue-block .three-col {
    border-right: 1px dotted #c3d2f8
}

.pro-block h3 {
    margin-bottom: 0
}

.inner-container .biz-block,
.inner-container .pro-block {
    padding-top: 40px
}

@media only screen and (max-width:768px) {
    .inner-container .biz-block,
    .inner-container .pro-block {
        padding-top: 25px
    }
	
	
	
}

.page-body-block.pro-block {
    padding-top: 75px
}

.classdetails {
    max-width: 800px;
    margin: 0 auto
}

.biz-block.alumniblock {
    max-width: 780px
}

.page-body-block.corp-block {
    padding-top: 75px
}

.footer {
    font-family: roboto-light;
    letter-spacing: .5px;
    word-spacing: .5px;
    clear: both
}

@media only screen and (max-width:768px) {
    .footer {
        font-size: 14px
    }
}

.footer .inner-container {
    overflow: hidden
}

.footer .address {
    font-size: 13px;
    line-height: 22px;
    padding-left: 28px;
    font-family: roboto-light;
    float: left
}

.footer .copyright {
    font-family: roboto-light;
    padding-top: 5px;
    padding-right: 32px
}

.misc-block iframe {
    width: 100%!important;
    height: auto;
    min-height: 480px
}

.classview {
    float: left
}

.classview p {
    margin: 0;
    margin-top: 12px
}

.classdetails {
    clear: both;
    overflow: hidden
}

.classdetails a {
    color: #658bea;
    font-size: 16px;
    float: left;
    clear: left;
    margin-top: 13px
}

.calltoaction img,
.classdetails a img {
    vertical-align: middle;
    margin-left: 5px
}

.alumni-network {
    float: right;
    width: 250px;
    padding: 75px 0 0
}

.alumni-network p {
    clear: both;
    font-size: 15px;
    color: #5f5952;
    overflow: hidden;
    padding: 25px 0 0
}

.alumni-network p strong {
    display: block;
    font-weight: 700
}

.alumni-network p span {
    display: block;
    color: #f5675c
}

.alumni-network .networkconnect {
    max-width: 150px;
    float: none;
    padding-left: 20%;
    text-align: center;
    padding-top: 5px;
    display: inline-block
}

.alumni-network .networkconnect a {
    color: #5f5952!important
}

.alumni-network .networkconnect a img {
    vertical-align: middle;
    margin-left: 3px
}

.alumni-network .networkconnect a span {
    display: block;
    font-weight: 700;
    padding: 10px 0 0
}

.alumni-network h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #f5675c
}

.alumni-network .network-num {
    max-width: 95px;
    float: none;
    text-align: center;
    display: inline-block
}

.alumni-network .network-num strong {
    color: #f33043;
    font-size: 62px;
    font-family: roboto-bold;
    display: block;
    line-height: normal
}

.alumni-network .network-num span {
    display: block;
    line-height: 15px;
    letter-spacing: .5px;
    font-weight: 700
}

.curriculum-wrap {
    clear: both;
    overflow: hidden;
    padding: 150px 0 25px
}

.curriculum-wrap .classdetails {
    max-width: 720px;
    margin: 0 auto
}

.curriculum-wrap .classdetails .classview {
    float: left
}

.curriculum-wrap .classdetails .classinfo {
    float: right;
    max-width: 200px;
    padding: 70px 0 0
}

.curriculum-wrap .classdetails .classinfo p {
    margin: 12px 0 0
}

.curriculum-wrap .classdetails .classinfo h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 12px;
    color: #f5675c
}

.experience-selector {
    max-width: 300px;
    margin: 0 auto;
    clear: both
}

.experience-selector label {
    float: left;
    max-width: 150px;
    font-size: 14px;
    color: #736e69;
    text-align: right;
    line-height: 18px
}

.experience-selector .experience-select {
    float: left;
    width: 139px;
    padding-left: 12px;
    margin-top: 10px
}

.s-hidden {
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    float: left;
    width: 139px;
    position: relative;
    height: 34px;
    line-height: 34px;
    padding-right: 25px;
    font-size: 12px;
    font-family: anaheim-reg
}

.sidebar .select {
  width: auto;
}

.sidebar .select ul li a{
  color: white;
}



.container {
    padding-bottom: 90px
}

.posts-wrap {
    clear: both;
    overflow: hidden
}

.posts-wrap .post-row {
    clear: both;
    overflow: hidden;
    max-width: 690px;
    margin: 0 auto;
    padding: 70px 35px
}

.post-row span {
  font-family: kepler std;
  font-style: italic;
  color: #948d85;
  position: relative;
  bottom: 6px;
}

.posts-wrap .post-row .post-img {
    float: left;
    max-width: 150px;
    padding-right: 24px
}

.head-image .post-img.exists {
  width: 100%;
  height: 350px;
  background-size: cover;
  margin: auto;
}

.single-blog .head-image .post-img.exists {
  height: 450px;
}

.posts-wrap .post-row .post-content {
    float: left;
    max-width: 465px
}

.posts-wrap .post-row .post-content #postDescript {
    margin-top: -25px
}

.posts-wrap .post-row .post-content h3 {
    font-family: kepler-std;
    font-size: 30px;
    text-transform: capitalize
}

.posts-wrap .post-row .post-content h3 span {
    display: block;
    color: #948d85;
    font-style: italic;
    padding: 5px 0 0;
    text-transform: none
}

.posts-wrap .post-row .post-content p {
    padding: 15px 0 0
}

.redlink {
    color: #f5675c!important;
    text-decoration: none
}

.red-link:hover {
    color: #f5675c
}

#postMore {
    margin-top: -15px;
    display: none
}

.readLess {
    display: none
}

.pagenation {
    display: inline-block;
    text-align: center;
    width: 100%
}

.pagenation li {
    display: inline-block;
    font-size: 18px;
    color: #f5675c!important
}

.pagenation li a {
    color: #f5675c!important
}

.pagenation li a:hover {
    text-decoration: underline
}

@media only screen and (max-width:768px) {
    .contact-block {
        padding-top: 15px
    }
}

.address-view {
    float: right;
    max-width: 270px;
    padding: 30px 50px 0 0;
    text-align: left;
    min-height: 225px
}

.address-view a,
.address-view a:link,
.address-view a:visited {
    color: #fff
}

@media only screen and (max-width:768px) {
    .address-view {
        text-align: center;
        min-height: 180px
    }
}

.address-view p {
    font-size: 18px;
    margin: 25px 0 0
}

.address-view h4 {
    color: #a7192a;
    font-size: 30px;
    font-family: kepler-std;
    margin: 0
}

.address-view .directions-link {
    float: left;
    border: 2px solid #f2a9a3;
    padding: 3px 12px;
    background: #a7192a;
    text-transform: uppercase;
    border-radius: 15px;
    color: #fff!important;
    margin: 25px 0 0
}

@media only screen and (max-width:768px) {
    .address-view .directions-link {
        float: none
    }
}

.social-media a {
    margin-right: 18px
}

.contact-form-wrap {
    clear: both;
    overflow: hidden;
    padding: 20px 0 0
}

.contact-form-wrap h3 {
    color: #658bea
}

.contact-form {
    clear: both;
    margin: 0 auto;
    max-width: 729px
}

.form-col {
    float: left;
    width: 330px;
    margin-right: 67px
}

.form-col.right-col {
    margin-right: 0
}

.form-elements {
    clear: both;
    padding: 20px 0 0
}

.form-elements input[type=text] {
    border: 1px solid #d0d0d0;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    display: block;
    width: 100%;
    border-radius: 10px;
    outline: 0
}

.form-elements textarea {
    border: 1px solid #d0d0d0;
    padding: 0 10px;
    display: block;
    width: 100%;
    border-radius: 10px;
    outline: 0
}

.form-elements label {
    display: block;
    font-size: 16px;
    color: #5f5952;
    font-family: roboto-bold;
    padding-bottom: 7px
}

.textareatab {
    height: 360px;
    padding: 0 10px;
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    outline: 0
}

.contact-form .submit-button {
    float: left;
    padding: 0 35px 0 20px;
    height: 35px;
    line-height: 32px;
    background: url(../img/submitbg.png) no-repeat right center #a7192a;
    border: 2px solid #f2a9a3!important;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 0
}

.form-elements input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 2px 0 0
}

.mobile {
    display: none
}

@media only screen and (max-width:768px) {
    .desktop {
        display: none!important
    }
    .mobile {
        display: block
    }
}

@media (min-width:1250px) and (max-width:1345px) {
    .nav-container .desktop-nav {
        left: 35%
    }
    .logged-in .nav-container .desktop-nav {
      left: 28%;
    }
    .nav-container .main-nav ul li a {
        padding: 28px 10px;
        font-size: 14px
    }
    .nav-container .main-nav ul li ul {
        max-width: 135px;
        min-width: 135px;
        left: 0
    }
    .nav-container .main-nav ul li ul li a {
        padding: 20px 10px;
        font-size: 13px
    }
    .nav-container .main-nav ul li ul li ul {
        left: 134px
    }
    .nav-container .main-nav ul li ul li ul li {
        padding: 10px
    }
    .nav-container .main-nav ul li ul li ul li a {
        padding: 0
    }
    .main-nav ul {
        margin: 0
    }
    .logo {
        width: 28%
    }
    #searchbtn {
        margin-left: 0;
        width: 60px;
        height: 77px
    }
    #searchblock .search_button {
        width: 60px
    }
}

@media (max-width:1220px) {
  .logged-in .desktop-nav {
    left: 24%;
  }
}

@media (min-width:1024px) and (max-width:1249px) {
    .nav-container .main-nav ul li a {
        padding: 28px 10px;
        font-size: 14px
    }
    .nav-container .main-nav ul li ul {
        max-width: 135px;
        min-width: 135px;
        left: 0
    }
    .nav-container .main-nav ul li ul li a {
        padding: 20px 10px;
        font-size: 13px
    }
    .nav-container .main-nav ul li ul li ul {
        left: 134px
    }
    .nav-container .main-nav ul li ul li ul li {
        padding: 10px
    }
    .nav-container .main-nav ul li ul li ul li a {
        padding: 0
    }
    .header .head-title h1 {
        font-size: 52px;
        line-height: 52px
    }
    .main-nav ul {
        margin: 0;
        float: none
    }
    .logo {
        width: 25%
    }
    #searchbtn {
        margin-left: 0;
        width: 60px;
        height: 77px
    }
    #searchblock .search_button {
        width: 60px
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .logo {
        display: block;
        width: 28%
    }
    .desktop-nav {
        left: 25%
    }
    .main-nav ul li a {
        padding: 27px 8px;
        display: block;
        font-size: 14px;
        text-transform: uppercase
    }
    .seperator-aqua,
    .seperator-blue,
    .seperator-red {
        height: 72px
    }
    .header .head-title h1 {
        font-family: kepler-std;
        letter-spacing: .05em;
        font-size: 40px;
        line-height: 41px;
        margin-top: 15%
    }
    .header .head-title {
        left: 5%
    }
}

@media (min-width:768px) and (max-width:1165px) {
   .logged-in .desktop-nav {
        display: none
    }
    .logged-in .mobile-nav {
        display: block!important
    }
    .logged-in #logo {
        display: block
    }
    .logged-in .logo {
        display: block;
        width: 42%;
        padding-top: 20px
    }
    .logged-in #mobilelogo {
        display: block
    }
    .logged-in #mobil-navico {
        display: block;
        cursor: pointer
    }
    .logged-in #mobil-navico img {
        float: left
    }
    .logged-in .main-nav ul {
        background: #fffefe;
        border: none!important
    }
    .logged-in .main-nav .active-nav {
        background: #fff;
        color: #000
    }
    .logged-in #navwrap {
        display: none;
        width: 58%;
        float: none;
        right: 0;
        background: #fffefe;
        position: fixed;
        z-index: 9999999;
        top: 85px;
        height: 100%;
        overflow: hidden
    }
    .logged-in #navwrap ul .hassub .subnav .current a {
        color: #000!important
    }
    .logged-in .subnav li a {
        background-color: #dfdddb!important;
        padding-left: 55px!important
    }
    .logged-in #searchbtn {
        float: none;
        display: none
    }
    .logged-in #searchblock {
        float: left;
        clear: left;
        position: relative;
        display: block;
        top: auto;
        width: 100%
    }
    .logged-in #searchblock input[type=text] {
        width: 85%;
        max-height: 70px
    }
    .logged-in #searchblock .search_button {
        width: 15%;
        max-height: 70px
    }
    .logged-in .social {
        float: left;
        margin: 18px 0;
        clear: left;
        padding-left: 35px
    }
    .logged-in .main-nav#topnav {
        height: auto!important
    }
    .logged-in .main-nav#topnav ul {
        clear: both;
        position: relative;
        z-index: 999;
        width: 100%;
        min-width: 100%;
        border-top: 10px solid #dfdddb;
        margin: 0;
        padding: 0
    }
    .logged-in .main-nav#topnav ul li:hover a {
        color: #5f5952
    }
    .logged-in .main-nav#topnav ul li.current>a {
        background: url(../img/activenav.png) no-repeat 2% center #f96758;
        color: #fff
    }
    .logged-in .main-nav#topnav ul li.current>a:hover {
        color: #fff
    }
    .logged-in .main-nav#topnav ul li:hover ul {
        display: none
    }
    .logged-in .main-nav#topnav ul li ul {
        position: relative;
        top: 0;
        left: auto;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    .logged-in .main-nav#topnav ul li ul li ul {
        display: none
    }
    .logged-in .main-nav#topnav ul li ul li ul li a {
        padding: 0
    }
    .logged-in .main-nav#topnav ul li a {
        padding: 12px 30px;
        text-align: left;
        font-size: 16px;
        background: url(../img/mobile-nav-arrow.png) no-repeat 92% center #fffefe
    }
    .logged-in .main-nav#topnav ul li a:hover {
        color: #5f5952
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .desktop-nav {
        display: none
    }
    .mobile-nav {
        display: block!important
    }
    #logo {
        display: block
    }
    .logo {
        display: block;
        width: 42%;
        padding-top: 20px
    }
    #mobilelogo {
        display: block
    }
    #mobil-navico {
        display: block;
        cursor: pointer
    }
    #mobil-navico img {
        float: left
    }
    .main-nav ul {
        background: #fffefe;
        border: none!important
    }
    .main-nav .active-nav {
        background: #fff;
        color: #000
    }
    #navwrap {
        display: none;
        width: 58%;
        float: none;
        right: 0;
        background: #fffefe;
        position: fixed;
        z-index: 9999999;
        top: 85px;
        height: 100%;
        overflow: hidden
    }
    #navwrap ul .hassub .subnav .current a {
        color: #000!important
    }
    .subnav li a {
        background-color: #dfdddb!important;
        padding-left: 55px!important
    }
    #searchbtn {
        float: none;
        display: none
    }
    #searchblock {
        float: left;
        clear: left;
        position: relative;
        display: block;
        top: auto;
        width: 100%
    }
    #searchblock input[type=text] {
        width: 85%;
        max-height: 70px
    }
    #searchblock .search_button {
        width: 15%;
        max-height: 70px
    }
    .social {
        float: left;
        margin: 18px 0;
        clear: left;
        padding-left: 35px
    }
    .main-nav#topnav {
        height: auto!important
    }
    .main-nav#topnav ul {
        clear: both;
        position: relative;
        z-index: 999;
        width: 100%;
        min-width: 100%;
        border-top: 10px solid #dfdddb;
        margin: 0;
        padding: 0
    }
    .main-nav#topnav ul li:hover a {
        color: #5f5952
    }
    .main-nav#topnav ul li.current>a {
        background: url(../img/activenav.png) no-repeat 2% center #f96758;
        color: #fff
    }
    .main-nav#topnav ul li.current>a:hover {
        color: #fff
    }
    .main-nav#topnav ul li:hover ul {
        display: none
    }
    .main-nav#topnav ul li ul {
        position: relative;
        top: 0;
        left: auto;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    .main-nav#topnav ul li ul li ul {
        display: none
    }
    .main-nav#topnav ul li ul li ul li a {
        padding: 0
    }
    .main-nav#topnav ul li a {
        padding: 12px 30px;
        text-align: left;
        font-size: 16px;
        background: url(../img/mobile-nav-arrow.png) no-repeat 92% center #fffefe
    }
    .main-nav#topnav ul li a:hover {
        color: #5f5952
    }
    .member-page .note {
      display: none;
    }
}

@media (min-width:481px) and (max-width:768px) {
    .header .head-image {
        padding-top: 76px
    }
    .header .head-title {
        margin-top: 4%
    }
    .header .head-title h1 {
        margin-top: -5px
    }
    .seperator-aqua,
    .seperator-blue,
    .seperator-red {
        height: 72px
    }
    .logo {
        display: block;
        width: 38%
    }
}

@media (min-width:240px) and (max-width:768px) {
    #logo,
    #mobilelogo {
        display: block
    }
    #mobil-navico {
        display: block;
        cursor: pointer
    }
    #mobil-navico img {
        float: left
    }
    .main-nav ul {
        background: #fffefe;
        border: none!important
    }
    .main-nav .active-nav {
        background: #fff;
        color: #000
    }
    #navwrap {
        display: none;
        width: 58%;
        float: none;
        right: 0;
        background: #fffefe;
        position: fixed;
        z-index: 9999999;
        height: 100%
    }
    #navwrap ul .hassub .subnav .current a {
        color: #000!important
    }
    .subnav li a {
        background-color: #dfdddb!important;
        padding-left: 55px!important
    }
    #searchbtn {
        float: none;
        display: none
    }
    #searchblock {
        float: left;
        clear: left;
        position: relative;
        display: block;
        top: auto;
        width: 100%
    }
    #searchblock input[type=text] {
        width: 85%;
        max-height: 70px
    }
    #searchblock .search_button {
        width: 15%;
        max-height: 70px
    }
    .social {
        float: left;
        margin: 18px 0;
        clear: left;
        padding-left: 35px
    }
    .main-nav#topnav {
        height: auto!important
    }
    .main-nav#topnav ul {
        clear: both;
        position: relative;
        z-index: 999;
        width: 100%;
        min-width: 100%;
        border-top: 10px solid #dfdddb;
        margin: 0;
        padding: 0
    }
    .main-nav#topnav ul li:hover a {
        color: #5f5952
    }
    .main-nav#topnav ul li.current>a {
        background: url(../img/activenav.png) no-repeat 2% center #f96758;
        color: #fff
    }
    .main-nav#topnav ul li.current>a:hover {
        color: #fff
    }
    .main-nav#topnav ul li:hover ul {
        display: none
    }
    .main-nav#topnav ul li ul {
        left: auto
    }
    .main-nav#topnav ul li ul li ul {
        display: none
    }
    .main-nav#topnav ul li a {
        padding: 12px 30px;
        text-align: left;
        font-size: 16px;
        background: url(../img/mobile-nav-arrow.png) no-repeat 92% center #fffefe
    }
    .main-nav#topnav ul li a:hover {
        color: #5f5952
    }
    .posts-wrap .post-row .post-content {
        max-width: 445px
    }
    .posts-wrap .post-row .post-content h3 {
        text-align: center
    }
    .pagenation {
        margin: auto
    }
    .section-cta {
        padding-right: 35px
    }
    .section-cta .cta-arrow {
        display: block;
        margin: 3px auto;
        width: 18px;
        height: auto;
        padding: 0;
        top: 23%;
        position: absolute;
        right: 12px
    }
    .page-body-block .classview,
    .page-body-block .classview a {
        float: none;
        text-align: center
    }
    .alumni-network {
        float: none;
        padding: 75px 0 0;
        margin: auto;
        width: 250px;
        max-width: none;
        text-align: center;
        padding-top: 10px
    }
    .alumni-network .networkconnect {
        max-width: 150px;
        float: none;
        padding-left: 60px;
        text-align: center;
        padding-top: 5px;
        display: inline-block;
        vertical-align: top
    }
    .alumni-network .network-num {
        max-width: 95px;
        float: none;
        text-align: center;
        display: inline-block
    }
    .curriculum-wrap .classdetails .classview {
        float: none
    }
    .curriculum-wrap .classdetails .classinfo {
        float: none;
        marign: auto;
        text-align: center;
        padding-top: 10px
    }
    .curriculum-wrap .classdetails .classinfo a {
        float: none
    }
    .blue-block,
    .red-block {
        clear: both;
        overflow: hidden;
        height: auto
    }
    .blue-block .three-col,
    .red-block .three-col {
        border: 0;
        width: 80%
    }
    .curriculum-wrap .classdetails .classinfo {
        width: 100%;
        max-width: 100%
    }
    .posts-wrap .post-row {
        text-align: center;
        padding: 30px
    }
    .posts-wrap .post-row .post-img {
        width: 75%;
        max-width: 200px;
        padding: 0;
        float: none;
        margin: auto;
        margin-bottom: 50px
    }
    .posts-wrap .post-row .post-img img {
        width: 100%;
        max-width: none
    }
    .posts-wrap .post-row .post-content {
        margin: 0 auto;
        float: none
    }
    .inner-container {
        font-size: 16px
    }
    .backto {
        display: block
    }
    .nav-container {
        z-index: 99999
    }
    .main-nav ul li {
        width: 100%;
        position: static;
        border-bottom: 1px solid #dfdddb
    }
    .main-nav#topnav ul li ul {
        background: #fff;
        top: 100%;
        clear: both;
        position: absolute;
        z-index: 999;
        width: 100%;
        min-width: 100%;
        border-top: 10px solid #dfdddb;
        margin: 0;
        padding: 0;
        display: block;
        height: auto
    }
    #navwrap {
        top: 85px;
        overflow: visible
    }
    .main-nav#topnav ul li ul.show_dropdown {
        display: block;
        z-index: 99999;
        height: 100%
    }
    .main-nav#topnav ul li ul.hide_dropdown {
        height: 0
    }
    .main-nav#topnav ul li ul li ul li {
        padding: 0;
        float: none;
        border-bottom: 1px solid #dfdddb;
        position: static
    }
    .main-nav#topnav ul li ul li ul li a {
        padding: 12px 30px;
        text-align: left;
        font-size: 16px;
        background: url(../img/mobile-nav-arrow.png) no-repeat 92% center #fffefe
    }
    .main-nav#topnav ul li ul li ul {
        height: 100%;
        max-height: 320px;
        overflow-x: hidden;
        overflow-y: scroll
    }
    .main-nav#topnav ul li ul li ul li.current>a {
        background: url(../img/activenav.png) no-repeat 2% center #f96758!important;
        color: #fff!important
    }
    .main-nav#topnav ul:first-child {
        overflow: hidden
    }
    .header {
        min-height: 0;
        height: auto
    }
    .home-header {
        min-height: 300px!important;
        height: auto
    }
    .logo {
        display: block;
        width: 46%
    }
    .contact-seperator .three-col {
        width: 80%;
        display: block;
        text-align: center;
        margin: 25px auto!important;
        padding: 0;
        float: none
    }
    .address-view {
        margin: auto;
        float: none;
        max-width: 270px;
        padding: 30px 50px;
        text-align: center;
        min-height: 225px
    }
    .address-view a,
    .address-view a:link,
    .address-view a:visited {
        color: #fff
    }
    .form-col {
        float: left;
        width: 80%;
        margin-right: 40px
    }
}

@media (min-width:320px) and (max-width:480px) {
    #navwrap {
        width: 75%!important
    }
    .header {
        max-height: 340px;
        min-height: 205px!important;
        min-height: 158px!important;
        height: auto
    }
    .header .head-image {
        /*padding-top: 82px;*/
    }
    .home-header {
       /* min-height: 325px!important;*/
		background-color: #3A2F2B;
    }
    .header .head-title {
        left: 8%;
        top: 43%
    }
    .header .head-title h1 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 10px;
        margin-top: 0
    }
    .header .head-title .head-cta {
        font-size: 16px;
        line-height: 14px
    }
    .logo {
        padding-top: 11%;
        width: 71%
    }
    .social {
        margin: 5px 0
    }
    #searchblock input[type=text] {
        width: 83%;
        height: 52px;
        z-index: 9999;
        float: left;
        background: #dfdddb;
        padding: 0 28px;
        font-size: 17px;
        color: #5f5952
    }
    #searchblock .search_button {
        float: right;
        height: 52px;
        width: 17%;
        background: url(../img/search_arrow.png) no-repeat center center #e2273d
    }
    .mobile-nav .secondary-nav li {
        padding-left: 20px
    }
    .experience-selector {
        width: 60%
    }
    .experience-selector label {
        font-size: 17px;
        color: #736e69;
        text-align: center
    }
    .page-body-block.corp-block {
        padding-top: 25px
    }
    .inner-container .biz-block h2,
    .inner-container .pro-block h2 {
        font-size: 36px;
        line-height: 40px;
        text-align: center
    }
    .inner-container .alumni-block h2 {
        font-size: 36px;
        line-height: 40px
    }
    .inner-container .biz-block p,
    .inner-container .pro-block p {
        font-size: 20px
    }
    .page-body-block .alum-info h2 {
        text-align: center
    }
    .page-body-block .alum-info {
        width: 90%;
        max-width: 90%;
        margin: auto;
        float: none;
        display: block;
        text-align: left;
        padding-bottom: 25px;
        padding-top: 25px
    }
    .page-body-block .classview,
    .page-body-block .classview a {
        float: none;
        text-align: left
    }
    .section-cta {
        padding: 5px 25px
    }
    .section-cta .cta-arrow {
        display: block;
        margin: 3px auto;
        width: 18px;
        height: auto;
        padding: 0;
        top: 36%;
        position: absolute;
        right: 12px
    }
    .contact-seperator .red-block .three-col {
        border: 0;
        width: 100%
    }
    .contact-seperator .red-block .three-col .address-view {
        margin: auto;
        float: none;
        max-width: 270px;
        padding: 30px 50px;
        text-align: center;
        min-height: 225px
    }
    .contact-seperator .red-block .three-col .address-view p {
        font-size: 18px;
        margin: 10px 0 0
    }
}

@media (min-width:1250px) and (max-width:1799px) {
    .header .head-title h1 {
        font-size: 56px
    }
}

.posts-wrap .post-row .post-content h3 span {
    font-family: kepler-std;
    font-size: 20px;
    line-height: 22px
}

@media (min-width:240px) and (max-width:767px) {
    .page-events .post-row,
    .page-events .post-row .post-content h3 {
        text-align: left
    }
    .page-events .post-row .post-img {
        float: none!important;
        margin: 0!important
    }
    .page-events .post-row .post-img img {
        width: 180px!important;
        height: auto!important
    }
}

.single-ai1ec_event .entry-meta {display: none;}

/* Short CTA */

.seperator-red + .cta-block-container {margin-top: -50px; margin-bottom: 44px;}

.cta-block-container {max-width: 1196px; width: 95%; min-width: 308px; margin: 0 auto;}

.cta-left {padding:30px 40px;}
.cta-right {box-shadow:inset 13px 0 26px -16px #000; display: none; background-repeat: no-repeat; background-position: center; background-size: cover; }
.cta-right-mobile {height:0;background-repeat: no-repeat; background-position: center; background-size: cover; }

.cta-block {color:#fff; font-family: kepler-std;}
.cta-block.dark-text {color:#5f5952}
.cta-block h1, .cta-block h2, .cta-block h3, .cta-block h4, .cta-block h5, .cta-block h6 {margin:0; padding: 0; letter-spacing:0.01em}
.cta-block h1,
.cta-block h2{line-height:1;}
.cta-block h1 {font-size:2.75rem}
.cta-block h2 {font-size:2.3rem;}
.cta-block h3 {font-size:2rem}
.cta-block h4 {font-size:1.75rem}
.cta-block h5 {font-size:1.5rem}
.cta-block h6 {font-size:1.375rem}
.cta-block > div > *:last-child {margin-bottom:0;}
.cta-block li {list-style: inherit}
.cta-block p, 
.cta-block li {font-family: roboto-light;}
.btn-container {text-align:center}
.container .cta-block a {color:inherit;}
.container .cta-block a:hover {color:inherit; opacity: .5}
.cta-block a.btn {display:inline-block; border:#fff 1px solid; border-radius: 999px; padding: 10px 10px; margin:20px auto 0; text-transform:uppercase; width:100%; text-align: center; font-size: 1.1em; max-width:320px;}
.cta-block.dark-text a.btn {border-color:#5f5952;}

@media (max-width:400px){
.cta-block h1 {font-size:2.25rem}
.cta-block h2 {font-size:1.8rem;}
.cta-block h3 {font-size:1.5rem}
.cta-block h4 {font-size:1.25rem}
.cta-block h5 {font-size:1rem}
.cta-block h6 {font-size:1rem}
}

@media (max-width:768px){}

@media (min-width:768px) {
.cta-block-container {display:table;}
.cta-block {display:table-row}
.cta-block > div {display:table-cell;}
	.cta-block > div.cta-right-mobile {display:none}
.cta-left {width:370px;}
.cta-right{display:table-cell;}
.btn-container {text-align:inherit;}
}

@media (min-width:1024px) {
	.seperator-red + .cta-block-container {margin-top: -120px;}
}
/* END Short CTA */

/* Job listing page */

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

/* End listing page */


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

					@media (min-width:1250px){.header .head-title {max-width: 450px;}}
											  .header .head-title {max-width: 405px;}
					@media (max-width: 900px){.header .head-title {max-width: 404px;}}
					@media (max-width: 680px){.header .head-title {max-width: 276px;}}
					@media (max-width: 450px){.header .head-title {max-width: 226px;}}

					@media (max-width: 1023px) and (min-width: 768px) {.header .head-title h1 {margin-top:0}}
					@media (max-width: 480px) and (min-width: 320px) {.header .head-title {left: 5%; top:36%;}}
					.header .head-title .head-cta {
						color: #f5675c;
						font-size: 35px;
						text-transform: uppercase;
						vertical-align: top;
						line-height: 1.1em;
						background: rgba(255,255,255,.2);
						padding: 10px;
						margin: 10px 0 0;
						font-family: roboto-light;
						text-transform: none;
						font-size: 25px;
						padding-left: 40px;
						position: relative;
						padding-left: 55px;
						min-height: 52px;
					}
					@media (max-width: 900px)  {.header .head-title .head-cta{font-size:22px;}}
					@media (max-width: 680px)  {.header .head-title .head-cta{font-size:15px;}}
					@media (max-width: 450px)  {.header .head-title .head-cta{font-size:15px;}}

					.header .head-title .head-cta:before {
						display: block;
						content: "\bb";
						position: absolute;
						top: 0;
						top: 8px;
						left: 7px;
						font-size: 58px;
						top: calc(50% - 5px);
						transform: translateY(-50%);
						content: url(https://www.thepartnershipinc.org/wp-content/uploads/2017/08/partnership-logo-graphic.png);
						top: 50%;
						padding-left: 50;
					}
.inner-container .biz-block p {font-size:16px;}


/* Job Board Page */
.company {padding-bottom:30px;}
	.company hr {display:none;}
	.company+.company hr {display:block;} 

.company-description-container {}
	.company-description-container h3 {margin-bottom:5px}

.featured-position {padding: 20px; background-color: lightgoldenrodyellow;}
	.featured-position h3 {margin-bottom:5px; color:#42bdb7}
		.featured-position h3 a {color:inherit !important}
		.featured-position h3 a:hover {color:#e2273d !important}
	.featured-position p {margin-bottom:0 !important}
	.featured-position p a:hover {color:#e2273d}

.non-featured-positions-container {padding:20px 0;}
	.non-featured-positions-container h3 {margin-bottom:5px; color: #5f5952; font-size: 1.3rem;}	
	.non-featured-positions-container ul {margin:0; padding: 0; list-style: none;}
.non-featured-positions-container li {margin:0; list-style: none; font-size: 18px;}
@media (min-width:768px){
	/*.non-featured-positions-container li {width:33.333%; float:left;padding-left:10px;}
	.non-featured-positions-container li:nth-child(3n+1) {clear:left;padding-left:0}*/
}

ul.job-listing-meta.meta {display:none}
.job_description li {font-size: 16px; margin: 0;}
.job_application.application {text-align:center}
.job-manager-application-wrapper .application .application_button, 
.single_job_listing .application .application_button {font-size:.8em}
	
.job-manager-form fieldset label {font-size:16px; color: #5f5952; font-family: roboto-bold; text-align: right; padding-right: 5px;}
.job-manager-form fieldset input.input-text:not([type=file]), .job-manager-form fieldset select, .job-manager-form fieldset textarea {border: 1px solid #d0d0d0;
    padding: 0 10px;
    display: block;
    width: 100%;
    border-radius: 10px; min-height: 43px;
    outline: 0; font-size: 16px; font-family: roboto-light;}
body .job-manager-form fieldset .wp-editor-container {border:none;}
.job-manager-form fieldset input.input-text[type=file] {margin-top:10px;font-size: 16px;}
.job-manager-form input[type=submit] {float: left;
    padding: 0 35px 0 20px;
    height: 35px;
    line-height: 32px;
    background: url(../img/submitbg.png) no-repeat right center #a7192a;
    border: 2px solid #f2a9a3!important;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 0; position:relative; left:29%; padding-bottom:20px;}

.entry-content .job_listing_preview_title .button, 
.job_listing_preview_title .button { 
	padding: 0 35px 0 20px;
    height: 35px;
    line-height: 32px;
    background: url(../img/submitbg.png) no-repeat right center #a7192a;
    border: 2px solid #f2a9a3!important;
    border-radius: 15px;
    color: #fff; z-index:1000;
    text-transform: uppercase;}
.inner-container .biz-block .job_listing_preview_title h2 {text-align:left;}
#job_preview .single_job_listing .company {display:none}

/* END Job Board Page */

/* Single Event Tweaks */
body.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    float: left; margin-left:10px;
	line-height: 1;}

/* END Single Event Tweaks */


body #mm-preview-settings-bar {z-index:9999999}

/* Generic template */
.inner-header-container {margin:0 auto; max-width: 1196px;  clear: both;  width: 95%; z-index: 998; padding:0;}
.inner-header-container + .inner-container {padding-top:0}
.inner-header-container + .inner-container .biz-block {padding-top:0;}
.inner-header-container + .inner-container .biz-block > h1 {margin:0; padding:20px 0; text-align: center; text-transform:uppercase; font-size:3em;}


/* Class Pin Product */
.postid-15745 .member-logo,
.postid-15745 .member-single-logo, 
.postid-15745 .menu.amw, 
.postid-15745 .header.head-image,
.postid-15745 .post-title + span,
.postid-15745 .product_meta, 
.postid-15745 .blog-back, 
.postid-15745 .related.products,
.postid-15745 .widget.sponsored {display:none !important} 

/* Join us page */
.join-data {color:#f6655c}
.join-data .row {display: flex; align-items: center; }
.join-data .row + .row {border-top:#ccc 1px solid; padding-top:1em; margin-top:1em}
.join-data-number {font-size:3em; text-align: right;}

/* Announcement bar */
.announcement-bar {background: #f96758; color: #fff; font-weight: bold;}
.announcement-bar .container { max-width: 1300px;padding: 5px 15px; background: none;font-size: 19px;}
.announcement-content {color: #fff;  font-weight: bold;}
.announcement-content> *:last-child {margin-bottom:0;}
.announcement-bar .container a {color:inherit; text-decoration: underline}
	
/* RSVP for One */

.postid-17448 .tribe-events-tickets .tribe-tickets-remaining {font-size:20px;}
/*.postid-17448  input.tribe-tickets-quantity{display:none;}*/

/*business/resource submit form */

body .business-submit .select{width:100%;} 
.form-elements.business-submit br {display: none;}
.form-elements.business-submit .form-group {margin-top:20px;}
.form-elements.business-submit input, 
.form-elements.business-submit select, 
.form-elements.business-submit .select {float:none;}

