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

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* blues */
/* oranges */
/* grays */
/* line 3, ../sass/_global.scss */
body {
  font: 400 1em/1.625em "proxima-nova", Arial, sans-serif;
  background: #fff;
  color: #3b4044;
}

/* line 9, ../sass/_global.scss */
p {
  font-size: 1em;
  color: #808080;
  margin: 0 0 20px;
}
/* line 14, ../sass/_global.scss */
p.smtext {
  font-size: .9em;
}
/* line 17, ../sass/_global.scss */
p.intro {
  margin: 0 150px;
}
@media (max-width: 768px) {
  /* line 17, ../sass/_global.scss */
  p.intro {
    margin: 0 auto;
  }
}
/* line 24, ../sass/_global.scss */
p.team_title {
  color: #3b4044;
  font: 400 1.125em/1.75em "proxima-nova", Arial, sans-serif;
  font-style: italic;
}

/* line 31, ../sass/_global.scss */
p a:hover {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 36, ../sass/_global.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.375em;
  margin: 0 0 20px;
  color: #3b4044;
}

/* line 42, ../sass/_global.scss */
h1 {
  font-size: 1.875em;
}
/* line 45, ../sass/_global.scss */
h1.pagetitle {
  margin: 0;
  /*line-height:1em;*/
}
/* line 48, ../sass/_global.scss */
h1.pagetitle::after {
  width: 60px;
  height: 4px;
  background: #e8e8e8;
  display: block;
  margin: 30px 0;
  content: "";
}
/* line 58, ../sass/_global.scss */
h1 a {
  color: #3b4044;
}
/* line 60, ../sass/_global.scss */
h1 a:hover {
  color: #00a1e1;
}

/* line 66, ../sass/_global.scss */
h2 {
  font-size: 1.375em;
}
/* line 71, ../sass/_global.scss */
h2.sectiontitle {
  font-size: 1.875em;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px;
  text-transform: uppercase;
}
/* line 80, ../sass/_global.scss */
h2 a {
  color: #3b4044;
  text-decoration: none;
}
/* line 83, ../sass/_global.scss */
h2 a:hover {
  color: #00a1e1;
}

/* line 89, ../sass/_global.scss */
h3 {
  font-size: 1.1875em;
}
/* line 95, ../sass/_global.scss */
h3 a {
  color: #3b4044;
  text-decoration: none;
}
/* line 98, ../sass/_global.scss */
h3 a:hover {
  color: #00a1e1;
}

/* line 104, ../sass/_global.scss */
h4 {
  font-size: 1em;
  color: #3b4044;
}
/* line 108, ../sass/_global.scss */
h4 a {
  color: #3b4044;
  text-decoration: none;
}
/* line 111, ../sass/_global.scss */
h4 a:hover {
  color: #00a1e1;
}

/* line 117, ../sass/_global.scss */
h5 {
  font: 400 0.83em/1.25em "proxima-nova", Arial, sans-serif;
  margin: 0 0 20px;
  color: #3b4044;
}
/* line 122, ../sass/_global.scss */
h5 a {
  color: #3b4044;
  text-decoration: none;
}
/* line 125, ../sass/_global.scss */
h5 a:hover {
  color: #00a1e1;
}

/* line 131, ../sass/_global.scss */
h6 {
  font: 400 0.75em/1.5em "proxima-nova", Arial, sans-serif;
  margin: 0 0 20px;
  color: #3b4044;
}
/* line 136, ../sass/_global.scss */
h6 a {
  color: #3b4044;
  text-decoration: none;
}
/* line 139, ../sass/_global.scss */
h6 a:hover {
  color: #00a1e1;
}

