/*
Theme Name: CAPE
Description: Wordpress Theme Designed for CAPE.
Author: Drogin Group
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
ol {
  margin: 0 0 10px 1.5em;
}
ul {
  margin: 0 0 10px 1.5em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
}
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: none repeat scroll 0 0 #ffffff;
}
html,
body,
input,
textarea {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4444em;
  color: #333333;
}
a {
  color: #b04f4f;
  outline: medium none;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:hover {
  color: #b04f4f;
  text-decoration: underline;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
iframe {
  max-width: 100%;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}
h1 {
  font-size: 2.125rem;
}
h2 {
  font-size: 1.944rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-bottom: 1.35em;
}
ul {
  margin-bottom: 1.35em;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
ins {
  text-decoration: none;
}
pre {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 0.8em;
}
sub {
  top: 0.3em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
hr {
  background: none repeat scroll 0 0 #d8d8d8;
  border: medium none;
  clear: both;
  height: 1px;
  margin: 12px 0;
}
blockquote {
  margin: 0 0 1.35em;
  padding: 0;
  position: relative;
}
blockquote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: -0.75em;
  border-left: 2px solid #b04f4f;
}
blockquote p {
  font-style: italic;
  font-weight: normal;
  font-size: 1.222rem;
  line-height: 1.3em;
  color: #666666;
  margin-bottom: 1.35em;
}
blockquote cite {
  color: #005eb6;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="tel"], input[type="search"],
input.text,
input.title,
textarea,
select {
  height: 45px;
  line-height: 45px;
  font-style: normal;
  padding: 0px 1em;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;

  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border-color: #3a5194;
}
input[type="submit"],
button,
.button {
  background: #b04f4f;
  border-radius: 5px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  max-width: 100%;
  padding: 0 1.215em;
  text-align: center;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  width: auto;
  cursor: pointer;
  border: none;
  font-weight: 800;
  font-size: 0.94444rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.button.inactive {
  background: #1f3574;
  pointer-events: none;
}
.button.orange {
  background: #e37f23;
}
.button.btn-outline-grey {
	background: no-repeat;
	color: #787878;
	border: 2px solid #787878;
}
.button.btn-outline-grey:hover{
  background: #787878; color: #fff;
}
.button.btn-outline-white {
  background: none;
  border: 3px solid #ffffff;
  line-height: 41px;
}
.button.btn-outline-white:hover {
  background: #fff;
  color: #b04f4f;
}
.button sub {
  font-size: 0.64em;
  top: 0em;
}
.button.sml {
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
}
.button.tiny {
  height: 42px;
  line-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.0588rem;
  padding: 0 0.91em;
}
.button.tiny.hollow {
  line-height: 38px;
}
.button.highlight {
  background: #c72727;
}
input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
button:focus,
.button:hover {
  background: #222;
  color: #fff;
  text-decoration: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.screen-reader-text {
  text-indent: -9999px;
  display: none;
}
table {
  background: none repeat scroll 0 0 #eeeeee;
  border-collapse: separate;
}
table th {
  background: none repeat scroll 0 0 #f6f6f6;
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
}
table td {
  background: #fff;
  padding: 5px 10px;
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.row {
  margin: 0 -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.highlight,
.text-highlight {
  color: #b04f4f !important;
}
.text-fern {
  color: #437326;
}
.text-green {
  color: #b04f4f;
}
.bg-highlight {
  background-color: #b04f4f !important;
}
.text-right {
  text-align: right;
}
.font22 {
  font-size: 1.2222rem;
  line-height: 1.4545em;
  margin-bottom: 1.45em;
}
.font23{
  font-size: 1.2778rem;
line-height: 1.434em;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#searchsubmit {
  font-family: FontAwesome;
}
.font24 {
  font-size: 1.2rem;
  line-height: 1.74em;
}
.text-red {
  color: #b04f4f;
}
.text-blue {
  color: #3a5194;
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 6px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important; /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.wp-smiley {
  margin: 0;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
  position: relative;
}
ul.gform_fields {
  margin: 0 -8px;
  position: relative;
  padding: 0;
  list-style: none;
}
ul.gform_fields:after,
ul.gform_fields:before {
  content: " ";
  display: table;
  clear: both;
}
ul.gform_fields > li.gfield {
  position: relative;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  width: 50%;
  padding-bottom: 22px;
  position: relative;
}
ul.gform_fields > li.gfield.fullwidth {
  width: 100%;
}
ul.gform_fields > li.gfield.gfield--type-honeypot{
	display: none;
}
ul.gform_fields > li.gfield.gfield--type-captcha{
	width: 100%; padding: 0
}
ul.gform_fields > li.gfield.gfield--type-captcha .gfield_label{
	display: none;
}
ul.gform_fields > li.gfield input[type="text"] {
  width: 100%;
}
ul.gform_fields > li.gfield textarea {
  width: 100%;
  height: 120px;
}
.gform_footer img {
  position: absolute;
}
.validation_error {
  display: none;
}
.gfield_description.validation_message {
  font-size: 0.7em;
  line-height: 1em;
  position: absolute;
  color: #ff0000;
  bottom: 16px;
  right: 20px;
}
.gfield_label {
  line-height: 45px;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;

  position: absolute;
  left: 1.5rem;
  top: 0;
}
.gfield.toggle-label .gfield_label {
  font-size: 11px;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  top: 2px;
}
.errorMessages {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_footer {
  text-align: center;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.container {
  position: relative;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 9;
}
.container.with-sidebar {
  display: flex;
}
#content {
	width: 50%;
	flex-grow: 1;
}
#sidebar {
  width: 35%;
  padding-left: 2.61rem;
}
#main {
  padding: 2.3rem 0;
  position: relative;
}
.section {
  padding: 2.8rem 0 4.25rem;
  position: relative;
}
.section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.section.justify-content-end:before {
  background: linear-gradient(
    270deg,
    #ffffff 43.19%,
    rgba(255, 255, 255, 0) 72.36%
  );
}
.section.justify-content-start:before {
  background: linear-gradient(
    90deg,
    #ffffff 43.47%,
    rgba(255, 255, 255, 0) 67.88%
  );
}
.section .container {
  position: relative;
  z-index: 9;
}
.bg-image {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 50%;
}
.bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.justify-content-start .bg-image {
  left: inherit;
  right: 0;
}
.inline-img {
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 1.45rem;
}
.inline-img img {
  display: block;
}
.quoteTxt {
  font-style: italic;
  font-weight: 500;
  font-size: 1.055556rem;
  line-height: 1.4736em;
}
.sidebarImgBx {
  max-width: 100%;
  margin: 0 auto 1.65rem;
  position: relative;
}
.sidebarImg {
  width: 100%;
  position: relative;
  padding-top: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.sidebarImg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sidebarForm .formBx {
  padding: 1.4rem 1.85rem 1.72rem;
}
.sidebarForm .gform_title {
  font-weight: 800;
  font-size: 1.444rem;
  line-height: 1.0384em;
  color: #3a5194;
  padding-bottom: 0.65em;
}
.sidebarForm ul.gform_fields > li.gfield {
  width: 100%;
  padding-bottom: 16px;
}
.sidebarForm .button {
  width: 100%;
}
.groupTitle {
	font-weight: 800;
	font-size: 2.55556rem;
	line-height: 1.043em;
	color: #999999;
}
.sectionTitle{
  font-weight: 800;
font-size: 2.5rem;
line-height: 1.05em;
}
.listTitle{
  font-weight: 800;
font-size: 1.5556rem;
line-height: 1.035em;
color: #999999; 
}
/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
#header {
  display: flex;
  position: relative;
  z-index: 99;
  padding: 19px 20px 22px;
  align-items: center;
}

#logo {
  position: relative;
}
#logo img {
  display: block;
}
#headerBtn {
  padding-left: 1.2rem;
}
#headerSocial {
  padding-left: 0.45rem;
  font-size: 1.333rem;
  line-height: 1.16667em;
  color: #666666;
}
#headerSocial a {
  display: inline-block;
  margin-left: 0.5em;
  text-decoration: none;
  color: #666666;
}
#headerSocial a:hover {
  color: #b04f4f;
  text-decoration: none;
}
#navigation {
	margin-left: auto;
	position: relative;
	z-index: 9;
}
#navigation ul.desktopMenu, #mobile-nav ul.mobileMenu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul.desktopMenu > li, #mobile-nav ul.mobileMenu > li {
  display: inline-block;
  margin-left: 1.05em;
  font-weight: 800;
  font-size: 0.94444rem;
  line-height: 1.8em;
  color: #666666;
  position: relative;
}
#navigation ul.desktopMenu > li > a, #mobile-nav ul.mobileMenu > li > a {
  display: inline-block;
  color: #666666;
}
#navigation ul.desktopMenu > li:hover > a, #mobile-nav ul.mobileMenu > li:hover > a {
  color: #b04f4f;
  text-decoration: none;
}

#navigation ul.desktopMenu > li.current-menu-ancestor > a, #mobile-nav ul.mobileMenu > li.current-menu-ancestor > a {
  color: #b04f4f;
  text-decoration: none;
}
#navigation ul.desktopMenu > li > i, #mobile-nav ul.mobileMenu > li > i {
  display: inline-block;
  margin-left: 0.25em;
  color: #b04f4f;
}
#navigation ul.desktopMenu > li > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 219px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.13);
	backdrop-filter: blur(7px);
	display: none;
	border-radius: 7px;
	position: absolute;
	z-index: 99;
}
#navigation ul.desktopMenu > li > ul > li {
  border-bottom: 1px solid #dddddd; position: relative;
}
#navigation ul.desktopMenu > li > ul > li:last-child {
  border-bottom: none;
}
#navigation ul.desktopMenu > li > ul > li > a {
  display: block;
  padding: 4.5px 16px;
  position: relative;
  color: #666666;
}
#navigation ul.desktopMenu > li > ul > li:hover > a {
  color: #b04f4f;
  text-decoration: none;
}
#navigation ul.desktopMenu > li > ul > li.current-menu-item > a:before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #b04f4f;
  margin-bottom: -1px;
}
#navigation ul.desktopMenu > li > ul > li > ul, #mobile-nav ul.mobileMenu > li > ul{
  margin: 0; padding: 0; list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 219px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(7px);
  display: none;
  border-radius: 7px;
  position: absolute;
  z-index: 99; left: 100%; top: 0; font-size: .95em;
}
#navigation ul.desktopMenu > li > ul > li > ul > li, #mobile-nav ul.mobileMenu > li > ul > li{
  border-bottom: 1px solid #dddddd; position: relative;
}
#navigation ul.desktopMenu > li > ul > li > ul > li:last-child{
  border-bottom: none;
}
#navigation ul.desktopMenu > li > ul > li > ul > li > a, #mobile-nav ul.mobileMenu > li > ul > li > a{
  display: block;
  padding: 4.5px 16px;
  position: relative;
  color: #666666;
}
/*------------------------------------------------*/
/*----------------------[BANNER]------------------*/
/*------------------------------------------------*/
#banner {
  position: relative;
  padding: 4.2rem 0 5.32rem;
  color: #fff;
  background-color: #3a5194;
}
#banner.justify-content-start:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(
    90deg,
    #3a5194 41.53%,
    rgba(58, 81, 148, 0.851852) 57.21%,
    rgba(58, 81, 148, 0) 103.47%
  );
  z-index: 2;
}
#banner.justify-content-end:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(
    270deg,
    #3a5194 46.39%,
    rgba(58, 81, 148, 0.851852) 52.08%,
    rgba(58, 81, 148, 0) 68.89%
  );
  z-index: 2;
}
#banner.withoutImg:before {
  display: none;
}
#banner.withoutImg .row {
  justify-content: center;
  text-align: center;
}
.bannerImg {
  position: absolute;
  width: 64.9%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#banner.justify-content-start .bannerImg {
  right: 0;
  left: inherit;
}
#banner.justify-content-end .bannerImg {
  right: inherit;
  left: 0;
}
.bannerImg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.bannerTitle {
  font-weight: 800;
  font-size: 4.27778rem;
  line-height: 0.935em;
  padding: 0;
}
.bannerTagline {
  font-weight: 800;
  font-size: 3.166667rem;
  line-height: 1em;
  padding: 0;
}
.bannerTxt {
  font-weight: 400;
  font-size: 1.27778rem;
  line-height: 1.434em;
  padding-top: 0.91em;
}
.bannerTxt p {
  font-size: 1em;
  line-height: 1.434em;
}
/*------------------------------------------------*/
/*---------------------[NEWS/BLOG]----------------*/
/*------------------------------------------------*/
#page-blog #banner {
  padding-bottom: 1.2rem;
}
#page-blog #main {
  padding-bottom: 5.4rem;
  background: #3a5194;
}
#blogCategories {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.9rem;
}
#blogCategories .button {
  margin: 0 0.75em;
}
#newsSearch {
	padding-top: 1.9rem;
}
#newsSearch #searchform {
	max-width: 840px;
	margin: 0 auto;
	width: 100%;
}
#newsSearch #searchform input[type="search"] {
	width: 100%;
}
.postBx {
  position: relative;
  margin-bottom: 2.28rem;
  display: flex;
  flex-direction: row-reverse;
  padding: 2.5rem 3.25rem 2.9rem;
  background: #ffffff;
  border-radius: 5px; overflow: hidden;
}
.postBx .postImgBx {
  width: 30%;
}
.postBx .entry {
	width: 50%;
	flex-grow: 1;
	padding-right: 2rem;
}
.postBx .postBxImg {
  width: 303px;
  height: 303px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.postBx .postBxImg img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.postMeta {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 1.38889rem;
  line-height: 1.28em;
  color: #3a5394;
}
.postMeta span {
  display: block;
  margin: 0 0.25em;
}
.postMeta .postBxDate {
  font-weight: 400;
}
.postBxTitle,
.postTitle {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.28889em;
  color: #3a5194;
  padding-bottom: 0.38em;
}
.postBxTitle a {
  color: #3a5194;
}
.postBxTitle a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
}
.postBxContent {
  font-weight: 400;
  font-size: 1.222rem;
  line-height: 1.45em;
  color: #333333;
}
.postBxBtn {
  padding-top: 1.5rem;
}

#paginationWrapper {
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#paginationWrapper .button {
  width: 132px;
  padding: 0 5px;
}
.wp-pagenavi {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.222em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  margin: 0 0.25em;
  padding: 0.07em 0.185em;
}
.wp-pagenavi > a {
  color: #fff;
  text-decoration: none;
}
.wp-pagenavi > span,
.wp-pagenavi > a:hover {
  color: #fff;
}
.wp-pagenavi > span {
  border-bottom: solid 3.5px #fff;
}

/*------------------------------------------------*/
/*-------------------[JOIN FORM]------------------*/
/*------------------------------------------------*/
#joinForm {
  padding: 2.15rem 0 3.35rem;
  position: relative;
}
#joinForm .container {
  display: flex;
  align-items: center;
}
#joinFormRight {
  width: 48.35%;
}
#joinFormLeft {
  width: 40%;
  flex-grow: 1;
  padding-right: 5rem;
}
.formBx {
  background: #3a5194;
  border-radius: 10px;
  padding: 2.51em 2.85rem 2.77rem;
}
.joinFormTitle {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.04444em;
  color: #3a5194;
}
.joinFormDesc {
  font-weight: 400;
  font-size: 1.2778rem;
  line-height: 1.434em;
  color: #333333;
}

/*------------------------------------------------*/
/*---------------------[MISSION]------------------*/
/*------------------------------------------------*/
#page-our-mission #banner {
  padding-bottom: 4.6rem;
}
#page-our-mission .bannerImg {
  width: 55.833%;
}
#page-our-mission .bannerTxtBx {
  max-width: 720px;
  margin-left: auto;
}
#page-our-mission #main {
  padding: 3.5rem 0;
}
#page-our-mission #content {
  padding-top: 0.5rem;
}