/* line 145, ../sass/_global.scss */
.wrapper {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
/* line 150, ../sass/_global.scss */
.wrapper.small {
  max-width: 720px;
}
/* line 153, ../sass/_global.scss */
.wrapper .clear {
  width: 100%;
  margin: 0;
  clear: left;
}
/* line 159, ../sass/_global.scss */
.wrapper .left {
  float: left;
}
/* line 160, ../sass/_global.scss */
.wrapper .right {
  float: right;
}
/* line 161, ../sass/_global.scss */
.wrapper .full {
  width: 100%;
}
/* line 162, ../sass/_global.scss */
.wrapper .half {
  width: 48%;
}
/* line 163, ../sass/_global.scss */
.wrapper .onequarter {
  width: 23%;
}
@media (max-width: 768px) {
  /* line 163, ../sass/_global.scss */
  .wrapper .onequarter {
    width: 100%;
  }
}
/* line 168, ../sass/_global.scss */
.wrapper .onethird {
  width: 31%;
}
/* line 169, ../sass/_global.scss */
.wrapper .twothird {
  width: 66%;
}
/* line 170, ../sass/_global.scss */
.wrapper .threequarter {
  width: 71%;
}
@media (max-width: 768px) {
  /* line 170, ../sass/_global.scss */
  .wrapper .threequarter {
    width: 100%;
  }
}
/* line 176, ../sass/_global.scss */
.wrapper .feat {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 181, ../sass/_global.scss */
.wrapper .col {
  width: 48%;
  float: left;
  display: inline;
}
/* line 185, ../sass/_global.scss */
.wrapper .col.left {
  margin: 0 2% 0 0;
}
/* line 187, ../sass/_global.scss */
.wrapper .col.right {
  margin: 0 0 0 2%;
}
/* line 191, ../sass/_global.scss */
.wrapper ul {
  list-style-type: disc;
  list-style: initial;
  margin: 0px 0 35px 45px;
}
/* line 196, ../sass/_global.scss */
.wrapper ul li {
  margin: 0 0 20px;
  list-style-type: none;
  position: relative;
  color: #808080;
}
/* line 202, ../sass/_global.scss */
.wrapper ul li::after {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #00a1e1;
  position: absolute;
  top: 9px;
  border-radius: 50%;
  left: -20px;
}
/* line 215, ../sass/_global.scss */
.wrapper ol {
  list-style: decimal;
  margin: 0 0 35px 45px;
}
/* line 218, ../sass/_global.scss */
.wrapper ol li {
  margin: 0 0 20px;
  color: #808080;
}
/* line 225, ../sass/_global.scss */
.wrapper li ol, .wrapper li ul {
  margin: 20px 0 20px 45px;
}
/* line 229, ../sass/_global.scss */
.wrapper li ul.sub-menu {
  margin: 0;
}
/* line 233, ../sass/_global.scss */
.wrapper i, .wrapper em {
  font-style: italic;
}
/* line 234, ../sass/_global.scss */
.wrapper b, .wrapper strong {
  font-weight: 600;
}
/* line 235, ../sass/_global.scss */
.wrapper blockquote {
  padding: 20px 5%;
  margin: 40px 0;
  background: #f8f8f9;
  position: relative;
  box-shadow: inset 10px 0 0 0 #00a1e1;
  	/*&::before{
  		position: absolute;
    		content: "";
    		background: url(../img/blockquote.png) 0 3px no-repeat $blue;
    		height: 50px;
    		width: 50px;
    		top: 20px;
    		/*left: -75px;*/
  		/*left:20px;
  		border-radius: 50%;
  		@media(max-width:768px){
  			display:none;
  		}
	}*/
}
/* line 241, ../sass/_global.scss */
.wrapper blockquote p {
  /*color:$black;
  font-size:.9375em;*/
  color: #3b4044;
  font-style: italic;
}
@media (max-width: 768px) {
  /* line 241, ../sass/_global.scss */
  .wrapper blockquote p {
    padding: 0;
  }
}
/* line 254, ../sass/_global.scss */
.wrapper blockquote h3 {
  font: 600 1em/1.375em "proxima-nova", Arial, sans-serif;
  margin: 0;
}
@media (max-width: 520px) {
  /* line 254, ../sass/_global.scss */
  .wrapper blockquote h3 {
    padding: 0;
  }
}
/* line 279, ../sass/_global.scss */
.wrapper hr {
  border: none;
  width: 60px;
  height: 4px;
  background: #e8e8e8;
  display: block;
  margin: 50px auto;
}
/* line 286, ../sass/_global.scss */
.wrapper hr.left {
  width: 100%;
  background: transparent;
  box-shadow: inset 60px 0px 0px 0px #e8e8e8;
}
/* line 293, ../sass/_global.scss */
.wrapper img {
  max-width: 100%;
  height: auto;
}
/* line 297, ../sass/_global.scss */
.wrapper img.alignleft {
  float: left;
  margin: 10px 20px 10px 0;
}
/* line 301, ../sass/_global.scss */
.wrapper img.alignright {
  float: right;
  margin: 10px 0 10px 20px;
}
/* line 305, ../sass/_global.scss */
.wrapper img.aligncenter {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
/* line 312, ../sass/_global.scss */
.wrapper .svgwrap {
  max-width: 100%;
  height: auto;
}
/* line 315, ../sass/_global.scss */
.wrapper .svgwrap.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
/* line 319, ../sass/_global.scss */
.wrapper .svgwrap.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/* line 323, ../sass/_global.scss */
.wrapper .svgwrap.aligncenter {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
/* line 330, ../sass/_global.scss */
.wrapper .featuredimg {
  width: 100%;
  float: left;
  margin: 20px 0 60px;
}
/* line 334, ../sass/_global.scss */
.wrapper .featuredimg img {
  float: left;
  width: 100%;
}
/* line 337, ../sass/_global.scss */
.wrapper .wp-caption {
  box-shadow: 0 0 0 1px #e8e8e8;
  width: 96%;
}
/* line 340, ../sass/_global.scss */
.wrapper .wp-caption a {
  float: left;
  width: 100%;
}
/* line 343, ../sass/_global.scss */
.wrapper .wp-caption a img {
  float: left;
  width: 100%;
}
/* line 348, ../sass/_global.scss */
.wrapper .wp-caption.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
/* line 352, ../sass/_global.scss */
.wrapper .wp-caption.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
/* line 356, ../sass/_global.scss */
.wrapper .wp-caption.aligncenter {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
/* line 361, ../sass/_global.scss */
.wrapper .wp-caption p.wp-caption-text {
  font-size: .8em;
  float: left;
  width: 90%;
  background: #fff;
  padding: 10px 5%;
  margin: 0;
  line-height: 1.6em;
  text-align: center;
}
@media (max-width: 520px) {
  /* line 337, ../sass/_global.scss */
  .wrapper .wp-caption {
    width: 100% !important;
    margin: 0 0 20px;
  }
}
/* line 377, ../sass/_global.scss */
.wrapper .iframe {
  float: left;
  margin-right: 2%;
}
/* line 380, ../sass/_global.scss */
.wrapper .iframe.right {
  margin-right: 0;
  margin-left: 2%;
  float: right;
}
/* line 381, ../sass/_global.scss */
.wrapper .iframe.half {
  width: 48%;
}
/* line 382, ../sass/_global.scss */
.wrapper .iframe.onethird {
  width: 30%;
}
/* line 388, ../sass/_global.scss */
.wrapper .social a {
  display: inline-block;
  background: url("../img/social.png") no-repeat 0px -272px #c4c4c4;
  width: 40px;
  height: 40px;
  margin: 5px 5px 5px 0;
  border-radius: 50%;
}
/* line 395, ../sass/_global.scss */
.wrapper .social a:last-child {
  margin-right: 0;
}
/* line 398, ../sass/_global.scss */
.wrapper .social a:hover {
  background-color: #00a1e1;
}
/* line 403, ../sass/_global.scss */
.wrapper .social a.facebook {
  background-position: 14px 8px;
}
/* line 406, ../sass/_global.scss */
.wrapper .social a.twitter {
  background-position: -50px 8px;
}
/* line 410, ../sass/_global.scss */
.wrapper .social a.linkedin {
  background-position: -116px 8px;
}
/* line 414, ../sass/_global.scss */
.wrapper .social a.rss {
  background-position: -182px -272px;
}
/* line 418, ../sass/_global.scss */
.wrapper .social a.google {
  background-position: -246px 8px;
}
/* line 422, ../sass/_global.scss */
.wrapper .social a.pinterest {
  background-position: -314px -272px;
}
/* line 426, ../sass/_global.scss */
.wrapper .social a.youtube {
  background-position: -446px -272px;
}
/* line 430, ../sass/_global.scss */
.wrapper .social a.email {
  background-position: -776px -272px;
}
/* line 434, ../sass/_global.scss */
.wrapper .social a.search {
  background-position: -922px -272px;
}
/* line 440, ../sass/_global.scss */
.wrapper .social.blue a {
  background-color: transparent;
  color: #00a1e1;
}
/* line 443, ../sass/_global.scss */
.wrapper .social.blue a.facebook {
  background-position: 14px -132px;
}
/* line 446, ../sass/_global.scss */
.wrapper .social.blue a.twitter {
  background-position: -50px -132px;
}
/* line 450, ../sass/_global.scss */
.wrapper .social.blue a.linkedin {
  background-position: -116px -132px;
}
/* line 454, ../sass/_global.scss */
.wrapper .social.blue a.rss {
  background-position: -182px -132px;
}
/* line 458, ../sass/_global.scss */
.wrapper .social.blue a.google {
  background-position: -246px -132px;
}
/* line 462, ../sass/_global.scss */
.wrapper .social.blue a.pinterest {
  background-position: -314px -132px;
}
/* line 466, ../sass/_global.scss */
.wrapper .social.blue a.youtube {
  background-position: -446px -132px;
}
/* line 470, ../sass/_global.scss */
.wrapper .social.blue a.email {
  background-position: -776px -132px;
}
/* line 474, ../sass/_global.scss */
.wrapper .social.blue a.search {
  background-position: -922px -132px;
}
/* line 477, ../sass/_global.scss */
.wrapper .social.blue a:hover {
  background-color: #e8e8e8;
  color: #ff9016;
}
/* line 485, ../sass/_global.scss */
.wrapper .social.orange a {
  background-color: #ff9016;
}
/* line 487, ../sass/_global.scss */
.wrapper .social.orange a.facebook {
  background-position: 0px -132px;
}
/* line 490, ../sass/_global.scss */
.wrapper .social.orange a.twitter {
  background-position: -57px -132px;
}
/* line 494, ../sass/_global.scss */
.wrapper .social.orange a.linkedin {
  background-position: -115px -132px;
}
/* line 498, ../sass/_global.scss */
.wrapper .social.orange a.rss {
  background-position: -172px -132px;
}
/* line 502, ../sass/_global.scss */
.wrapper .social.orange a.google {
  background-position: -230px -132px;
}
/* line 506, ../sass/_global.scss */
.wrapper .social.orange a.pinterest {
  background-position: -290px -132px;
}
/* line 510, ../sass/_global.scss */
.wrapper .social.orange a.youtube {
  background-position: -407px -132px;
}
/* line 514, ../sass/_global.scss */
.wrapper .social.orange a.email {
  background-position: -697px -132px;
}
/* line 518, ../sass/_global.scss */
.wrapper .social.orange a.search {
  background-position: -825px -132px;
}
/* line 521, ../sass/_global.scss */
.wrapper .social.orange a:hover {
  background-color: #00a1e1;
}
/* line 529, ../sass/_global.scss */
.wrapper .social.small a {
  background: url("../img/social-small.png") no-repeat 7px -133px #c4c4c4;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 50%;
}
/* line 535, ../sass/_global.scss */
.wrapper .social.small a:hover {
  background-color: #00a1e1;
}
/* line 540, ../sass/_global.scss */
.wrapper .social.small a.facebook {
  /*background-position-x:0px;*/
}
/* line 544, ../sass/_global.scss */
.wrapper .social.small a.twitter {
  background-position: -25px -133px;
}
/* line 548, ../sass/_global.scss */
.wrapper .social.small a.linkedin {
  background-position: -57px -133px;
}
/* line 552, ../sass/_global.scss */
.wrapper .social.small a.rss {
  background-position: -89px -133px;
}
/* line 556, ../sass/_global.scss */
.wrapper .social.small a.google {
  background-position: -122px -133px;
}
/* line 560, ../sass/_global.scss */
.wrapper .social.small a.pinterest {
  background-position: -155px -133px;
}
/* line 564, ../sass/_global.scss */
.wrapper .social.small a.youtube {
  background-position: -220px -133px;
}
/* line 568, ../sass/_global.scss */
.wrapper .social.small a.email {
  background-position: -383px -133px;
}
/* line 571, ../sass/_global.scss */
.wrapper .social.small a.search {
  background-position: -454px -133px;
}
/* line 577, ../sass/_global.scss */
.wrapper .social.small.blue a {
  background-position-y: -301px;
  background-color: #00a1e1;
}
/* line 580, ../sass/_global.scss */
.wrapper .social.small.blue a:hover {
  background-color: #ff9016;
}
/* line 588, ../sass/_global.scss */
.wrapper .social.small.orange a {
  background-position-y: -30px;
}
/* line 590, ../sass/_global.scss */
.wrapper .social.small.orange a:hover {
  background-position-y: -61px;
}
/* line 597, ../sass/_global.scss */
.wrapper .social.small.white a {
  background-position-y: -0px;
}
/* line 599, ../sass/_global.scss */
.wrapper .social.small.white a:hover {
  background-position-y: -30px;
}
/* line 606, ../sass/_global.scss */
.wrapper .social.list {
  margin: 0;
}
/* line 608, ../sass/_global.scss */
.wrapper .social.list li {
  float: left;
  margin: 0 10px 0 0;
  background: #c4c4c4;
  border-radius: 50%;
  line-height: 0em;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 615, ../sass/_global.scss */
.wrapper .social.list li a {
  display: inline-block;
  background: url("../img/social.png") no-repeat 0px 3px;
  width: 30px;
  height: 30px;
  margin: 0;
  transform: scale(0.8);
}
/* line 622, ../sass/_global.scss */
.wrapper .social.list li a.facebook {
  background-position: 10px 3px;
  margin: 0;
}
/* line 626, ../sass/_global.scss */
.wrapper .social.list li a.twitter {
  background-position: -56px 3px;
}
/* line 630, ../sass/_global.scss */
.wrapper .social.list li a.linkedin {
  background-position: -121px 3px;
}
/* line 634, ../sass/_global.scss */
.wrapper .social.list li a.rss {
  background-position: -187px 3px;
}
/* line 638, ../sass/_global.scss */
.wrapper .social.list li a.google {
  background-position: -252px 3px;
}
/* line 642, ../sass/_global.scss */
.wrapper .social.list li a.pinterest {
  background-position: -320px 3px;
}
/* line 646, ../sass/_global.scss */
.wrapper .social.list li a.youtube {
  background-position: -452px 3px;
}
/* line 650, ../sass/_global.scss */
.wrapper .social.list li a.email {
  background-position: -782px 3px;
}
/* line 654, ../sass/_global.scss */
.wrapper .social.list li a.search {
  background-position: -928px 3px;
}
/* line 658, ../sass/_global.scss */
.wrapper .social.list li:hover {
  background-color: #00a1e1;
}
/* line 661, ../sass/_global.scss */
.wrapper .social.list li::after {
  display: none;
}
/* line 664, ../sass/_global.scss */
.wrapper .social.list li:last-child {
  margin: 0;
}
/* line 668, ../sass/_global.scss */
.wrapper .social.list.index {
  float: right;
  margin: 30px 0 20px;
  padding: 3px 0;
}
@media (max-width: 768px) {
  /* line 668, ../sass/_global.scss */
  .wrapper .social.list.index {
    float: left;
    clear: left;
  }
}
/* line 677, ../sass/_global.scss */
.wrapper .social.list.single {
  float: left;
}
/* line 684, ../sass/_global.scss */
.wrapper pre {
  float: left;
  width: 96%;
  background-color: #e8e8e8;
  font-family: Consolas, Monaco, "Courier New", Courier, monospace;
  font-size: .75em;
  padding: 10px 2%;
  margin: 0 0 40px;
  white-space: pre-wrap;
}
/* line 694, ../sass/_global.scss */
.wrapper pre span {
  width: 100%;
}
/* line 696, ../sass/_global.scss */
.wrapper pre span.green {
  color: #080;
}
/* line 699, ../sass/_global.scss */
.wrapper pre span.typ {
  color: #606;
}
/* line 702, ../sass/_global.scss */
.wrapper pre span.red {
  color: red;
}
/* line 705, ../sass/_global.scss */
.wrapper pre span.pink {
  color: magenta;
}

/* line 713, ../sass/_global.scss */
.screen-reader-text {
  display: none;
}

/* line 1, ../sass/_buttons.scss */
a {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #00a1e1;
  text-decoration: none;
  	/*&.button{
  		padding: 10px 30px;
  		margin: 15px 0;
  		display: inline-block;
  		text-transform:uppercase;
  		text-align:center;
  		font:$normal 1em/1.5em $main;
  		box-shadow:0 0 0 2px inset;
  
  		&:hover{
  			background:transparent;
  			color:$black;
  
  			&::after {
  				@include single-transition(all, 0.3s, ease-in-out);
  			}
  		}
  
  		&.blue {
  			color:$blue;
  			background:transparent;
  
  			&:hover {
  				color:$white;
  				background:$blue;
  				box-shadow:0 0 0 2px $blue inset;
  			}
  		}
  
  		&.orange {
  			color:$orange;
  			background:transparent;
  
  			&:hover {
  				color:$white;
  				background:$orange;
  				box-shadow:0 0 0 2px $orange inset;
  			}
  		}
  
  		&.black{
  			background:$black;
  			color:$white;
  			&:hover{
  				background:$orange;
  			}
  		}
  
  
  		&.two{
  			color:$white;
  			background:$black;
  			border: 1px solid $black;
  			&:hover{
  				background:transparent;
  				color:$black;
  			}
  
  		}
  		&.three{
  			color:$white;
  			background:$body;
  			border: 1px solid $body;
  			&:hover{
  				background:transparent;
  				color:$body;
  			}
  
  		}
  
  		&.small{
  			padding: 5px 15px;
  			margin: 15px 0 35px;
  		}
  
  	}*/
}
/* line 6, ../sass/_buttons.scss */
a:hover {
  color: #ff9016;
}
/* line 9, ../sass/_buttons.scss */
a.button {
  text-transform: uppercase;
  color: #ff9016;
  box-shadow: inset 0 0 0 2px #ff9016;
  padding: 10px 25px;
  line-height: 1em;
}
/* line 15, ../sass/_buttons.scss */
a.button:hover {
  background: #ff9016;
  color: #fff;
}
/* line 19, ../sass/_buttons.scss */
a.button.blue {
  color: #00a1e1;
  box-shadow: inset 0 0 0 2px #00a1e1;
}
/* line 22, ../sass/_buttons.scss */
a.button.blue:hover {
  background: #00a1e1;
  color: #fff;
}
/* line 27, ../sass/_buttons.scss */
a.button.white {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
/* line 30, ../sass/_buttons.scss */
a.button.white:hover {
  background: #fff;
  color: #ff9016;
}
/* line 35, ../sass/_buttons.scss */
a.button.white.bannerdk:hover {
  color: #124666;
}
/* line 40, ../sass/_buttons.scss */
a.button.white.bannermd:hover {
  color: #5b7c8e;
}
/* line 45, ../sass/_buttons.scss */
a.button.white.bannerlt:hover {
  color: #74b3ce;
}

/* line 130, ../sass/_buttons.scss */
.text a {
  color: #ff9016;
}
/* line 132, ../sass/_buttons.scss */
.text a:hover {
  color: #00a1e1;
}

/* line 139, ../sass/_buttons.scss */
.template_page-newsroom .btnwrap {
  float: left;
  width: 100%;
}
/* line 143, ../sass/_buttons.scss */
.template_page-newsroom .btnwrap.placements a.button {
  width: 171px;
}
/* line 148, ../sass/_buttons.scss */
.template_page-newsroom .btnwrap.releases a.button {
  width: 200px;
}
/* line 152, ../sass/_buttons.scss */
.template_page-newsroom .btnwrap a.button {
  display: block;
  margin: 0 auto;
}

/* line 3, ../sass/_menu.scss */
.menu li::after {
  display: none;
}
/* line 7, ../sass/_menu.scss */
.menu.main {
  float: left;
  width: 100%;
  padding: 16.5px 0;
  height: 46px;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
/* line 15, ../sass/_menu.scss */
.menu.main .wrapper .logo {
  float: left;
  width: 21%;
  min-width: 198px;
  height: 47px;
}
/* line 20, ../sass/_menu.scss */
.menu.main .wrapper .logo a {
  display: block;
  max-width: 198px;
  margin: 0;
  height: 47px;
}
@media (max-width: 1024px) {
  /* line 20, ../sass/_menu.scss */
  .menu.main .wrapper .logo a {
    margin: 0 auto;
  }
}
/* line 28, ../sass/_menu.scss */
.menu.main .wrapper .logo a img {
  width: 100%;
  max-width: 198px;
}
@media (max-width: 1024px) {
  /* line 15, ../sass/_menu.scss */
  .menu.main .wrapper .logo {
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
  }
}
/* line 39, ../sass/_menu.scss */
.menu.main .wrapper .menubttn {
  display: none;
}
@media (max-width: 1024px) {
  /* line 41, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn.mobilebutton {
    margin-right: 0;
    width: 26%;
    padding: 15px 3%;
    box-shadow: 0 0 0 1px #00a1e1;
    color: #00a1e1;
  }
  /* line 48, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn.mobilebutton:hover {
    background: #00a1e1;
    color: #fff;
  }
  /* line 51, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn.mobilebutton:hover::after {
    background: url("../img/image-sprite.png") 50% -4.5% no-repeat;
  }
  /* line 55, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn.mobilebutton::after {
    background: url("../img/image-sprite.png") 50% 35.5% no-repeat;
    height: 50px;
    width: 75px;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
  }
  /* line 64, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn.mobilebutton.active {
    background: #00a1e1;
    color: #fff;
  }
  /* line 67, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn.mobilebutton.active::after {
    background-position: 50% -4.5%;
  }
}
@media (max-width: 740px) {
  /* line 41, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn.mobilebutton {
    text-align: left;
  }
}
@media (max-width: 768px) {
  /* line 41, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn.mobilebutton {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  /* line 39, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn {
    display: block;
    float: left;
    width: 32%;
    margin: 0 2% 0px 0;
    text-align: center;
    box-shadow: 0 0 0 1px #ff9016;
    color: #ff9016;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    font: 300 1.25em/1em "proxima-nova", Arial, sans-serif;
  }
  /* line 94, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn:hover {
    background: #ff9016;
    color: #fff;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  /* line 39, ../sass/_menu.scss */
  .menu.main .wrapper .menubttn {
    display: none;
  }
}

/* line 103, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container {
  float: right;
  width: 78%;
}
/* line 106, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul {
  float: right;
  width: 100%;
  margin: 0;
  padding: 10.5px 0;
  position: relative;
  z-index: 300;
}
/* line 113, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li {
  float: left;
  list-style-type: none;
  padding: 0 0 0 35px;
  margin: 0;
  position: relative;
  font-size: .9375em;
  font-weight: 300;
}
/* line 122, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li a {
  color: #808080;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  /* line 122, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li a {
    width: 90%;
    padding: 16px 5%;
    float: left;
    background: #fff;
    box-shadow: 1px 0px 0px 0px #00a1e1, inset 0px -1px 0px 0px #00a1e1, -1px 0px 0px 0px #00a1e1;
  }
  /* line 131, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li a:hover {
    background: #3b4044;
    color: #fff;
  }
}
/* line 137, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li .click {
  position: absolute;
  top: 0;
  right: 0px;
  height: 25px;
  width: 25px;
  padding: 16px 25px;
  cursor: pointer;
  display: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 148, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li .click:hover {
  background: #e8e8e8;
}
/* line 151, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li .click::after {
  background: url(../img/arrow.png) no-repeat 2px 0px;
  transform: rotate(90deg);
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 160, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li .click.active {
  background-color: #e8e8e8;
}
/* line 162, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li .click.active::after {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 1024px) {
  /* line 137, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li .click {
    display: block;
  }
}
/* line 175, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu {
  position: absolute;
  top: 25px;
  float: left;
  width: 175px;
  margin: 0;
  display: none;
  padding: 0;
}
@media (max-width: 1024px) {
  /* line 175, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu {
    width: 100%;
  }
}
/* line 184, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 189, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li a {
  background: #fff;
  color: #808080;
  float: left;
  width: 90%;
  padding: 10px 5%;
  box-shadow: inset -1px 0px 0px 0px #808080, inset 0px -1px 0px 0px #808080, inset 1px 0px 0px 0px #808080;
}
/* line 196, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li a:hover {
  background: #00a1e1;
  color: #fff;
}
@media (max-width: 1024px) {
  /* line 189, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li a {
    float: left;
    width: 65%;
    padding: 20px 30% 20px 5%;
    background: #e8e8e8;
    color: #3b4044;
    box-shadow: inset 0px -1px 0px 0px #00a1e1;
  }
  /* line 208, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li a:hover {
    background: #3b4044;
    color: #e8e8e8;
  }
}
/* line 214, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li .click {
  display: none;
  background-color: #00a1e1;
  display: block;
  height: 36px;
  right: 1px;
}
/* line 220, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li .click.active {
  background-color: #008ece;
}
/* line 223, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li .click:hover {
  background-color: #008ece;
}
/* line 226, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li .click::after {
  height: 36px;
  background-position-y: 72%;
}
@media (max-width: 1024px) {
  /* line 214, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li .click {
    display: block;
    width: 24px;
    right: 0px;
    height: 100%;
  }
  /* line 235, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li .click::after {
    background-position-y: 49.5%;
    height: 40px;
  }
}
@media (max-width: 740px) {
  /* line 214, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li .click {
    width: 50px;
  }
}
@media (max-width: 768px) {
  /* line 214, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li .click {
    width: 75px;
  }
}
/* line 248, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li ul.decendant {
  position: static;
  display: none;
}
/* line 252, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li ul.decendant li a {
  width: 65%;
  padding: 20px 30% 20px 5%;
  background: #ff9016;
  color: #fff;
}
/* line 257, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li ul.decendant li a:hover {
  background: #fff;
  color: #ff9016;
}
@media (max-width: 1024px) {
  /* line 262, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li ul.decendant li .click {
    height: 35px;
  }
  /* line 265, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu li ul.decendant li .click::after {
    height: 35px;
    background-position-y: 71.5%;
  }
}
@media (max-width: 1024px) {
  /* line 175, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li ul.sub-menu {
    min-width: 0px;
    position: static;
    box-shadow: 1px 0px 0px 0px #00a1e1, -1px 0px 0px #00a1e1;
  }
}
/* line 282, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li:hover ul {
  display: block;
  box-shadow: 0px -1px 0px 0px #808080;
}
@media (max-width: 1024px) {
  /* line 282, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li:hover ul {
    /*box-shadow:none;*/
    display: none;
    box-shadow: 1px 0px 0px 0px #00a1e1, -1px 0px 0px #00a1e1;
  }
}
/* line 291, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu {
  background-color: #fff;
  width: 350px;
  box-shadow: 0 0 0 1px #808080;
}
@media (max-width: 1024px) {
  /* line 291, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu {
    width: 100%;
  }
}
/* line 297, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu li {
  width: 175px;
}
@media (max-width: 1024px) {
  /* line 297, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu li {
    width: 100%;
  }
}
/* line 300, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu li .click {
  display: none;
}
@media (max-width: 1024px) {
  /* line 300, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu li .click {
    display: block;
  }
}
/* line 304, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu li a {
  box-shadow: inset 0 -1px 0 0px #808080;
  padding: 20px 5%;
  width: 90%;
}
@media (max-width: 1024px) {
  /* line 304, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu li a {
    width: 65%;
    padding: 10px 30% 20px 5%;
  }
}
/* line 313, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu li ul.decendant {
  display: block;
  position: relative;
  float: left;
  width: 175px;
  margin: 0;
  padding: 0;
  top: 0;
  box-shadow: none;
}
@media (max-width: 1024px) {
  /* line 313, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu li ul.decendant {
    width: 100%;
    display: none;
  }
}
/* line 323, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu li ul.decendant li a {
  padding: 10px 5%;
  width: 90%;
  box-shadow: none;
  color: #808080;
  background-color: #fff;
}
/* line 329, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.columns ul.sub-menu li ul.decendant li a:hover {
  background: #00a1e1;
  color: #fff;
}
/* line 337, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.orange {
  float: right;
  padding: 0;
}
/* line 340, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.orange a {
  text-transform: uppercase;
  color: #ff9016;
  box-shadow: inset 1px 1px 0px 1px #ff9016, inset -1px -1px 0px 1px #ff9016;
  padding: 10px 25px;
  font-weight: 400;
}
/* line 346, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.orange a:hover {
  background: #ff9016;
  color: #fff;
}
@media (max-width: 1024px) {
  /* line 352, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li.orange a {
    padding: 20px 5%;
    box-shadow: 1px 0px 0px 0px #00a1e1, inset 0px -1px 0px 0px #00a1e1, -1px 0px 0px 0px #00a1e1;
    background: #ff9016;
    color: #fff;
  }
  /* line 357, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li.orange a:hover {
    background: #fff;
    color: #ff9016;
  }
}
/* line 365, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.current_page_item a {
  color: #ff9016;
}
@media (max-width: 1024px) {
  /* line 370, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li.current_page_item.orange a {
    color: #fff;
  }
}
/* line 376, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container ul li.current-page-ancestor a {
  color: #ff9016;
}
@media (max-width: 1024px) {
  /* line 113, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul li {
    /*(top-level li)*/
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  /* line 106, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container ul {
    padding: 0;
  }
}
/* line 389, ../sass/_menu.scss */
.menu.main .wrapper .menu-main-menu-container .mobileonly {
  display: none;
}
@media (max-width: 768px) {
  /* line 389, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container .mobileonly {
    display: block;
  }
}
@media (max-width: 1024px) {
  /* line 395, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container.mobile {
    display: block;
  }
}
@media (max-width: 1024px) {
  /* line 103, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container {
    display: none;
    width: 32%;
  }
}
@media (max-width: 768px) {
  /* line 103, ../sass/_menu.scss */
  .menu.main .wrapper .menu-main-menu-container {
    width: 100%;
  }
}
/* line 409, ../sass/_menu.scss */
.menu.main.stuck {
  position: fixed;
  z-index: 200;
  background: #fff;
  top: 0px;
  -moz-transition: top 1s ease-in-out;
  -o-transition: top 1s ease-in-out;
  -webkit-transition: top 1s ease-in-out;
  transition: top 1s ease-in-out;
}
/* line 415, ../sass/_menu.scss */
.menu.main.stuck.logedin {
  top: 32px;
}
@media (max-width: 782px) {
  /* line 415, ../sass/_menu.scss */
  .menu.main.stuck.logedin {
    top: 46px;
  }
}
@media (max-width: 600px) {
  /* line 415, ../sass/_menu.scss */
  .menu.main.stuck.logedin {
    top: 0px;
  }
}
/* line 424, ../sass/_menu.scss */
.menu.main.stuck.stage {
  position: fixed;
  z-index: 200;
  top: -100px;
}
@media (max-width: 1024px) {
  /* line 7, ../sass/_menu.scss */
  .menu.main {
    height: 155px;
    padding: 40px 0;
  }
}

/* line 3, ../sass/_mainvisual.scss */
#mainvisual {
  float: left;
  width: 100%;
  background: #e8e8e8;
  min-height: 350px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
/* line 11, ../sass/_mainvisual.scss */
#mainvisual .slideshow {
  width: 100%;
  position: relative;
  z-index: 10;
}
/* line 16, ../sass/_mainvisual.scss */
#mainvisual .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
/* line 22, ../sass/_mainvisual.scss */
#mainvisual .slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f8f9;
  height: 450px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
}
/* line 32, ../sass/_mainvisual.scss */
#mainvisual .slide.right .content {
  left: 55%;
}
/* line 35, ../sass/_mainvisual.scss */
#mainvisual .slide.center .content {
  left: 25%;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 40, ../sass/_mainvisual.scss */
  #mainvisual .slide.right .content {
    left: 25%;
    text-align: center;
  }
  /* line 44, ../sass/_mainvisual.scss */
  #mainvisual .slide .content {
    text-align: center;
    left: 25%;
  }
}
/* line 50, ../sass/_mainvisual.scss */
#mainvisual .wide .content {
  width: 91%;
}
@media (max-width: 480px) {
  /* line 50, ../sass/_mainvisual.scss */
  #mainvisual .wide .content {
    width: 50%;
    font-size: 1em;
  }
}
@media (max-width: 320px) {
  /* line 50, ../sass/_mainvisual.scss */
  #mainvisual .wide .content {
    font-size: .75em;
  }
}
/* line 64, ../sass/_mainvisual.scss */
#mainvisual .content {
  width: 50%;
  height: auto;
  display: block;
  text-align: left;
  z-index: 50;
  position: absolute;
  margin: 0 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /*IE 9*/
  -webkit-transform: translateY(-50%);
  /*Safari*/
  font-size: 1.3em;
}
/* line 78, ../sass/_mainvisual.scss */
#mainvisual .content .title {
  font-weight: 300;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.1em;
  margin: 0;
}
/* line 85, ../sass/_mainvisual.scss */
#mainvisual .content .title a {
  color: #fff;
}
@media (max-width: 320px) {
  /* line 78, ../sass/_mainvisual.scss */
  #mainvisual .content .title {
    margin-bottom: 10px;
  }
}
/* line 91, ../sass/_mainvisual.scss */
#mainvisual .content .subtitle {
  font-weight: 200;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.1em;
}
/* line 97, ../sass/_mainvisual.scss */
#mainvisual .content a.button {
  display: inline-block;
  margin: 15px 0;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
  line-height: 1em;
}
/* line 103, ../sass/_mainvisual.scss */
#mainvisual .content a.button:hover {
  background: #fff;
  color: #ff9016;
}
@media (max-width: 480px) {
  /* line 110, ../sass/_mainvisual.scss */
  #mainvisual .content .title {
    font-size: 2em;
    line-height: 1.1em;
  }
  /* line 114, ../sass/_mainvisual.scss */
  #mainvisual .content .subtitle {
    font-size: 1em;
    line-height: 1.1em;
  }
}
/* line 121, ../sass/_mainvisual.scss */
#mainvisual .hasoverlay .content {
  width: 30%;
}
@media (max-width: 480px) {
  /* line 122, ../sass/_mainvisual.scss */
  #mainvisual .hasoverlay .content {
    width: 50%;
  }
}
/* line 125, ../sass/_mainvisual.scss */
#mainvisual .overlay {
  width: 20%;
  height: auto;
  display: block;
  text-align: left;
  z-index: 50;
  position: absolute;
  margin: 0 0;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /*IE 9*/
  -webkit-transform: translateY(-50%);
  /*Safari*/
}
/* line 139, ../sass/_mainvisual.scss */
#mainvisual .overlay img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  /* line 125, ../sass/_mainvisual.scss */
  #mainvisual .overlay {
    display: none;
  }
}
/* line 147, ../sass/_mainvisual.scss */
#mainvisual .controls {
  position: absolute;
  bottom: 20px;
  z-index: 100;
  width: 100%;
  text-align: center;
  color: #fff;
}
/* line 156, ../sass/_mainvisual.scss */
#mainvisual .cycle-pager {
  display: inline-block;
}
/* line 158, ../sass/_mainvisual.scss */
#mainvisual .cycle-pager span {
  cursor: pointer;
  height: 10px;
  width: 10px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 10px 0 0;
  transition: .1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  cursor: default;
  font-size: 0;
  float: left;
}
/* line 173, ../sass/_mainvisual.scss */
#mainvisual .cycle-pager span.cycle-pager-active {
  background-color: #fff;
}
/* line 176, ../sass/_mainvisual.scss */
#mainvisual .cycle-pager span:hover {
  background-color: #ff9016;
  border: 1px solid #ff9016;
}
/* line 182, ../sass/_mainvisual.scss */
#mainvisual .arrows {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 5px solid transparent;
}
/* line 189, ../sass/_mainvisual.scss */
#mainvisual .arrows.cycle-prev {
  background: url(../img/arrow-prev.png) no-repeat;
  position: absolute;
  z-index: 150;
  top: -215px;
  left: 5px;
}
/* line 196, ../sass/_mainvisual.scss */
#mainvisual .arrows.cycle-next {
  background: url(../img/arrow-next.png) no-repeat;
  position: absolute;
  z-index: 150;
  top: -200px;
  right: 5px;
}
/* line 203, ../sass/_mainvisual.scss */
#mainvisual .arrows:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 213, ../sass/_mainvisual.scss */
.mainvisual.subpage {
  width: 100%;
  height: 340px;
  float: left;
  background-color: #ececec;
  background-position: top center;
  background-repeat: no-repeat;
}
/* line 221, ../sass/_mainvisual.scss */
.mainvisual.subpage.svg, .mainvisual.subpage svg {
  height: 440px;
}
/* line 223, ../sass/_mainvisual.scss */
.mainvisual.subpage .svgwrap {
  max-width: 980px;
}
/* line 228, ../sass/_mainvisual.scss */
.mainvisual.subpage .content {
  float: left;
  width: 100%;
  margin: 40px 0;
}
/* line 232, ../sass/_mainvisual.scss */
.mainvisual.subpage .content span {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
/* line 236, ../sass/_mainvisual.scss */
.mainvisual.subpage .content span.line1 {
  font: 300 1.875em/1.5em "proxima-nova", Arial, sans-serif;
}
/* line 239, ../sass/_mainvisual.scss */
.mainvisual.subpage .content span.line2 {
  font: 300 1.375em/1.5em "proxima-nova", Arial, sans-serif;
}
/* line 243, ../sass/_mainvisual.scss */
.mainvisual.subpage .content.white {
  color: #fff;
}
@media (max-width: 1100px) {
  /* line 213, ../sass/_mainvisual.scss */
  .mainvisual.subpage {
    display: none;
  }
}

/* line 1, ../sass/_footer.scss */
#footer {
  float: left;
  width: 100%;
  background: #3b4044;
  color: #fff;
  padding: 40px 0;
  position: relative;
  	/*.menu{
  		&.footer{
  			float:left;
  			width:75%;
  			ul{
  				&.menu{
  					float:left;
  					width:100%;
  					margin:0 0 40px;
  					list-style-type: none;
  					li{
  						float:left;
  						margin:0 8% 40px 0;
  						vertical-align: top;
  						width:25%;
  						a{
  							color:$blue;
  							text-transform: uppercase;
  							&:hover{
  								color:$orange;
  							}
  						}
  						ul.sub-menu{
  							margin:20px 0 0;
  							list-style-type: none;
  							li{
  								float:left;
  								width:100%;
  								margin:0;
  								a{
  									color:$graydk;
  									text-transform:none;
  								}
  								&.space{
  									visibility:hidden;
  									height:30px;
  									a{
  										color:$black;
  									}
  								}
  							}
  						}
  						&.footer_about{
  							width:33%;
  							margin:0;
  						}
  						@media(max-width:800px){
  							width:45%;
  						}
  					}
  				}
  			}
  		}
  		&.last{
  			float:left;
  			width:25%;
  			.logo.gray{
  				background:url("../img/Ideosity-PIM-and-MDM-Consultants-gray.png") no-repeat 0 0 transparent;
  				width: 173px;
  				height: 40px;
  				margin: 0 0 30px;
  				float:right;
  			}
  
  			.social{
  				float:right;
  				width:100%;
  				text-align: right;
  			}
  		}
  	}*/
}
/* line 9, ../sass/_footer.scss */
#footer a {
  color: #fff;
}
/* line 10, ../sass/_footer.scss */
#footer a:hover {
  color: #00a1e1;
}
/* line 84, ../sass/_footer.scss */
#footer .copy {
  float: left;
  width: 100%;
  background: #35373a;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
}
/* line 92, ../sass/_footer.scss */
#footer .copy p {
  margin: 0;
}

/* line 4, ../sass/_homepage.scss */
.template_front-page h2.sectiontitle {
  font-weight: 300;
  text-transform: none;
}
/* line 9, ../sass/_homepage.scss */
.template_front-page .divider {
  margin: 45px auto 60px;
  clear: left;
}
/* line 17, ../sass/_homepage.scss */
.template_front-page #content .section {
  padding: 90px 0;
}
/* line 19, ../sass/_homepage.scss */
.template_front-page #content .section.tagline {
  padding: 5px 0;
  height: 65px;
  background-color: #35373a;
}
/* line 23, ../sass/_homepage.scss */
.template_front-page #content .section.tagline h1 {
  color: #e8e8e8;
  font-size: .750em;
  margin: 5px 0 10px;
}
/* line 27, ../sass/_homepage.scss */
.template_front-page #content .section.tagline h1 strong {
  font-size: 3.750em;
  display: block;
  padding-top: 16px;
}
@media (max-width: 460px) {
  /* line 23, ../sass/_homepage.scss */
  .template_front-page #content .section.tagline h1 {
    font-size: .5em;
  }
}
/* line 39, ../sass/_homepage.scss */
.template_front-page #content .section.who {
  padding-bottom: 0px;
}
/* line 41, ../sass/_homepage.scss */
.template_front-page #content .section.who .intro {
  font-size: 1.1875em;
}
@media (max-width: 320px) {
  /* line 41, ../sass/_homepage.scss */
  .template_front-page #content .section.who .intro {
    font-size: 1em;
  }
}
/* line 47, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap {
  z-index: 100;
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 0 75px;
}
/* line 53, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap.boxes {
  margin: 75px 0;
}
/* line 55, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .advisory {
  background: #f8f8f9;
}
/* line 56, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .implementation {
  background: #f8f8f9;
}
/* line 57, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .performance {
  background: #f8f8f9;
}
/* line 59, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon {
  float: left;
  width: 30%;
  margin: 0 4% 0 0;
}
/* line 63, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon a {
  float: left;
  width: 30%;
  margin: 0 2% 0 0;
}
/* line 67, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon a img {
  background: #ff9016;
  border-radius: 50%;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 10px;
  width: 67%;
  max-width: 50px;
}
/* line 74, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon a img:hover {
  background: #00a1e1;
}
/* line 79, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon .content {
  float: left;
  width: 68%;
  margin: 0;
}
/* line 83, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon .content h3 {
  font: 300 1.375em/1.25em "proxima-nova", Arial, sans-serif;
  margin: 0 0 40px;
}
/* line 90, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon .content ul {
  margin: 0px 0 35px 20px;
}
/* line 93, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon .content ul li::after {
  background-color: #e8e8e8;
}
/* line 97, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon.advisory img {
  background: #124666;
}
/* line 100, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon.implementation img {
  background: #5b7c8e;
}
/* line 103, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon.performance img {
  background: #74b3ce;
}
/* line 106, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap .icon.icon-3 {
  margin: 0;
}
@media (max-width: 768px) {
  /* line 111, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap .icon .content {
    width: 100%;
    text-align: center;
  }
  /* line 115, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap .icon p {
    margin-bottom: 10px;
  }
  /* line 118, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap .icon a {
    width: 100%;
    margin: 0 0 25px 0;
  }
  /* line 121, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap .icon a img {
    display: block;
    margin: 0 auto;
  }
  /* line 128, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap .icon ul li::after {
    display: none;
  }
}
@media (max-width: 768px) {
  /* line 59, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap .icon {
    width: 100%;
  }
  /* line 134, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap .icon p {
    margin: 50px auto;
  }
  /* line 137, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap .icon ul li::after {
    left: 40px;
  }
}
/* line 145, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap.boxes .icon a {
  text-align: center;
  display: block;
  float: none;
  width: 100%;
  margin: 5% 0 0 0;
}
/* line 152, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap.boxes .icon .content {
  width: 90%;
  margin: 0 5% 0;
}
/* line 155, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap.boxes .icon .content h3 {
  text-align: center;
  margin: 5px 0 20px;
}
/* line 159, ../sass/_homepage.scss */
.template_front-page #content .section.who .iconwrap.boxes .icon .content p {
  text-align: center;
}
@media (max-width: 1024px) {
  /* line 166, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap.boxes .icon {
    height: 250px;
  }
}
@media (max-width: 768px) {
  /* line 171, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap.boxes .icon {
    height: 260px;
  }
}
@media (max-width: 640px) {
  /* line 176, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap.boxes .icon {
    height: 230px;
  }
  /* line 179, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap.boxes p {
    margin: 0px;
    padding-bottom: 10px;
    font: 0.8125em/1.75em "proxima-nova", Arial, sans-serif;
  }
}
@media (max-width: 480px) {
  /* line 186, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap.boxes .icon {
    margin-bottom: 15px;
  }
  /* line 189, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap.boxes p {
    margin: 0 30px 20px;
    font-size: 1em;
  }
}
@media (max-width: 320px) {
  /* line 195, ../sass/_homepage.scss */
  .template_front-page #content .section.who .iconwrap.boxes .icon {
    height: 250px;
  }
}
/* line 205, ../sass/_homepage.scss */
.template_front-page #content .section.partners {
  background-color: #f8f8f9;
}
/* line 207, ../sass/_homepage.scss */
.template_front-page #content .section.partners .partner_wrap {
  float: left;
  width: 100%;
  box-shadow: inset 1px 1px 0 0 #c4c4c4;
}
/* line 211, ../sass/_homepage.scss */
.template_front-page #content .section.partners .partner_wrap .post {
  float: left;
  width: 33.33%;
  box-shadow: inset -1px -1px 0 0 #c4c4c4;
  cursor: pointer;
}
/* line 216, ../sass/_homepage.scss */
.template_front-page #content .section.partners .partner_wrap .post .gray {
  display: none;
}
/* line 219, ../sass/_homepage.scss */
.template_front-page #content .section.partners .partner_wrap .post .color {
  display: inline-block;
  -webkit-filter: contrast(0) brightness(1.25);
  filter: contrast(0) brightness(1.25);
}
/* line 222, ../sass/_homepage.scss */
.template_front-page #content .section.partners .partner_wrap .post .color img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 200px;
}
/* line 230, ../sass/_homepage.scss */
.template_front-page #content .section.partners .partner_wrap .post .feat {
  float: left;
  width: 100%;
  margin: 0;
}
/* line 234, ../sass/_homepage.scss */
.template_front-page #content .section.partners .partner_wrap .post .feat img {
  float: left;
  width: 100%;
}
/* line 240, ../sass/_homepage.scss */
.template_front-page #content .section.partners .partner_wrap .post:hover .color {
  -webkit-filter: none;
  filter: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  /* line 211, ../sass/_homepage.scss */
  .template_front-page #content .section.partners .partner_wrap .post {
    width: 100%;
  }
}
/* line 251, ../sass/_homepage.scss */
.template_front-page #content .section.partners .btnwrap {
  float: left;
  width: 100%;
  margin: 90px 0 0 0;
}
/* line 261, ../sass/_homepage.scss */
.template_front-page #content .section.testimonials .testimonials_wrap {
  float: left;
  width: 100%;
  box-shadow: inset 1px 1px 0 0 #c4c4c4;
}
@media (max-width: 480px) {
  /* line 261, ../sass/_homepage.scss */
  .template_front-page #content .section.testimonials .testimonials_wrap {
    box-shadow: inset 0 0 0 0;
  }
}
/* line 268, ../sass/_homepage.scss */
.template_front-page #content .section.testimonials .testimonials_wrap .post {
  float: left;
  width: 33.33%;
  box-shadow: inset -1px -1px 0 0 #c4c4c4;
  cursor: pointer;
}
@media (max-width: 768px) {
  /* line 268, ../sass/_homepage.scss */
  .template_front-page #content .section.testimonials .testimonials_wrap .post {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 268, ../sass/_homepage.scss */
  .template_front-page #content .section.testimonials .testimonials_wrap .post {
    box-shadow: 0 0 0 1px #c4c4c4;
    margin-bottom: 25px;
  }
}
/* line 280, ../sass/_homepage.scss */
.template_front-page #content .section.testimonials .testimonials_wrap .post img {
  -webkit-filter: contrast(0) brightness(1.25);
  filter: contrast(0) brightness(1.25);
  display: block;
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 200px;
}
/* line 287, ../sass/_homepage.scss */
.template_front-page #content .section.testimonials .testimonials_wrap .post img:hover {
  -webkit-filter: none;
  filter: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 292, ../sass/_homepage.scss */