/*------------------------------------------------*/
/*-----------------[POLICY PAPERS]----------------*/
/*------------------------------------------------*/
#page-policy-papers #banner {
  padding-bottom: 0.92rem;
}
#page-policy-papers #banner:before {
  background: linear-gradient(
    90deg,
    #3a5194 52.08%,
    rgba(58, 81, 148, 0.851852) 61.57%,
    rgba(58, 81, 148, 0) 89.58%
  );
}
#page-policy-papers .bannerImg {
  width: 56.25%;
}
#page-policy-papers #content {
  padding-top: 4px;
}
.headingList {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.headingList > li {
  position: relative;
}
.headingBx {
  padding-bottom: 1.4rem;
}
.heading {
  font-weight: 800;
  font-size: 1.7778rem;
  line-height: 1.81em;
  padding-left: 0.57em;
  color: #3a5194;
  position: relative;
}
.heading:before {
  content: "›";
  position: absolute;
  left: 0;
  color: #b04f4f;
}
.heading > a {
  color: #3a5194;
}
.headingIntro {
  font-size: 1rem;
  padding-top: 0.25em;
  color: #000;
}
/*------------------------------------------------*/
/*----------------------[FACTS]------------------*/
/*------------------------------------------------*/
#page-private-school-facts #banner {
  padding-bottom: 1.4rem;
}
#page-private-school-facts #main {
  background: #3a5194;
}
.postBx.factsPostBx {
  position: relative;
  overflow: hidden;
  padding: 2.35rem 3.25rem 3rem;

  display: block;
}
.postBx.factsPostBx:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #ffffff 61.26%,
    rgba(255, 255, 255, 0) 79.29%
  );
}
.postBx.factsPostBx .postBxTitle {
  padding-bottom: 0.28em;
}
.postBx.factsPostBx .bg-image {
  position: absolute;
  width: 49.5%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  left: inherit;
}
.postBx.factsPostBx .bg-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.postBx.factsPostBx .entry {
  width: 72%;
  position: relative;
  z-index: 9;
}
.postBx.factsPostBx .postBxBtn {
  padding-top: 0;
}
.postBx.factsPostBx .postBxContent {
  padding-bottom: 1.5rem;
}

/*------------------------------------------------*/
/*---------------[BLUE RIBBON SCHOOLS]------------*/
/*------------------------------------------------*/
#page-blue-ribbon-schools #banner {
  background: #3a5194;
  padding: 1.45rem 0;
}
#page-blue-ribbon-schools #banner:before {
  background: linear-gradient(
    90deg,
    #3a5194 52.08%,
    rgba(58, 81, 148, 0.851852) 61.57%,
    rgba(58, 81, 148, 0) 89.58%
  );
}
#page-blue-ribbon-schools #banner .bg-image {
  width: 92%;
}
#page-blue-ribbon-schools #banner .bg-image img {
  object-position: right center;
}
#page-blue-ribbon-schools .bannerTxtBx {
  width: 50%;
  flex-grow: 1;
  padding-right: 3rem;
}
#page-blue-ribbon-schools .bannerImgBx {
  width: 36.5%;
  text-align: center;
}
#page-blue-ribbon-schools .bannerImgBx img {
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.38);
}
#page-blue-ribbon-schools .bannerTxt {
  font-size: 1.2222rem;
  line-height: 1.4545em;
}
#page-blue-ribbon-schools .bannerTagline {
  line-height: 1.08em;
}
#schools-summary {
  position: relative;
  background: #fff;
  padding: 1.75rem 0 2.35rem;
}
#schools-summary:before {
  background: linear-gradient(
    90deg,
    #ffffff 57.5%,
    rgba(255, 255, 255, 0) 81.39%
  );
}
#schools-summary .bg-image {
  width: 87.22%;
}
/*------------------------------------------------*/
/*--------------------[PROGRAMS]------------------*/
/*------------------------------------------------*/
#schools-program {
  padding: 3.34rem 0 1.9rem;
  background: #3a5194;
}
#programsList .postBx.factsPostBx::before {
  background: linear-gradient(
    90deg,
    #ffffff 65.6%,
    rgba(255, 255, 255, 0) 79.29%
  );
}
#programsList .postBx.factsPostBx .bg-image {
  width: 38.2%;
}
#programsList .postBx.factsPostBx .entry {
  width: 64%;
}
#programsList .postBx.factsPostBx .postBxContent {
  padding-bottom: 1.65rem;
}