.template_front-page #content .section.testimonials .testimonials_wrap .post h3 {
  box-shadow: inset 0 1px 0 0 #c4c4c4;
  text-align: center;
  padding-top: 20px;
}
/* line 296, ../sass/_homepage.scss */
.template_front-page #content .section.testimonials .testimonials_wrap .post h3 a {
  color: #3b4044;
}
/* line 298, ../sass/_homepage.scss */
.template_front-page #content .section.testimonials .testimonials_wrap .post h3 a:hover {
  color: #00a1e1;
}
/* line 303, ../sass/_homepage.scss */
.template_front-page #content .section.testimonials .testimonials_wrap .post .text {
  font-size: .9em;
  text-align: center;
  margin: 20px;
}
@media (max-width: 1024px) {
  /* line 309, ../sass/_homepage.scss */
  .template_front-page #content .section.testimonials .testimonials_wrap .post .text {
    margin: 20px 10px 0px;
  }
}

/* line 3, ../sass/_subpage.scss */
.team .post .icon {
  margin: 0 0 20px 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: right;
}
/* line 9, ../sass/_subpage.scss */
.team .post .icon.Advisory {
  background-color: #124666;
}
/* line 10, ../sass/_subpage.scss */
.team .post .icon.Implementation {
  background-color: #5b7c8e;
}
/* line 11, ../sass/_subpage.scss */
.team .post .icon.Performance {
  background-color: #74b3ce;
}