/*------------------------------------------------*/
/*--------------------[RESOURCES]----------------*/
/*------------------------------------------------*/
#page-resources #banner{
  padding-bottom: 3.5rem;
}
#page-resources #main {
	padding-top: 0;
	padding-bottom: 4.25rem;
	background: #3A5194;
}
.resources-list .postBx {
	position: relative;
	padding-bottom: 2.45rem;
	margin-bottom: 2.13rem;
}
.resources-list .postBx .postImgBx {
	padding-left: 6.5%;
}
.resources-list .postBx .postBxImg {
	max-width: 100%;
	height: inherit;
	border-radius: inherit;
	overflow: hidden;
	margin: 0 auto; text-align: center;
}
.resources-list .postBx .postBxImg img {
	object-fit: contain;
	width: auto;
	height: auto;
}

/*------------------------------------------------*/
/*----------------------[HISTORY]------------------*/
/*------------------------------------------------*/
#page-history #banner {
	
	padding-bottom: 3.93rem;
}
#page-history #banner:before{
  background: linear-gradient(270deg, #3A5194 51.39%, rgba(58, 81, 148, 0.851852) 55.82%, rgba(58, 81, 148, 0) 68.89%);
 
}
#page-history #banner .bannerImg{
  width: 49.72%; 
}
#page-history #main {
	
	padding-top: 2.75rem;
	padding-bottom: 1rem;
}
#page-history #main p {
	margin-bottom: 1.45em;
}
#former-leadership {
	padding: 1.4rem 0;
}
#former-leadership .container {
	max-width: 906px;
}
.leaders-col {
	padding-top: .9rem;
	padding-bottom: 2.35rem;
	position: relative;
}
.leaders-list {
	margin: 0;
	padding: 0.1em 0 0 0;
	list-style: none;
	font-weight: 800;
	font-size: 1.38889rem;
	line-height: 1.56em;
	color: #3A5194;
}
.leaders-list a{
  color: #3A5194;  text-decoration: none;
}
.leaders-list a:hover{
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;  
}
#board-chairpersons-col ul {
	column-count: 2;
}
body .lightbox {
	display: none;
	max-width: 1200px;
}

/*------------------------------------------------*/
/*-------------------[STATE CAPES]----------------*/
/*------------------------------------------------*/
#page-state-capes #banner {
	padding-bottom: 4.65rem;
}
#page-state-capes #banner:before{
  background: linear-gradient(270deg, #3A5194 50.56%, rgba(58, 81, 148, 0.851852) 55.2%, rgba(58, 81, 148, 0) 68.89%);
}
#page-state-capes #banner .bannerImg{
  width: 55%;
}
#page-state-capes #main {
	padding-top: 4.4rem;
	padding-bottom: 5rem;
	background: #fff;
}
.affiliatesNote {
  font-weight: 800;
font-size: .94444rem;
line-height: 1.235em;
text-transform: uppercase;
color: #B04F4F; 
}
#us-map {
  max-width: 100%;
	margin: 0 auto;
}
#statesList {
	margin: 0 auto;
	padding-top: 4.55rem;
	font-weight: 400;
	font-size: 1.5556rem;
	line-height: 1.357em;
	text-align: center;
	color: #666;
	
}
#statesList a{
  font-weight: 800; color: #3A5194; 
}
#statesList ul{
  margin: 0; padding: 0; list-style: none; columns: 3;
}
#statesList ul > li{
  position: relative;
}
#states-membership {
	background: #3A5194;
	padding: 5.15rem 0 4.06rem;
	color: #fff;
}
#states-membership:before{
  background: linear-gradient(90deg, #3A5194 43.75%, rgba(58, 81, 148, 0) 62.92%);
}
#states-membership .bg-image{
  width: 61.8%;
}
#states-membership .sectionTitle{
  padding-bottom: .3em;
}