/* masthead widgets */
/* line 7, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_text {
  float: left;
}
/* line 9, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_text .textwidget {
  float: left;
  width: 100%;
}
/* line 12, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_text .textwidget ul {
  float: left;
  margin: 0 10px 0 0;
}
/* line 15, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_text .textwidget ul li {
  margin: 0 10px 0 0;
  float: left;
}
/* line 18, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_text .textwidget ul li a {
  color: #c4c4c4;
  font-size: .8125em;
  font-weight: 300;
  vertical-align: middle;
}
/* line 24, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_text .textwidget ul li a:hover {
  color: #00a1e1;
}
/* line 28, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_text .textwidget ul li::after {
  display: none;
}
/* line 35, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_nav_menu {
  float: right;
}
/* line 38, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_nav_menu .menu-masthead-menu-container ul {
  margin: 0;
  float: left;
}
/* line 41, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_nav_menu .menu-masthead-menu-container ul li {
  margin: 0;
  float: left;
}
/* line 44, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_nav_menu .menu-masthead-menu-container ul li a {
  color: #c4c4c4;
  font: 300 0.8125em/1em "proxima-nova", Arial, sans-serif;
  vertical-align: middle;
}
/* line 48, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_nav_menu .menu-masthead-menu-container ul li a:hover {
  color: #00a1e1;
}
/* line 51, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_nav_menu .menu-masthead-menu-container ul li a::after {
  content: "|";
  height: 20px;
  width: 20px;
  margin: 0 10px;
  transition: none;
  color: #c4c4c4;
}
/* line 62, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_nav_menu .menu-masthead-menu-container ul li:last-child a::after {
  display: none;
}
/* line 71, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_search {
  float: right;
}
/* line 73, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_search form.search {
  float: left;
  position: relative;
  overflow: hidden;
  width: 40px;
  background: none;
  padding: 0;
  margin: 0 20px 0 0;
}
/* line 81, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_search form.search input {
  font-size: .8125em;
  box-shadow: none;
}
/* line 84, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_search form.search input[type="text"] {
  width: 180px;
  padding: 5px 10px;
  margin: 0;
  position: absolute;
  right: 40px;
}
/* line 91, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_search form.search input[type="submit"] {
  background: url("../img/social.png") no-repeat -919px -139px transparent;
  height: 26px;
  width: 40px;
  float: right;
  padding: 0;
  -webkit-filter: contrast(0) brightness(1.5);
  filter: contrast(0) brightness(1.5);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 99, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_search form.search input[type="submit"]:hover {
  -webkit-filter: none;
  filter: none;
}
/* line 104, ../sass/_widgets.scss */
.masthead .widgets .widget.widget_search form.search:hover {
  width: 240px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  /* line 4, ../sass/_widgets.scss */
  .masthead {
    display: none;
  }
}

/* sidebar widgets */
/* line 122, ../sass/_widgets.scss */
.sidebar .widgets.list {
  /*.menu-category-menu-container{
  	float:left;
  	width:100%;
  	ul{
  		&.menu{
  			float:left;
  			width:100%;
  			margin:0 0 25px;
  			li{
  				float:left;
  				width:100%;
  				margin:0 0 5px;
  				a{
  					float:left;
  					width:90%;
  					padding:10px 5%;
  					background:$graymd;
  					color:$black;
  					margin:0 0 5px;
  					font-weight:$bold;
  					&:hover{
  						background:$black;
  						color:$white;
  					}
  				}
  				ul.sub-menu{
  					float:left;
  					width:100%;
  					li{
  						float:left;
  						width:90%;
  						margin:0;
  						padding:0 5%;
  						background:$graylt;
  						a{
  							float:left;
  							width:80%;
  							padding:10px 10%;
  							background:$graylt;
  							border-top:1px solid $graymd;
  							@include single-transition(all, 0s, ease-in);
  							&:hover{
  								background:$body;
  								border-top:1px solid $body;
  							}
  						}
  						&:hover{
  							background:$body;
  							a{
  								background:$body;
  								color:$white;
  								border-top:1px solid $body;
  							}
  						}
  						&:first-child{
  							a{
  								border-top:none;
  							}
  						}
  						&.current_page_item{
  							a{
  								color:$blue;
  								&:hover{
  									background:$blue;
  									color:$graylt;
  								}
  							}
  							&:hover{
  								background:$blue;
  								a{
  									color:$graylt;
  									background:$blue;
  								}
  							}
  						}
  					}
  				}
  				&.menu-item-has-children{
  					margin:0;
  					a{
  						margin:0;
  					}
  					&.current_page_parent{
  						a.has-child{
  							background:$black;
  							color:$white;
  						}
  					}
  				}
  			}
  		}
  	}
  }*/
}
/* line 123, ../sass/_widgets.scss */
.sidebar .widgets.list .widget {
  margin: 0 0 40px;
}
/* line 125, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta {
  margin: 35px 0 0;
  float: left;
  width: 100%;
  text-align: center;
  background: #ff9016;
}
/* line 131, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta h2 {
  margin: 0;
  font-weight: 300;
}
/* line 134, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta h2 a {
  padding: 25px;
}
/* line 138, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta a {
  color: #fff;
  display: block;
}
/* line 141, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta a.button {
  padding: 20px;
  font-weight: 600;
  box-shadow: none;
  background: #ffa139;
  text-transform: none;
}
/* line 147, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta a.button:hover {
  background: #ff7311;
}
/* line 153, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta.blue, .sidebar .widgets.list .widget.widget_cta:first-child {
  background: #00a1e1;
}
/* line 156, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta.blue a.button, .sidebar .widgets.list .widget.widget_cta:first-child a.button {
  background: #26afe5;
}
/* line 158, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta.blue a.button:hover, .sidebar .widgets.list .widget.widget_cta:first-child a.button:hover {
  background: #008ece;
}
@media (max-width: 1024px) {
  /* line 153, ../sass/_widgets.scss */
  .sidebar .widgets.list .widget.widget_cta.blue, .sidebar .widgets.list .widget.widget_cta:first-child {
    margin: 0;
  }
}
/* line 168, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta.orange {
  background: #ff9016;
}
/* line 171, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta.orange a.button {
  background: #ffa139;
}
/* line 173, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_cta.orange a.button:hover {
  background: #ff7311;
}
/* line 181, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_text {
  float: left;
  width: 100%;
  font: 1.25em/1.25em "proxima-nova", Arial, sans-serif;
}
/* line 185, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_text .textwidget {
  margin: 25px 0 0;
  font-size: .8em;
  color: #808080;
}
/* line 191, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_text.social ul {
  margin: 0;
  list-style-type: none;
}
/* line 194, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_text.social ul li {
  margin: 0;
}
/* line 196, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_text.social ul li::after {
  display: none;
}
/* line 199, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_text.social ul li a {
  position: relative;
}
/* line 201, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_text.social ul li a::after {
  position: absolute;
  top: 7px;
  left: 45px;
  height: 20px;
  width: 100px;
}
/* line 209, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_text.social ul li a.rss::after {
  content: "via RSS Feed";
}
/* line 214, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_text.social ul li a.email::after {
  content: "via Email:";
}
/* line 224, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_categories {
  float: left;
  width: 100%;
  font: 400 1.25em/1.25em "proxima-nova", Arial, sans-serif;
}
/* line 228, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_categories label {
  display: none;
}
/* line 231, ../sass/_widgets.scss */
.sidebar .widgets.list .widget.widget_categories select {
  margin: 25px 0 0;
  font: 300 0.8em/1em "proxima-nova", Arial, sans-serif;
}
@media (max-width: 768px) {
  /* line 236, ../sass/_widgets.scss */
  .sidebar .widgets.list .widget.widget_categories select {
    font-size: 1em;
  }
}
/* line 335, ../sass/_widgets.scss */
.sidebar .widgets.list ul {
  float: left;
  width: 100%;
}
/* line 338, ../sass/_widgets.scss */
.sidebar .widgets.list ul li {
  float: left;
  width: 100%;
}
/* line 341, ../sass/_widgets.scss */
.sidebar .widgets.list ul li a {
  float: left;
  font-weight: 400;
}
/* line 346, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu {
  margin: 35px 0 0 0;
}
/* line 348, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li {
  margin: 0 0 5px;
}
/* line 350, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li a {
  width: 90%;
  padding: 10px 5%;
  background: #e8e8e8;
  color: #3b4044;
}
/* line 355, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li a:hover {
  background: #3b4044;
  color: #fff;
}
/* line 361, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu {
  display: none;
}
/* line 363, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu li {
  margin: 0;
}
/* line 365, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu li a {
  background: #f8f8f9;
  width: 80%;
  padding: 10px 10%;
  position: relative;
}
/* line 370, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu li a::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 80%;
  left: 10%;
  top: 0;
  background: #e8e8e8;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 380, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu li a:hover {
  background: #3b4044;
}
/* line 382, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu li a:hover::after {
  background: #3b4044;
}
/* line 389, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu li:first-child a::after {
  background: #f8f8f9;
}
/* line 393, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu li:first-child a:hover::after {
  background: #3b4044;
}
/* line 401, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu .sub-menu {
  display: none;
}
/* line 404, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu .sub-menu li a {
  width: 70%;
  padding: 10px 15%;
}
/* line 407, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu .sub-menu li a::after {
  width: 70%;
  left: 15%;
  background: #e8e8e8;
}
/* line 413, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li ul.sub-menu .sub-menu li a:hover::after {
  background: #3b4044;
}
/* line 423, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li.current-menu-item > a {
  color: #00a1e1;
}
/* line 425, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li.current-menu-item > a:hover {
  color: #00a1e1;
  background: #3b4044;
}
/* line 430, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li.current-menu-item ul.sub-menu {
  display: block;
}
/* line 433, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li.current-page-ancestor ul.sub-menu {
  display: block;
}
/* line 436, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li.current_page_item ul {
  display: block;
}
/* line 439, ../sass/_widgets.scss */
.sidebar .widgets.list ul.menu li.current_page_parent ul {
  display: block;
}

/* incopy cta widgets */
/* line 452, ../sass/_widgets.scss */
.incopycta {
  margin: 0 0 25px;
}
/* line 454, ../sass/_widgets.scss */
.incopycta .text {
  color: #fff;
  display: block;
  padding: 20px;
  font: 300 1.375em/1.5em "proxima-nova", Arial, sans-serif;
}
/* line 460, ../sass/_widgets.scss */
.incopycta a.button {
  color: #fff;
  clear: left;
  display: block;
  padding: 20px;
  font: 600 1em/1.25em "proxima-nova", Arial, sans-serif;
}
/* line 467, ../sass/_widgets.scss */
.incopycta.blue, .incopycta.green {
  background: #00a1e1;
}
/* line 469, ../sass/_widgets.scss */
.incopycta.blue a.button, .incopycta.green a.button {
  background: #26afe5;
}
/* line 471, ../sass/_widgets.scss */
.incopycta.blue a.button:hover, .incopycta.green a.button:hover {
  background: #008ece;
}
/* line 476, ../sass/_widgets.scss */
.incopycta.orange {
  background: #ff9016;
}
/* line 478, ../sass/_widgets.scss */
.incopycta.orange a.button {
  background: #ffa139;
}
/* line 480, ../sass/_widgets.scss */
.incopycta.orange a.button:hover {
  background: #ff7311;
}