/*------------------------------------------------*/
/*-------------------[WHO WE ARE]-----------------*/
/*------------------------------------------------*/
#page-who-we-are #banner {
	padding-bottom: 4.02rem;
}
#page-who-we-are #banner:before{
  display: none;
}
#our-staff {
	padding: 1.65rem 0 2.8rem;
}
.row.staff-row {
	display: flex;
	justify-content: center;
	text-align: center;
}
.row.staff-row .col {
	padding-top: 1.65rem;
	padding-bottom: 1.5rem;
}
.staffImgBx {
	max-width: 228px;
	margin: 0 auto;
}
.staffImg {
	width: 100%;
	padding-top: 100%;
	position: relative;
	background: #D9D9D9;
	border-radius: 100%;
	overflow: hidden;
}
.staffImg img{
  object-fit: cover;
  object-position: center center;
  width:100%;
  height:100%; position: absolute; left: 0; top: 0;
}
.staffTitle {
	font-weight: 800;
	font-size: 1.5556rem;
	line-height: 1.05em;
	color: #3A5194;
	
	padding-top: 1em;
	padding-bottom: .22em;
}
.staffTitle a{
  color: #3A5194;  
}
.staffPosition{
  font-weight: 400;
font-size: 1.16667rem;
line-height: 1.428em;
color: #000000; 
}
#member-organizations {
	padding: 1.65rem 0 2.8rem;
}
.organization-row {
	display: flex;
	justify-content: center;
	padding-top: 1.25rem;
}
.organization-row .col {
	padding-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.row.board-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	
}
.row.board-row .col {
	padding-top: 2.05rem;
	padding-bottom: 4rem;
}
.boardTitle {
	font-weight: 800;
	font-size: 1.5556rem;
	line-height: 1.035em;
	color: #3A5194;
	
	padding-bottom: .21em;
}
.boardTitle a{
  color: #3A5194;  
}
.boardPositions, .boardOrg{
  font-weight: 400;
  font-size: 1.16667rem;
  line-height: 1.428em;
  color: #000000; 
}
.boardPositions ul{
  margin: 0; padding: 0; list-style: none;
}
.boardOrg{
  font-weight: 700;
}
#our-board {
	padding: 0.65rem 0 2.8rem;
}
/*------------------------------------------------*/
/*----------------------[LANDING]------------------*/
/*------------------------------------------------*/
.single-ptype_landings #banner {
	text-align: center;
	padding: 3.8rem 0 4.43rem;
}
.single-ptype_landings .bannerImg:before{
  content: ''; width: 100%; height: 100%; left: 0; top: 0;
  background: linear-gradient(42.37deg, #3A5194 24.85%, rgba(58, 81, 148, 0.851852) 62.78%, rgba(58, 81, 148, 0) 174.72%);
z-index: 2; position: absolute;
}
.single-ptype_landings .bannerImg{
  width: 100%; z-index: 1;
}
.single-ptype_landings .bannerTagline{
  font-weight: 800;
font-size: 2.222rem;
line-height: 1.1em;
}
.single-ptype_landings #sidebar {
	width: 43.5%;
}
.single-ptype_landings .sidebarForm ul.gform_fields > li.gfield.first_name {
	width: 60%;
}
.single-ptype_landings .sidebarForm ul.gform_fields > li.gfield.zip_code {
	width: 40%;
}
.single-ptype_landings #main {
	padding: 2.6rem 0;
	position: relative;
}
/*------------------------------------------------*/
/*----------------------[HOMEPAGE]----------------*/
/*------------------------------------------------*/
#page-home #header{
  position: absolute; width: 100%; left: 0; background: none;
}
#page-home #banner {
	background: #fff;
	color: #333;
	padding: 10rem 0 5.22rem;
}
#page-home #banner:before{
  background: linear-gradient(90.83deg, #FFFFFF 37.72%, rgba(255, 255, 255, 0.898894) 43.42%, rgba(255, 255, 255, 0) 64.03%), linear-gradient(180deg, #FFFFFF 2.39%, rgba(255, 255, 255, 0) 18.83%);
}
#page-home .bannerImg{
  width: 63.3%;
}
#page-home .bannerTitle{
  color: #3A5194; 
}
#page-home .bannerTxt {
	padding-top: .6em;
	padding-bottom: .93em;
}
.stickerRow {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.sticker50 {
	position: absolute;
	right: 20px;
	bottom: -72px;
}
.whyImgBx {
	max-width: 383px;
	margin-left: auto;
}
#why-cape {
	padding: 2.3rem 0 3.37rem;
	color: #fff;
	 position: relative; overflow: hidden; width: 100%;
  background: #3A5194;
}
#why-cape::before {
	background-image: url(images/logo_overlay.svg);
	content: '';
	width: 100%;
	height: 122%;
	left: -8.5%;
	top: -9%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