/* footer widgets */
/*#footer{
	.menu{
		float:left;
		width:21%;
		margin:0 4% 0 0;
		ul{
			margin:0 0 60px;
			float:left;
			width:100%;
			li{
				margin:0;
				a{
					color:$blue;
					text-transform:uppercase;
					font-weight:$normal;
					&:hover{
						color:$orange;
					}
				}
				ul.sub-menu{
					margin:20px 0 0;
					li{
						a{
							color:$graydk;
							text-transform:none;
							font-weight:$normal;
							&:hover{
								color:$orange;
							}
						}
					}
				}
			}
		}
		@media(max-width:1024px){
			width:30.6%;
		}
		@media(max-width:480px){
			width:100%;
			float:none;
			max-width:320px;
			margin:0 auto 60px;
		}
	}
	.widget_text{
		float:left;
		width:21%;
		margin:0 4% 60px 0;
		a{
			color:$blue;
			text-transform:uppercase;
			font-weight:$normal;
			&:hover{
				color:$orange;
			}
		}
		p{
			color:$graydk;
			margin:20px 0 0;
			font-weight:$normal;
		}
		&.about{
			width:25%;
		}
		&.logo{
			text-align:right;
		}
		&.last{
			margin-right:0;
		}
		@media(max-width:1024px){
			width:30.6%;

			&.about{
				width:30.6%;
				margin-right:0;
			}
			&.logo{
				text-align:center;
				clear:left;
				margin:40px 0;
				width:100%;
			}
		}
		@media(max-width:480px){
			width:100%;
			margin-right:0;
			.textwidget{
				max-width:320px;
				margin:0 auto;
				display:block;
			}
			&.about{
				width:100%;
				p{
					max-width:100%;
				}
			}
			&.logo{
				margin:0 0 60px;
				img{
					float:left;
					margin:0 0 40px;
				}
				.social{
					float:left;
					clear:left;
				}
			}
		}
		.textwidget{
			float:left;
			width:100%;
			img{
				@include single-transition(all, 0.3s, ease-in-out);
				margin:0 0 30px;
				&.gray{
					position:absolute;
				}
				&:hover{
					opacity:0;
				}
			}
			.social{
				float:right;
				margin:0 4% 0 0;
			}
		}
	}
}
*/
/* line 630, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget {
  float: left;
  width: 21%;
  margin: 0 4% 60px 0;
}
/* line 635, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.menu ul {
  margin: 0;
}
/* line 638, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.menu ul li a {
  text-transform: uppercase;
  font-weight: 400;
  color: #00a1e1;
}
/* line 642, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.menu ul li a:hover {
  color: #ff9016;
}
/* line 647, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.menu ul.sub-menu {
  margin: 20px 0 0;
}
/* line 649, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.menu ul.sub-menu li {
  margin: 0;
}
/* line 651, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.menu ul.sub-menu li a {
  text-transform: none;
  color: #c4c4c4;
  font-weight: 400;
}
/* line 655, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.menu ul.sub-menu li a:hover {
  color: #ff9016;
}
@media (max-width: 1024px) {
  /* line 634, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget.menu {
    width: 25%;
  }
}
@media (max-width: 520px) {
  /* line 634, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget.menu {
    width: 100%;
  }
}
/* line 670, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.widget_text p {
  color: #c4c4c4;
  margin: 20px 0 0;
}
/* line 674, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.widget_text a {
  text-transform: uppercase;
  color: #00a1e1;
  font-weight: 400;
}
/* line 678, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.widget_text a:hover {
  color: #ff9016;
}
/* line 682, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.widget_text.about {
  width: 25%;
}
@media (max-width: 1024px) {
  /* line 682, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget.widget_text.about {
    width: 36%;
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  /* line 682, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget.widget_text.about {
    width: 100%;
    float: none;
    max-width: 200px;
    margin: 0 auto 60px;
  }
}
/* line 696, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last {
  margin: 0 0 30px;
}
/* line 698, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last .textwidget {
  float: left;
  width: 100%;
}
/* line 701, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last .textwidget a {
  display: block;
  float: right;
  width: 100%;
  position: relative;
  margin: 0 0 20px;
  max-width: 198px;
}
/* line 708, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last .textwidget a img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 714, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last .textwidget a img.gray {
  position: relative;
  z-index: 100;
}
/* line 717, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last .textwidget a img.gray:hover {
  opacity: 0;
}
@media (max-width: 1024px) {
  /* line 701, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget.last .textwidget a {
    float: none;
    margin: 0 auto 20px;
  }
}
/* line 727, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last .textwidget .social {
  float: right;
}
/* line 729, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last .textwidget .social a {
  float: none;
  width: 40px;
  display: inline-block;
  margin: 0 0 0 10px;
}
@media (max-width: 520px) {
  /* line 729, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget.last .textwidget .social a {
    margin: 0 10px 0 0;
  }
}
/* line 737, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last .textwidget .social a.facebook {
  background-position: 14px -272px;
}
/* line 740, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last .textwidget .social a.twitter {
  background-position: -50px -272px;
}
/* line 743, ../sass/_widgets.scss */
#footer .wrapper .widgets .widget.last .textwidget .social a.linkedin {
  background-position: -116px -272px;
}
@media (max-width: 1024px) {
  /* line 727, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget.last .textwidget .social {
    float: none;
    text-align: center;
  }
}
@media (max-width: 520px) {
  /* line 727, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget.last .textwidget .social {
    text-align: left;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  /* line 696, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget.last {
    width: 100%;
  }
}
@media (max-width: 520px) {
  /* line 696, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget.last {
    float: left;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  /* line 630, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget {
    width: 31%;
  }
}
@media (max-width: 520px) {
  /* line 630, ../sass/_widgets.scss */
  #footer .wrapper .widgets .widget {
    width: 100%;
    float: none;
    max-width: 200px;
    margin: 0 auto 60px;
  }
}