#why-cape .container .col .row{
  display: flex; align-items: center;
}
#why-cape .container .col .row > .col:last-child{
  padding-top: 1.5rem;
}
.whyImg {
	position: relative;
	width: 100%;
	padding-top: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.whyImg img {
  object-fit: cover;
  object-position: center center;
  width:100%;
  height:100%; position: absolute; left: 0; top:0;
}
#home-resources {
	padding: 3.5rem 0 1.25rem;
	position: relative; background: #fff;
}
.homeResourceImg {
	position: relative;
	width: 100%;
	height: 242px; border-radius: 10px; overflow: hidden;
}
.homeResourceImg:after{
  content: ''; width: 100%; height: 100%; left: 0; top: 0;
  position: absolute;
  background: linear-gradient(0deg, #FFFFFF 8.59%, rgba(255, 255, 255, 0.76) 33.48%, rgba(255, 255, 255, 0) 70.81%);
}
.homeResourceImg img {
  object-fit: cover;
  object-position: center center;
  width:100%;
  height:100%;
}
.homeResourceContent {
	position: relative;
	z-index: 2;
	margin-top: -2.35rem;
}
.homeResourceContent h3 {
	font-weight: 800;
	font-size: 1.5556rem;
	line-height: 1.1em;
	color: #3A5194;
	padding-left: 1.2em;
	position: relative;
}
.homeResourceContent h3::before {
	content: '';
	position: absolute;
	left: 0;
	background-image: url(images/icon_arrow.svg);
	width: .9em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.row.home-resources .col{
  padding-bottom: 1rem;
}
#home-mission {
	background: #f3f3f3;
	padding: 4.25rem 0 3.25rem;
}
#home-mission:before{
  background: linear-gradient(90deg, #F3F3F3 48.61%, rgba(255, 255, 255, 0) 65.69%);
}
#home-mission .bg-image{
  width: 52.6%; 
}
#home-find-school {
	background: #253565;
	color: #fff;
	padding: 5.1rem 0 3.9rem;
	overflow: hidden;
}
#home-find-school:before{
  background: linear-gradient(270deg, #253565 47.08%, rgba(58, 81, 148, 0) 69.44%);
}
#home-find-school .bg-image{
  width: 58%;
}
#home-news {
	padding: 2.8rem 0 1rem;
	background: #3A5194;
	position: relative;
}
#home-news .flex{
  padding-bottom: 1.5rem;
}
#home-news .flex .sectionTitle {
	padding-bottom: 0;
	padding-right: 1.5rem;
}
/*------------------------------------------------*/
/*------------------------[FAQS]------------------*/
/*------------------------------------------------*/
#faqAccordion {
  position: relative;
}

.accordionBx {
	margin-bottom: 2rem;
	padding: 1.5rem 1.75rem;
	position: relative;
	background: #f3f3f3;
	border-radius: 10px;
	margin-top: 0;
}

.accordionQ {
	min-height: 55px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 2.9em;
	padding-top: 0;
	padding-bottom: 0;
	cursor: pointer;
	font-weight: 800;
	font-size: 1.444rem;
	line-height: 1.0384em;
	color: #3a5194;
}

.accordionQ::before {
	content: "+";
	position: absolute;
	left: 0;
	width: 1.935em;
	height: 1.935em;
	text-align: center;
	line-height: 1.935em;
	color: #fff;
	background: #b04f4f;
	border-radius: 5px;
}

.accordionQ.ui-accordion-header-active:before {
  content: "-";
  background: #2a58a8;
  color: #fff;
}

.accordionA {
	font-size: 1rem;
	line-height: 1.65em;
	color: #000000;
	padding-left: 0;
	padding-top: 1rem;
	padding-bottom: 0;
}
.accordionABx {
position: relative;
}
.accordionA p {
  margin-bottom: 1.65em;
}
.accordionA p:last-child {
  margin-bottom: 0;
}
.accordionA blockquote {
  margin-bottom: 1.65rem;
}
.accordionA blockquote:before {
  left: -0.9em;
  border-left: 4px solid #72aa37;
}
.accordionA blockquote p {
  font-style: italic;
  font-weight: 300;
  font-size: 1.105rem;
  line-height: 1.65em;
  color: #000000;
}

/*------------------------------------------------*/
/*----------------------[Sponsors]------------------*/
/*------------------------------------------------*/
#corporate-sponsors{
  position: relative;
}
#corporate-sponsors .row{
  display: flex; justify-content: center;
}