/* line 1, ../sass/_posts.scss */
.posts {
  /* colors */
}
/* line 2, ../sass/_posts.scss */
.posts .post {
  float: left;
  width: 100%;
  margin: 0 0 40px;
}
/* line 6, ../sass/_posts.scss */
.posts .post .pageImageThumb {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
/* line 11, ../sass/_posts.scss */
.posts .post .pageImageThumb a img {
  float: left;
  width: 100%;
}
/* line 16, ../sass/_posts.scss */
.posts .post .pageImageThumb:hover {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 21, ../sass/_posts.scss */
.posts .post .content {
  float: left;
  width: 100%;
  margin: 0;
}
/* line 25, ../sass/_posts.scss */
.posts .post .content h2 {
  font-weight: 400;
  margin: 0 0 30px;
}
/* line 30, ../sass/_posts.scss */
.posts .post .content .metadata {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  color: #3b4044;
  font-weight: 400;
}
/* line 36, ../sass/_posts.scss */
.posts .post .content .metadata a {
  color: #3b4044;
}
/* line 38, ../sass/_posts.scss */
.posts .post .content .metadata a:hover {
  color: #00a1e1;
}
/* line 43, ../sass/_posts.scss */
.posts .post .content h3 {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
/* line 48, ../sass/_posts.scss */
.posts .post .content p {
  float: left;
  width: 100%;
}
/* line 53, ../sass/_posts.scss */
.posts .post .content a.readmore {
  margin: 20px 0 60px;
  float: left;
}
@media (max-width: 520px) {
  /* line 53, ../sass/_posts.scss */
  .posts .post .content a.readmore {
    margin: 20px 0;
  }
}
/* line 62, ../sass/_posts.scss */
.posts.list .post {
  border-bottom: 1px solid #e8e8e8;
}
/* line 64, ../sass/_posts.scss */
.posts.list .post .pageImageThumb {
  float: left;
  width: 30%;
  margin: 5px 4% 40px 0;
}
/* line 69, ../sass/_posts.scss */
.posts.list .post .content {
  float: left;
  width: 66%;
  margin: 0 0 40px;
}
/* line 74, ../sass/_posts.scss */
.posts.list .post .content a.readmore {
  margin: 30px 0 20px;
}
@media (max-width: 520px) {
  /* line 80, ../sass/_posts.scss */
  .posts.list .post .pageImageThumb {
    width: 60%;
  }
  /* line 83, ../sass/_posts.scss */
  .posts.list .post .feat {
    width: 100%;
    margin-right: 0;
  }
  /* line 87, ../sass/_posts.scss */
  .posts.list .post .content {
    width: 100%;
  }
}
/* line 93, ../sass/_posts.scss */
.posts.list.blog .post {
  margin: 0 0 60px;
}
/* line 95, ../sass/_posts.scss */
.posts.list.blog .post .feat {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
/* line 99, ../sass/_posts.scss */
.posts.list.blog .post .feat a {
  display: block;
}
/* line 101, ../sass/_posts.scss */
.posts.list.blog .post .feat a img {
  float: left;
  max-width: 100%;
}
/* line 107, ../sass/_posts.scss */
.posts.list.blog .post .content {
  float: left;
  width: 100%;
}
/* line 114, ../sass/_posts.scss */
.posts.list.press-release .post {
  /*border-bottom:1px solid $body;
  position:relative;
  &::after{
  	width:60px;
  	height: 4px;
  	background:$graymd;
  	display:block;
  	content:"";
  	position:absolute;
  	bottom:0px;
  }*/
}
/* line 115, ../sass/_posts.scss */
.posts.list.press-release .post .content {
  float: left;
  width: 100%;
  margin: 0;
}
/* line 135, ../sass/_posts.scss */
.posts.list.testimonials .post .feat {
  box-shadow: 0 0 0 1px #e8e8e8;
}
/* line 137, ../sass/_posts.scss */
.posts.list.testimonials .post .feat a {
  float: left;
  width: 100%;
}
/* line 140, ../sass/_posts.scss */
.posts.list.testimonials .post .feat a img {
  float: left;
  width: 100%;
}
/* line 145, ../sass/_posts.scss */
.posts.list.testimonials .post .feat:hover {
  box-shadow: 0 0 8px rgba(35, 31, 32, 0.5);
}
/* line 153, ../sass/_posts.scss */
.posts.list.news .post .content {
  width: 100%;
}
/* line 156, ../sass/_posts.scss */
.posts.list.news .post .content a.readmore {
  margin: 30px 0 20px;
}
/* line 165, ../sass/_posts.scss */
.posts.list.jobs .post .content {
  width: 100%;
}
/* line 168, ../sass/_posts.scss */
.posts.list.jobs .post .content a.readmore {
  margin: 30px 0 20px;
}
/* line 178, ../sass/_posts.scss */
.posts.list.team .post .content h3 {
  margin: 0;
  width: auto;
}
/* line 182, ../sass/_posts.scss */
.posts.list.team .post .content span.title {
  float: left;
  clear: left;
}
/* line 190, ../sass/_posts.scss */
.posts.cards {
  /* .placements has been updated to be included in .card_third styles */
  		/*&.placements{
  			.post{
  				float:left;
  				width:30%;
  				margin:0 4% 40px 0;
  				.content{
  					h2.title{
  						a{
  
  						}
  					}
  				}
  				&:nth-child(3n){
  					margin-right:0;
  				}
  				@media(max-width:768px){
  					width:48%;
  					&:nth-child(2n+1){
  						margin-right:0;
  					}
  					&:nth-child(3n+1){
  						margin-right:4%;
  						clear:left;
  					}
  					&:nth-child(4n+1){
  						clear:none;
  					}
  				}
  				@media(max-width:520px){
  					width:100%;
  					margin-right:0;
  					clear:left;
  				}
  			}
  		}*/
}
/* line 231, ../sass/_posts.scss */
.posts.cards .card_full .post .pageImageThumb {
  float: left;
  width: 30%;
  margin: 5px 4% 40px 0;
}
/* line 236, ../sass/_posts.scss */
.posts.cards .card_full .post .content {
  float: left;
  width: 66%;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  /* line 242, ../sass/_posts.scss */
  .posts.cards .card_full .post .pageImageThumb {
    width: 46%;
  }
  /* line 245, ../sass/_posts.scss */
  .posts.cards .card_full .post .content {
    width: 50%;
  }
}
@media (max-width: 520px) {
  /* line 250, ../sass/_posts.scss */
  .posts.cards .card_full .post .pageImageThumb {
    width: 100%;
    margin-right: 0;
  }
  /* line 254, ../sass/_posts.scss */
  .posts.cards .card_full .post .content {
    width: 100%;
  }
}
/* line 261, ../sass/_posts.scss */
.posts.cards .card_half .post {
  float: left;
  width: 48%;
  margin: 0 4% 40px 0;
}
/* line 265, ../sass/_posts.scss */
.posts.cards .card_half .post:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 520px) {
  /* line 261, ../sass/_posts.scss */
  .posts.cards .card_half .post {
    width: 100%;
    margin-right: 0;
  }
}
/* line 274, ../sass/_posts.scss */
.posts.cards .card_third {
  float: left;
  width: 100%;
}
/* line 277, ../sass/_posts.scss */
.posts.cards .card_third .post {
  float: left;
  width: 30.667%;
  margin: 0 4% 40px 0;
}
/* line 282, ../sass/_posts.scss */
.posts.cards .card_third .post .pageImageThumb img {
  max-height: 192px;
  /* remove eventually */
}
/* line 287, ../sass/_posts.scss */
.posts.cards .card_third .post .content h2 {
  font-size: 1.1875em;
}
/* line 291, ../sass/_posts.scss */
.posts.cards .card_third .post:nth-child(3n) {
  margin-right: 0;
}
/* line 294, ../sass/_posts.scss */
.posts.cards .card_third .post:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 768px) {
  /* line 277, ../sass/_posts.scss */
  .posts.cards .card_third .post {
    width: 48%;
  }
  /* line 299, ../sass/_posts.scss */
  .posts.cards .card_third .post .pageImageThumb img {
    max-height: none;
  }
  /* line 304, ../sass/_posts.scss */
  .posts.cards .card_third .post:nth-child(3n) {
    margin-right: 4%;
  }
  /* line 307, ../sass/_posts.scss */
  .posts.cards .card_third .post:nth-child(3n+1) {
    clear: none;
  }
  /* line 310, ../sass/_posts.scss */
  .posts.cards .card_third .post:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  /* line 277, ../sass/_posts.scss */
  .posts.cards .card_third .post {
    width: 100%;
    margin-right: 0;
  }
  /* line 319, ../sass/_posts.scss */
  .posts.cards .card_third .post .content h2 {
    font-size: 1.375em;
  }
  /* line 323, ../sass/_posts.scss */
  .posts.cards .card_third .post:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 329, ../sass/_posts.scss */
.posts.cards .card_quarter {
  float: left;
  width: 100%;
}
/* line 332, ../sass/_posts.scss */
.posts.cards .card_quarter .post {
  float: left;
  width: 22%;
  margin: 0 4% 40px 0;
}
/* line 337, ../sass/_posts.scss */
.posts.cards .card_quarter .post .content h2 {
  font-size: 1.0625em;
}
/* line 341, ../sass/_posts.scss */
.posts.cards .card_quarter .post:nth-child(4n) {
  margin-right: 0;
}
/* line 344, ../sass/_posts.scss */
.posts.cards .card_quarter .post:nth-child(3n+0) {
  clear: initial !important;
}
.posts.cards .card_quarter .post:last-child {
  margin-left: 4% !important;
}
@media (max-width: 1024px) {
  /* line 332, ../sass/_posts.scss */
  .posts.cards .card_quarter .post {
    width: 30.667%;
  }
  /* line 350, ../sass/_posts.scss */
  .posts.cards .card_quarter .post .content h2 {
    font-size: 1.1875em;
  }
  /* line 354, ../sass/_posts.scss */
  .posts.cards .card_quarter .post:nth-child(4n) {
    margin-right: 4%;
  }
  /* line 357, ../sass/_posts.scss */
  .posts.cards .card_quarter .post:nth-child(4n+1) {
    clear: none;
  }
  /* line 360, ../sass/_posts.scss */
  .posts.cards .card_quarter .post:nth-child(3n) {
    margin-right: 0;
  }
  /* line 363, ../sass/_posts.scss */
  .posts.cards .card_quarter .post:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  /* line 332, ../sass/_posts.scss */
  .posts.cards .card_quarter .post {
    width: 48%;
  }
  /* line 369, ../sass/_posts.scss */
  .posts.cards .card_quarter .post:nth-child(3n) {
    margin-right: 4%;
  }
  /* line 373, ../sass/_posts.scss */
  .posts.cards .card_quarter .post:nth-child(3n+1) {
    clear: none;
  }
  /* line 377, ../sass/_posts.scss */
  .posts.cards .card_quarter .post:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  /* line 332, ../sass/_posts.scss */
  .posts.cards .card_quarter .post {
    width: 100%;
    margin-right: 0;
  }
  /* line 385, ../sass/_posts.scss */
  .posts.cards .card_quarter .post .content h2 {
    font-size: 1.375em;
  }
  /* line 389, ../sass/_posts.scss */
  .posts.cards .card_quarter .post:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 397, ../sass/_posts.scss */
.posts.grid {
  float: left;
  width: 100%;
}
/* line 400, ../sass/_posts.scss */
.posts.grid .feat {
  float: left;
  width: 100%;
  box-shadow: 0 0 0 1px #e8e8e8;
  margin: 0 0 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 405, ../sass/_posts.scss */
.posts.grid .feat a {
  display: block;
}
/* line 407, ../sass/_posts.scss */
.posts.grid .feat a img {
  width: 100%;
  display: block;
}
/* line 420, ../sass/_posts.scss */
.posts.grid h3 a:hover {
  color: #ff9016;
}
/* line 426, ../sass/_posts.scss */
.posts.grid.half .post {
  float: left;
  width: 48%;
  margin: 0 4% 40px 0;
}
/* line 430, ../sass/_posts.scss */
.posts.grid.half .post:nth-child(2n) {
  margin-right: 0;
}
/* line 433, ../sass/_posts.scss */
.posts.grid.half .post:nth-child(2n+1) {
  clear: left;
}
@media (max-width: 520px) {
  /* line 426, ../sass/_posts.scss */
  .posts.grid.half .post {
    width: 100%;
    margin-right: 0;
  }
}
/* line 443, ../sass/_posts.scss */
.posts.grid.third .post {
  float: left;
  width: 30.667%;
  margin: 0 4% 20px 0;
}
/* line 447, ../sass/_posts.scss */
.posts.grid.third .post:nth-child(3n) {
  margin-right: 0;
}
/* line 450, ../sass/_posts.scss */
.posts.grid.third .post:nth-child(3n+1) {
  clear: left;
}
@media (max-width: 768px) {
  /* line 443, ../sass/_posts.scss */
  .posts.grid.third .post {
    width: 48%;
  }
  /* line 455, ../sass/_posts.scss */
  .posts.grid.third .post:nth-child(3n) {
    margin-right: 4%;
  }
  /* line 459, ../sass/_posts.scss */
  .posts.grid.third .post:nth-child(3n+1) {
    clear: none;
  }
  /* line 463, ../sass/_posts.scss */
  .posts.grid.third .post:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  /* line 443, ../sass/_posts.scss */
  .posts.grid.third .post {
    width: 100%;
    margin-right: 0;
  }
  /* line 471, ../sass/_posts.scss */
  .posts.grid.third .post:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 477, ../sass/_posts.scss */
.posts.grid.fourth, .posts.grid.quarter {
  float: left;
  width: 100%;
}
/* line 480, ../sass/_posts.scss */
.posts.grid.fourth .post, .posts.grid.quarter .post {
  float: left;
  width: 22%;
  margin: 0 4% 40px 0;
}
/* line 484, ../sass/_posts.scss */
.posts.grid.fourth .post:nth-child(4n), .posts.grid.quarter .post:nth-child(4n) {
  margin-right: 0;
}
/* line 487, ../sass/_posts.scss */
.posts.grid.fourth .post:nth-child(4n+1), .posts.grid.quarter .post:nth-child(4n+1) {
  clear: left;
}
@media (max-width: 1024px) {
  /* line 480, ../sass/_posts.scss */
  .posts.grid.fourth .post, .posts.grid.quarter .post {
    width: 30.667%;
  }
  /* line 492, ../sass/_posts.scss */
  .posts.grid.fourth .post:nth-child(4n), .posts.grid.quarter .post:nth-child(4n) {
    margin-right: 4%;
  }
  /* line 495, ../sass/_posts.scss */
  .posts.grid.fourth .post:nth-child(4n+1), .posts.grid.quarter .post:nth-child(4n+1) {
    clear: none;
  }
  /* line 498, ../sass/_posts.scss */
  .posts.grid.fourth .post:nth-child(3n), .posts.grid.quarter .post:nth-child(3n) {
    margin-right: 0;
  }
  /* line 501, ../sass/_posts.scss */
  .posts.grid.fourth .post:nth-child(3n+1), .posts.grid.quarter .post:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  /* line 480, ../sass/_posts.scss */
  .posts.grid.fourth .post, .posts.grid.quarter .post {
    width: 48%;
  }
  /* line 507, ../sass/_posts.scss */
  .posts.grid.fourth .post:nth-child(3n), .posts.grid.quarter .post:nth-child(3n) {
    margin-right: 4%;
  }
  /* line 511, ../sass/_posts.scss */
  .posts.grid.fourth .post:nth-child(3n+1), .posts.grid.quarter .post:nth-child(3n+1) {
    clear: none;
  }
  /* line 515, ../sass/_posts.scss */
  .posts.grid.fourth .post:nth-child(2n), .posts.grid.quarter .post:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  /* line 480, ../sass/_posts.scss */
  .posts.grid.fourth .post, .posts.grid.quarter .post {
    width: 100%;
    margin-right: 0;
  }
  /* line 523, ../sass/_posts.scss */
  .posts.grid.fourth .post:nth-child(3n), .posts.grid.quarter .post:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 529, ../sass/_posts.scss */
.posts.grid.fifth {
  float: left;
  width: 100%;
}
/* line 532, ../sass/_posts.scss */
.posts.grid.fifth .post {
  float: left;
  width: 16.8%;
  margin: 0 4% 40px 0;
}
/* line 536, ../sass/_posts.scss */
.posts.grid.fifth .post:nth-child(5n) {
  margin-right: 0;
}
/* line 539, ../sass/_posts.scss */
.posts.grid.fifth .post:nth-child(5n+1) {
  clear: left;
}
@media (max-width: 1024px) {
  /* line 532, ../sass/_posts.scss */
  .posts.grid.fifth .post {
    width: 30.667%;
  }
  /* line 544, ../sass/_posts.scss */
  .posts.grid.fifth .post:nth-child(5n) {
    margin-right: 4%;
  }
  /* line 547, ../sass/_posts.scss */
  .posts.grid.fifth .post:nth-child(5n+1) {
    clear: none;
  }
  /* line 550, ../sass/_posts.scss */
  .posts.grid.fifth .post:nth-child(3n) {
    margin-right: 0;
  }
  /* line 553, ../sass/_posts.scss */
  .posts.grid.fifth .post:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 768px) {
  /* line 532, ../sass/_posts.scss */
  .posts.grid.fifth .post {
    width: 48%;
  }
  /* line 559, ../sass/_posts.scss */
  .posts.grid.fifth .post:nth-child(3n) {
    margin-right: 4%;
  }
  /* line 563, ../sass/_posts.scss */
  .posts.grid.fifth .post:nth-child(3n+1) {
    clear: none;
  }
  /* line 567, ../sass/_posts.scss */
  .posts.grid.fifth .post:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  /* line 532, ../sass/_posts.scss */
  .posts.grid.fifth .post {
    width: 100%;
    margin-right: 0;
  }
  /* line 575, ../sass/_posts.scss */
  .posts.grid.fifth .post:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 584, ../sass/_posts.scss */
.posts.grid.term_chiefs .post .content h3 {
  margin: 0;
}
/* line 594, ../sass/_posts.scss */
.posts.blue h2 {
  color: #fff;
}
/* line 596, ../sass/_posts.scss */
.posts.blue h2 a {
  color: #fff;
}
/* line 598, ../sass/_posts.scss */
.posts.blue h2 a:hover {
  color: #ff9016;
}
/* line 603, ../sass/_posts.scss */
.posts.blue p {
  color: #fff;
}
/* line 606, ../sass/_posts.scss */
.posts.blue a {
  color: #ff9016;
}
/* line 608, ../sass/_posts.scss */
.posts.blue a:hover {
  color: #3b4044;
}

/* line 3, ../sass/_blog.scss */
.author {
  float: left;
  width: 90%;
  margin: 20px 0;
  background-color: #e8e8e8;
  padding: 20px 5%;
}
/* line 10, ../sass/_blog.scss */
.author .image {
  float: left;
  margin: 0 20px 0 0;
  width: 25%;
}
/* line 14, ../sass/_blog.scss */
.author .image img {
  max-width: 100%;
}
/* line 16, ../sass/_blog.scss */
.author .wrap {
  float: left;
  clear: none;
  margin: 0;
  width: 70%;
}
/* line 21, ../sass/_blog.scss */
.author .wrap h1 {
  margin: 0 0 25px;
}
/* line 25, ../sass/_blog.scss */
.author .exc {
  width: 100%;
  float: left;
  margin: 20px 0;
}

/* line 32, ../sass/_blog.scss */
.metadata {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  color: #3b4044;
  font-weight: 300;
}
/* line 38, ../sass/_blog.scss */
.metadata a {
  color: #3b4044;
}
/* line 40, ../sass/_blog.scss */
.metadata a:hover {
  color: #00a1e1;
}

/* line 46, ../sass/_blog.scss */
.post_feat {
  float: left;
  margin: 0 0 30px;
}
/* line 49, ../sass/_blog.scss */
.post_feat.blog {
  width: 100%;
}

/* forms */
/* line 5, ../sass/_forms.scss */
form {
  float: left;
  background: #e8e8e8;
  padding: 20px;
  margin: 0 0 40px;
  font: 300 1em/1em "proxima-nova", Arial, sans-serif;
  color: #3b4044;
}
/* line 12, ../sass/_forms.scss */
form div {
  float: left;
  width: 100%;
  margin: 10px 0 5px;
}
/* line 16, ../sass/_forms.scss */
form div.form_hint_holder {
  font: 300 0.875em/1em "proxima-nova", Arial, sans-serif;
  color: #00a1e1;
  margin: 0 0 20px;
}
/* line 21, ../sass/_forms.scss */
form div.hidden, form div.sp {
  display: none;
}
/* line 24, ../sass/_forms.scss */
form div label {
  float: left;
  margin: 0 0 5px;
}
/* line 29, ../sass/_forms.scss */
form p {
  font: 300 0.875em/1em "proxima-nova", Arial, sans-serif;
  color: #3b4044;
}
/* line 32, ../sass/_forms.scss */
form p input {
  /*font-size:1.1428em;*/
  font-size: initial;
}

/* line 39, ../sass/_forms.scss */
select {
  float: left;
  width: 100%;
  padding: 10px;
  font: 300 1em/1.18em "proxima-nova", Arial, sans-serif;
  color: #3b4044;
  border: none;
  border-radius: 0px;
  box-shadow: inset 0 0 0 1px #c4c4c4;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../img/search_icons.png") no-repeat right 13px #fff;
  cursor: pointer;
}
/* line 52, ../sass/_forms.scss */
select:focus {
  outline-color: #ff9016;
}

/* line 57, ../sass/_forms.scss */
input {
  float: left;
  width: 96%;
  padding: 10px 2%;
  font: 300 1em/1em "proxima-nova", Arial, sans-serif;
  color: #3b4044;
  border: none;
  border-radius: 0px;
  box-shadow: inset 0 0 0 1px #c4c4c4;
}
/* line 67, ../sass/_forms.scss */
input[type="submit"] {
  width: 50%;
  padding: 10px;
  cursor: pointer;
  box-shadow: none;
  background: #00a1e1;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 75, ../sass/_forms.scss */
input[type="submit"]:hover {
  background: #ff9016;
}
/* line 79, ../sass/_forms.scss */
input[type="radio"] {
  box-shadow: none;
  width: 15px;
  margin: 7px 10px;
}
/* line 85, ../sass/_forms.scss */
input[type="checkbox"] {
  box-shadow: none;
  width: 15px;
  margin: 7px 10px;
}
/* line 91, ../sass/_forms.scss */
input::-webkit-input-placeholder {
  color: #3b4044;
  font: 300 1em/1.25em "proxima-nova", Arial, sans-serif;
}
/* line 95, ../sass/_forms.scss */
input:-moz-placeholder {
  color: #3b4044;
  font: 300 1em/1.25em "proxima-nova", Arial, sans-serif;
}
/* line 99, ../sass/_forms.scss */
input::-moz-placeholder {
  color: #3b4044;
  font: 300 1em/1.25em "proxima-nova", Arial, sans-serif;
}
/* line 103, ../sass/_forms.scss */
input:-ms-input-placeholder {
  color: #3b4044;
  font: 300 1em/1.25em "proxima-nova", Arial, sans-serif;
}
/* line 108, ../sass/_forms.scss */
input:focus {
  outline-color: #ff9016;
}

/* line 113, ../sass/_forms.scss */
textarea {
  float: left;
  width: 96%;
  padding: 10px 2%;
  font: 300 1em/1.25em "proxima-nova", Arial, sans-serif;
  color: #3b4044;
  border: none;
  border-radius: 0px;
  box-shadow: inset 0 0 0 1px #c4c4c4;
}
/* line 122, ../sass/_forms.scss */
textarea:focus {
  outline-color: #ff9016;
}

@media (max-width: 768px) {
  /* line 128, ../sass/_forms.scss */
  select {
    font: 300 1.25em/1em "proxima-nova", Arial, sans-serif;
    background-position-y: 20px;
  }

  /* line 134, ../sass/_forms.scss */
  input {
    padding: 15px 2%;
    font: 300 1.25em/1em "proxima-nova", Arial, sans-serif;
  }

  /* line 139, ../sass/_forms.scss */
  textarea {
    padding: 15px 2%;
    font: 300 1.25em/1.375em "proxima-nova", Arial, sans-serif;
  }
}
/* line 145, ../sass/_forms.scss */
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
  float: left;
  margin: 5px 0 0;
}

/* line 152, ../sass/_forms.scss */
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  float: left;
  width: 90%;
}

/* line 156, ../sass/_forms.scss */
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  float: left;
  width: 90%;
}

/* line 23, ../sass/screen.scss */
.mainwrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

/* line 29, ../sass/screen.scss */
.masthead {
  background: #3b4044;
  padding: 9px 0;
  float: left;
  width: 100%;
}

/* line 36, ../sass/screen.scss */
#header {
  float: left;
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 100;
  text-align: center;
}

/* line 45, ../sass/screen.scss */
#content {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 100;
}
/* line 52, ../sass/screen.scss */
#content .section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  /*.section {
  	padding:0px;
  }*/
}
/* line 57, ../sass/screen.scss */
#content .section.posts {
  padding: 0 0 50px;
}
/* line 61, ../sass/screen.scss */
#content .section.full.cta.blue.frontpage {
  padding: 30px 0;
}
/* line 65, ../sass/screen.scss */
#content .section.about {
  padding: 60px 0 0;
}
/* line 70, ../sass/screen.scss */
#content .section .callout {
  float: left;
  padding: 20px 15px;
  margin: 20px 5% 20px 0;
}
/* line 75, ../sass/screen.scss */
#content .section .callout.right {
  float: right;
  margin: 20px 0 20px 5%;
}
/* line 79, ../sass/screen.scss */
#content .section .callout p {
  padding: 0 20px;
}
/* line 82, ../sass/screen.scss */
#content .section .callout.graylt {
  background: #f8f8f9;
}
/* line 85, ../sass/screen.scss */
#content .section .callout.gray {
  background: #e8e8e8;
}
/* line 89, ../sass/screen.scss */
#content .section .callout.blue {
  background: #00a1e1;
}
@media (max-width: 1024px) {
  /* line 70, ../sass/screen.scss */
  #content .section .callout {
    width: 100%;
  }
}
/* line 98, ../sass/screen.scss */
#content .section .pdf {
  color: #808080;
}
/* line 100, ../sass/screen.scss */
#content .section .pdf h3 {
  font: 400 1.25em/1.5em #808080;
}
/* line 103, ../sass/screen.scss */
#content .section .pdf table {
  width: 100%;
  margin: 0 0 20px;
}
/* line 106, ../sass/screen.scss */
#content .section .pdf table tr {
  color: #124666;
  background: #fff;
}
/* line 109, ../sass/screen.scss */
#content .section .pdf table tr td {
  padding: 5px;
  width: 50%;
  box-shadow: 0 0 0 1px #124666;
  font-size: .875em;
}
/* line 115, ../sass/screen.scss */
#content .section .pdf table tr:nth-child(odd) {
  background: #124666;
  color: #fff;
}
/* line 121, ../sass/screen.scss */
#content .section .pdf.gray {
  background: #e8e8e8;
  padding: 10px 2%;
}
@media (max-width: 768px) {
  /* line 121, ../sass/screen.scss */
  #content .section .pdf.gray {
    width: 96%;
  }
}
@media (max-width: 768px) {
  /* line 98, ../sass/screen.scss */
  #content .section .pdf {
    margin: 0 0 40px;
  }
}
/* line 134, ../sass/screen.scss */
#content .section .team_member .post_feat {
  margin: 10px 20px 0 0;
}
@media (max-width: 768px) {
  /* line 134, ../sass/screen.scss */
  #content .section .team_member .post_feat {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 143, ../sass/screen.scss */
#content .section.left {
  margin: 0 2% 0 0;
}
/* line 144, ../sass/screen.scss */
#content .section.right {
  margin: 0 0 0 2%;
  float: right;
  padding: 100px 0 50px;
  /* b/c left side has 2 sections w/50px padding */
}
@media (max-width: 1024px) {
  /* line 144, ../sass/screen.scss */
  #content .section.right {
    padding: 20px 0;
  }
}
/* line 152, ../sass/screen.scss */
#content .section.half {
  width: 48%;
}
@media (max-width: 768px) {
  /* line 152, ../sass/screen.scss */
  #content .section.half {
    width: 100%;
    margin: 0;
  }
}
/* line 159, ../sass/screen.scss */
#content .section.onethird {
  width: 28%;
}
@media (max-width: 1024px) {
  /* line 159, ../sass/screen.scss */
  #content .section.onethird {
    width: 100%;
    margin: 0;
  }
}
/* line 166, ../sass/screen.scss */
#content .section.twothird {
  width: 64%;
}
@media (max-width: 1024px) {
  /* line 166, ../sass/screen.scss */
  #content .section.twothird {
    width: 100%;
    margin: 0;
  }
}
/* line 173, ../sass/screen.scss */
#content .section.onequater {
  width: 23%;
}
/* line 174, ../sass/screen.scss */
#content .section.threequarter {
  width: 73%;
}
/* line 176, ../sass/screen.scss */
#content .section.border {
  border-bottom: 1px solid #e8e8e8;
}
/* line 178, ../sass/screen.scss */
#content .section.nomargin {
  margin: 0;
}
/* line 179, ../sass/screen.scss */
#content .section.nopadding {
  padding: 0;
}
/* line 181, ../sass/screen.scss */
#content .section.graylt {
  background: #f8f8f9;
}
/* line 182, ../sass/screen.scss */
#content .section.graydk {
  background: #c4c4c4;
}
/* line 183, ../sass/screen.scss */
#content .section.blue {
  background: #00a1e1;
}
/* line 184, ../sass/screen.scss */
#content .section.white {
  background: #fff;
}
/* line 186, ../sass/screen.scss */
#content .section.sidebar {
  position: relative;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