#corporate-sponsors .row:nth-child(1) {
	background: linear-gradient(90.25deg, #CACACA 4.13%, #FFFFFF 24%, #D2D2D2 40.56%, #EFEFEF 54.75%, #DADADA 79.34%, #BABABA 94.95%);
	display:block;
	border-radius:3px;
	color: #666;
}
#corporate-sponsors .row:nth-child(1) h3{
	padding: 20px 0;
}

#corporate-sponsors .row:nth-child(3) {
	background: linear-gradient(90.25deg, #BBAA7F 4.13%, #FFFFFF 24%, #D8CAA5 40.56%, #FFEFC7 54.75%, #C9B583 79.34%, #CEBA87 94.95%);
	display:block;
	border-radius:3px;
	color: #755634;
	margin-top:40px;
}
#corporate-sponsors .row:nth-child(3) h3{
	padding: 20px 0;
}

#corporate-sponsors .row:nth-child(5) {
	background: linear-gradient(90.25deg, #CACACA 4.13%, #DCDCDC 24%, #D2D2D2 40.56%, #D8D8D8 54.75%, #DADADA 79.34%, #BABABA 94.95%);;
	display:block;
	border-radius:3px;
	color: #333;
	margin-top:40px;
}
#corporate-sponsors .row:nth-child(5) h3{
	padding: 20px 0;
}


#corporate-sponsors .col {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.sponsorBx {
	width: 100%;
	height: 140px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #d9d9d9;
	border-radius: 10px;
	position: relative;
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.sponsorBx img {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	filter: grayscale(0);
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.sponsorBx:hover img{
filter: grayscale(100%);
}
.sponsorBx:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.linkOver {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#benefits-corp-partner{
  background: #f3f3f3;
}
.section-become-corporate-partner-2 .container{
  display: block;
}
#joinForm .row .col-12 {
	display: flex;
	align-items: center;
}
.flex.archivesList {
  margin: 0 -5px;
	list-style: none; flex-wrap: wrap;
}
.flex.archivesList li {
	width: 33.33%;
	padding: 5px;
}
.flex.archivesList li .button{
  width: 100%;
}
/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
#footer {
  padding: 2.4rem 0 6rem;
  position: relative;
}
#footerTop {
  display: flex;
}
#footerContacts {
  max-width: 208px;
  padding-top: 1.65rem;

  font-weight: 400;
  font-size: 1rem;
  line-height: 1.222em;
  color: #333333;
}
#footerContacts a {
  color: #333333;
}
.footerPhone {
  font-weight: 700;
  padding-top: 0.9rem;
}

#copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.45em;
  color: #333333;
}
#copyright a {
  color: #333333;
}
#footerLeft {
  padding-bottom: 2.55rem;
  position: relative;
}
#footerRight {
  width: 50%;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
#footerRight .widget-container {
	padding-left: 3rem;
	padding-top: 3px;
	font-weight: 400;
	font-size: 0.9444rem;
	line-height: 1.235em;
	padding-bottom: 2.55rem;
}
#footer ul {
  margin: 0;
  list-style: none;
}
#footer ul li {
  font-weight: 400;
  font-size: 0.9444rem;
  line-height: 1.235em;
  color: #333333;

  padding-bottom: 0.7em;
  vertical-align: top;
}
#footer ul li a {
  color: #333333;
}
#footer ul li.parent a {
  font-weight: 700;
  color: #3a5194;
}
#footer .wp-container-1 {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.layoutArea {
	    z-index: 9;
    position: relative;
}
#footer .wp-block-search{
  margin-bottom: 1.5rem;
}
#footer .wp-block-search button{
  display: none;
}
#footer .wp-block-search__input{
	min-width: 1em;
	max-width: 100%;
	width: 100%;
}

#single-blog.postid-1232 #main #content .entry p {
	display:inline-block;
	margin: 7px;
}

#single-blog .postMeta {
	color:#fff;
	font-weight:400;
	margin-bottom:16px;
}

#single-blog .postMeta a{
	color:#fff;
	text-decoration:underline;
	font-weight:700;
}

#page-state-cape-meetings .gfield_label, .gform-field-label { font-size: 18px !important;line-height: 1.4em;letter-spacing: -0.02em;top: auto !important;position: relative !important;left: 0 !important; color:#fff;}

#page-state-cape-meetings form {background: #3a5194;padding:30px; border-radius:30px; max-width:700px;}

#page-state-cape-meetings input[type="text"], input[type="email"], #page-state-cape-meetings input[type="tel"], #page-state-cape-meetings input[type="search"], #page-state-cape-meetings input.text, #page-state-cape-meetings input.title, #page-state-cape-meetings textarea, #page-state-cape-meetings select {width:100%;}

#page-state-cape-meetings ul.gform_fields > li.gfield {width:100%;}

#page-state-cape-meetings .gform-field-label--type-sub {font-size:14px !important;}

#main #content form{
	background: #3a5194;
	padding: 20px;
	border-radius:10px;
}