/* line 196, ../sass/screen.scss */
#content .section.pagination a.page-numbers {
  display: inline-block;
  margin: 0 5px;
}

/* line 205, ../sass/screen.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 209, ../sass/screen.scss */
.center {
  text-align: center;
}

/* line 214, ../sass/screen.scss */
.wrap, .pagewrap {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 25px;
}

/* line 221, ../sass/screen.scss */
.divider {
  width: 60px;
  height: 4px;
  background: #e8e8e8;
  display: block;
  margin: 0 auto;
}

/* line 232, ../sass/screen.scss */
.template_page-resources #content .section .posts {
  padding: 50px 0;
}
/* line 238, ../sass/screen.scss */
.template_page-resources .inputwrap {
  float: left;
  width: 32%;
  margin: 0 2% 0px 0;
  position: relative;
  background: url("../img/search_icons.png") no-repeat 8px -21px #fff;
}
/* line 245, ../sass/screen.scss */
.template_page-resources .inputwrap select {
  background-color: transparent;
  padding-left: 10%;
}
/* line 249, ../sass/screen.scss */
.template_page-resources .inputwrap input {
  background-color: transparent;
  width: 85%;
  padding-right: 5%;
  padding-left: 10%;
}
/* line 256, ../sass/screen.scss */
.template_page-resources .inputwrap.middle {
  background-position-y: -55px;
}
/* line 259, ../sass/screen.scss */
.template_page-resources .inputwrap.last {
  margin: 0;
  background-position-y: -89px;
}
@media (max-width: 1024px) {
  /* line 265, ../sass/screen.scss */
  .template_page-resources .inputwrap select {
    padding-left: 14%;
  }
  /* line 269, ../sass/screen.scss */
  .template_page-resources .inputwrap input {
    padding-right: 5%;
    padding-left: 14%;
    width: 81%;
  }
}
@media (max-width: 768px) {
  /* line 238, ../sass/screen.scss */
  .template_page-resources .inputwrap {
    width: 100%;
    margin: 0 0 20px;
    background-position-y: -14px;
  }
  /* line 281, ../sass/screen.scss */
  .template_page-resources .inputwrap select {
    padding-left: 10%;
  }
  /* line 284, ../sass/screen.scss */
  .template_page-resources .inputwrap input {
    padding-right: 5%;
    padding-left: 10%;
    width: 85%;
  }
  /* line 289, ../sass/screen.scss */
  .template_page-resources .inputwrap.middle {
    background-position-y: -49px;
  }
  /* line 292, ../sass/screen.scss */
  .template_page-resources .inputwrap.last {
    background-position-y: -82px;
  }
}

/* line 300, ../sass/screen.scss */
.addthis_sharing_toolbox {
  clear: left;
  float: left;
  width: 100%;
  margin: 40px 0;
}
@media (max-width: 768px) {
  /* line 300, ../sass/screen.scss */
  .addthis_sharing_toolbox {
    margin: 0;
  }
}

/* line 311, ../sass/screen.scss */
table {
  width: 100%;
  margin: 0 0 20px;
}
/* line 315, ../sass/screen.scss */
table tr th, table tr td {
  border: 1px solid;
  padding: 5px;
}

/* line 322, ../sass/screen.scss */
sup {
  vertical-align: super;
  font-size: .825em;
}

/* line 327, ../sass/screen.scss */
sub {
  vertical-align: sub;
  font-size: .825em;
}

/* line 332, ../sass/screen.scss */
cite {
  font-style: italic;
}

/* line 337, ../sass/screen.scss */
.partner {
  display: table;
  width: 100%;
  box-shadow: inset 0 0 0 1px #c4c4c4;
  color: #808080;
  margin: 0 0 20px;
  	/*a.img{
  		display: table-cell;
      	width: 39%;
      	vertical-align: middle;
      	padding: 10px 3%;
      	text-align: center;
      	box-shadow:inset -1px 0px 0px 0px $graydk;
  		@media(max-width:520px){
  			display:block;
  			float:left;
  			width:94%;
  			box-shadow:inset 0px -1px 0px 0px $graydk;
  		}
  
  	}*/
}
@media (max-width: 520px) {
  /* line 337, ../sass/screen.scss */
  .partner {
    display: block;
    float: left;
    width: 100%;
  }
}
/* line 363, ../sass/screen.scss */
.partner img {
  margin: 0;
  width: 100%;
  max-width: 200px;
}
/* line 368, ../sass/screen.scss */
.partner p {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
  padding: 10px 3%;
}
@media (max-width: 520px) {
  /* line 368, ../sass/screen.scss */
  .partner p {
    display: block;
    float: left;
    width: 94%;
    margin: 0;
  }
}
/* line 379, ../sass/screen.scss */
.partner p:first-child {
  width: 39%;
  text-align: center;
  box-shadow: inset -1px 0px 0px 0px #c4c4c4;
}
@media (max-width: 520px) {
  /* line 379, ../sass/screen.scss */
  .partner p:first-child {
    display: block;
    float: left;
    width: 94%;
    box-shadow: inset 0px -1px 0px 0px #c4c4c4;
  }
}

.wpcf7-response-output { width: 85%; }