/***************************************    CUSTOM PAGE 1 STYLES    ***************************************/
#execStaffOut .container {
    padding-bottom: 40px;
    border-bottom: 1px dashed #ccc;
}
#execStaffOut h2 {
    margin: 0 0 25px;
    padding-top: 35px;
}	
.councilTitle h2 {
    margin-bottom: 25px;
}
.bio  {
	background: #f7f7f7;
	padding: 20px;
	margin: 40px 0;
}
#bioContent h2 {
	margin-top: 0;
}
p.name {
    color: #9a1d85;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.ebInfo{
	padding-top: 20px;
	padding-bottom: 20px;
}
.ebInfo p {
    margin-bottom: 0px;
}
.councilImg img {
    margin-bottom: 10px;
}
.close {
	position: absolute;
	right: 16px;
	z-index: 100;
	font-size: 12px;
	text-decoration: underline;
}
.close:hover {
	color:#222;
	text-decoration: underline;
}
#councilOut{
	padding-top: 40px;
	padding-bottom: 40px;
}
#bioListOut {
	background: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 40px;
}
.biolistItem {
    border-bottom: 1px dashed #aaa;
    padding: 40px 16px;
		display: inline-block;
}
.biolistItem:last-child {
    border-bottom: none;
}
.biolist-image {
    display: inline-block;
    vertical-align: top;
    width: 22%;
		float: left;
}
.biolist-content {
    display: inline-block;
    vertical-align: top;
    width: 78%;
    float: left;
    padding-left: 32px;
}
.biolist-content h2 {
    margin-top: 0;
}



/***************************************    CUSTOM PAGE 2 STYLES    ***************************************/
#contentBoxes-out {
    background-color: #F0F0F0;
    padding-bottom: 40px;
}	
#contentBoxes-row1 {
    margin-top: -50px;
}
.contentBox {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #969696;
    text-align: left;
		margin-bottom: 15px;
}
.no-border {
	  border: none !important;
}
#iconBlocks-out {
    padding: 70px 0;
}
#iconBlocks-out h1 {
    font-size: 26px;
    margin-bottom: 40px;
}
.iconBlock {
    padding: 0 15px;
    border-right: 1px solid #ddd;
}
#iconBlock1 {
    border-left: 1px solid #ddd;
}
.iconBlock i {
    color: #9a1d85;
    font-size: 50px;
    text-align: center;
    margin-bottom: 10px;
}

#videoSection-out {
    background-color: #dce4e9;
}
#videoSection-out .container {
    width: 100%;
    padding: 0;
}
#videoSection-out .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.videoContent {
    padding: 36px;
    max-width: 468px;
    margin-left: 52px;
		text-align: left;
}
.videoContent h1 {
    font-size: 26px;
    margin-bottom: 20px;
}
.videoBlock iframe {
    margin-bottom: -6px;
}



/***************************************    CUSTOM PAGE 3 STYLES    ***************************************/
#cpLeftRail {
    margin-top: 35px;
}
.cpLeftInner {
    padding: 0 15px;
}
#cpTitleBar {
    margin: 0 auto 30px;
}	
#cpTitleBar h3 {
    margin: 0 auto;
    line-height: normal;
}
	
#journalIssue {
    margin-bottom: 30px;
}	
#journalIssue h2 {
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 2px;
}
#journalIssue h3 {
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
}
.journalItem-type1, .journalItem-type2 {
    margin-bottom: 20px;
}	
.journalImage {
    display: inline-block;
    vertical-align: top;
    width: 35%;
}	
.journalItem-type1 .journalText {
    display: inline-block;
    vertical-align: top;
    width: 63%;
		padding-left: 20px;
}
.journalItem-type2 .journalText {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.journalText h3 {
    line-height: normal;
    margin: 0 0 5px;
}
.journalText p {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 300;
}
	
#cpRightRail {
    margin-top: 35px;
    padding-left: 15px;
}
.zone {
    background-color: rgba(255,255,255,0.7);
    height: auto;
    padding: 0;
    border: 1px solid #969696;
    box-shadow: 0 9px 7px -8px rgba(0,0,0, .2);
}
#rightRailAccordion .panel {
    border: none;
		border-radius: 0 !important;
    box-shadow: none;
}
#rightRailAccordion .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #fff;
    border-radius: 0;
}
#rightRailAccordion .panel-heading {
    padding: 0;
		border-radius:0;
    color: #fff;
    background-color: transparent;
}

#rightRailAccordion .panel-title a {
    display: block;
    padding: 17px 20px;
		background-color: #003b5f;
		position: relative;
}
#rightRailAccordion .panel-title a:after{
		content: "\f0d8";
		font-size: 20px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 20px;
}
#rightRailAccordion .panel-title a:hover, #rightRailAccordion .panel-title a:focus {
		color: #fff;
		background-color: #003b5f !important;
}
#rightRailAccordion .panel-title a.collapsed {
    background-color: #0066a4;
}
#rightRailAccordion .panel-title a.collapsed:after {
		content: "\f0d7";
}
#rightRailAccordion .panel-body {
    padding: 15px 8px;
		padding-left: 20px;
}



/***************************************    CUSTOM PAGE 4 STYLES    ***************************************/
#joinUsOut {
    padding: 35px 0;
}	
#joinUsOut h4 {
    text-transform: uppercase;
    margin: 0 auto 30px;
}
#imageListOut {
    padding-bottom: 40px;
}
.imageList-list h2 {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
}
.imageList-list ul {
    list-style: none;
    padding-left: 0;
}
.imageList-list li {
    margin-bottom: 20px;
}
.imageList-list i {
    padding-right: 15px;
    font-size: 20px;
    font-weight: 600;
}
	
#testimonialSliderOut {
    background-color: #0066a4;
}	
#testimonialSlider {
    padding-top: 40px;
    padding-bottom: 40px;
}
#testimonialSlider .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    display: inline-block;
    padding: 0;
    bottom: 0;
}
#testimonialSlider .slide-image {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 50%;
}
#testimonialSlider .slide-content {
    float: left;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
		padding: 0 30px;
		text-shadow: none;
}
.slide-content h1 {
    color: #fff;
}
#testimonialSlider .carousel-indicators {
    bottom: 60px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    left: 0;
}
#testimonialSlider .carousel-control {
    background-image: none;
    width: 1%;
    text-shadow: none;
    z-index: 10;
}
	
#ctaCardsOut {
    background: url(http://via.placeholder.com/1920x750/666666) no-repeat scroll center center / cover;
}
.ctaCards-left {
    padding: 80px 0 20px 30px;
}
.ctaCards-left h1 {
    color: #fff;
		margin: 0 auto 10px;
}
.ctaCards-right {
    margin-top: -15px;
}
.ctaCards-right .rightwrap {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    border-radius: 5px;
    padding: 40px 40px 65px;
    text-align: center;
}
.ctaCards-right .rightwrap .heading i {
    font-size: 30px;
    background-color: #9a1d85;
    color: #fff;
    border-radius: 50%;
    height: 84px;
    width: 84px;
    line-height: 84px;
    margin-bottom: 20px;
}
.ctaCards-right .rightwrap h2 {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
		text-align: left;
}
.ctaCards-right .rightwrap h3 {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
		text-align: left;
}
.ctaCards-right .rightwrap ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
}
.ctaCards-right .rightwrap li {
		margin-bottom: 20px;
}
.ctaCards-right .rightwrap li i {
    padding-right: 15px;
    font-size: 20px;
    font-weight: 600;
}	
.ctaCards-right .rightwrap .content {
    text-align: left;
}	
.ctaCards-right:last-child {
    margin-top: 20px;
    margin-bottom: -20px;
}
	
#membershipsOut {
    padding: 95px 0;
}
#membershipLeft .inner, #membershipRight .inner {
    border: 1px solid #0066a4;
    padding: 0;
    border-radius: 5px;
}
#membershipLeft .heading, #membershipRight .heading {
    background-color: #0066a4;
    color: #fff;
    padding: 37px 15px;
    font-size: 28px;
}
#membershipLeft .prices, #membershipRight .prices {
    text-align: left;
    padding: 37px 15px;
    border-bottom: 1px solid #0066a4;
}
#membershipLeft .prices h2, #membershipRight .prices h2 {
    font-weight: 300;
    font-size: 28px;
}
#membershipLeft .priceone h2 span, #membershipRight .priceone h2 span {
    font-size: 40px;
    font-weight: 400;
}
#membershipLeft .pricetwo h2, #membershipRight .pricetwo h2 {
    color: #0066a4;
    margin-bottom: 0;
}
#membershipLeft .desc, #membershipRight .desc {
    padding: 45px 25px 70px;
		text-align: center;
}
#membershipLeft ul, #membershipRight ul {
    padding-left: 0;
    list-style: none;
		text-align: left;
}
#membershipLeft li, #membershipRight li {
    margin-bottom: 20px;
}
#membershipLeft li i, #membershipRight li i {
    padding-right: 15px;
    font-size: 20px;
    font-weight: 600;
}
	
.cp_btn2 {
    color: #9a1d85;
    border: 2px solid #9a1d85;
    padding: 7px 30px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 40px;
}
.cp_btn2:hover {
    border-color: #0066a4;
    color: #0066a4;
}
#membershipLeft .cp_btn2, #membershipRight .cp_btn2 {
    margin-top: 25px;
    min-width: 165px;
    text-align: center;
}
#membershipPricing {
    font-style: italic;
    margin-top: 40px;
}



/***************************************    CUSTOM PAGE 5 STYLES    ***************************************/
.cpLeftIntro {
    font-size: 17px;
}
.cpLeftBigBtn {
    background-color: #9a1d85;
    border-radius: 6px;
    color: #fff;
    display: block;
    margin: 20px 0 30px;
    max-width: 100%;
    padding: 20px;
    -webkit-transition: all 280ms ease-in 0s;
    -moz-transition: all 280ms ease-in 0s;
    -o-transition: all 280ms ease-in 0s;
    transition: all 280ms ease-in 0s;
    width: 100%;
}	
.cpLeftBigBtn:hover {
    background-color: #0066a4;
}	
.cpLeftBigBtn h3 {
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.cpLeftBigBtn h2 {
    color: #fff;
    margin: 0;
}
.cpTextSection {
    margin-bottom: 22px;
}



/***************************************    CUSTOM PAGE 6 STYLES    ***************************************/
#topContent h1 {
    margin-top: 0;
}
#tabsOut {
    margin-top: 20px;
}	

#bContent {
    font-size: 12px;
}
.highlightBox {
    color: #fff;
    font-size: 12px;
    padding: 10px 20px 20px;
    margin: 10px 0 20px;
}
.highlightBox.blue {
    background-color: #0066a4;
}
.highlightBox.pink {
    background-color: #9a1d85;
}
.highlightBox h4 {
    color: #fff;
}
	
#links a {
    display: block;
}
#imgMessage {
    margin-bottom: 20px;
}	
.messageImg {
    position: relative;
}	
.messageImg a {
    font-size: 43px;
    background: #F0F4F9;
    display: block;
    width: 56px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}	
.messageCont {
    color: #fff;
    font-size: 12px;
    background: #0066a4;
    padding: 20px;
}	
.messageCont h6 {
    color: #fff;
}
.shBox {
    margin-bottom: 20px;
}
.shBOxCont {
    background: #9a1d85;
    padding: 20px 20px 40px;
    color: #fff;
    font-size: 12px;
}
.shBOxCont h2 {
    color: #fff;
}
.shBOxCont a {
    color: #fff;
    text-decoration: underline;
}
.shBOxCont a:hover {
    color: #999;
}
.right-events {
    background: #eee;
    padding: 15px 10px;
}
.right-events .irailhead {
    color: #0066a4;
    font-size: 18px;
    padding: 0 0;
    line-height: 32px;
}
.right-events .irailhead a {
    float: right;
    font-size: 12px;
    background: transparent;
}
.right-events .irailcontent {
    background: #fff;
    color: #999;
    font-size: 12px;
    padding: 10px;
}
.right-event {
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
}
.right-event:last-child {
    border-bottom: none;
}	



/***************************************    CUSTOM PAGE 7 STYLES    ***************************************/
#customTabs {
    margin-top: -81px;
}
#customTabs .nav-tabs {
    border-bottom: none;
}
#customTabs .panel-body {
    padding: 35px 0 15px;
}
#customTabs .nav-tabs li a {
    background: transparent;
    border: none;
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    padding: 15px 25px 10px;
    display: inline-block;
}
#customTabs .nav-tabs li a:hover {
    color: #0066a4;
    text-shadow: none;
    border: none;
    background-color: #f8f8f8;
}
#customTabs .nav-tabs>li.active>a, 
#customTabs .nav-tabs>li.active>a:focus, 
#customTabs .nav-tabs>li.active>a:hover {
    background-color: #fff;
    color: #0066a4;
		text-shadow: none;
    border: none;
}
#customTabs .tab-content h3 {
    margin: 0 auto 10px;
}




/***************************************    CUSTOM PAGE 8 STYLES    ***************************************/
.text-wrapper {
    padding-bottom: 40px;
}
.text-paragraph {
    font-size: 19px;
    font-weight: 300;
}	



/***************************************    CUSTOM PAGE 9 STYLES    ***************************************/	
.cpHoverBoxes {
    margin: 20px auto;
}
.hoverBox-lg {
    background-color: #003a70;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    height: 258px;
    width: 31.3%;
    margin: 0 1.5% 25px;
    display: inline-block;
		float: left;
}
.hoverBox-lg:first-child {
    margin-left: 0;
}	
.hoverBox-lg:last-child {
    margin-right: 0;
}	
.hoverBox-image img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
}
.hoverBox-content {
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
    padding: 15px 10px;
    transition: all 0.6s ease 0s;
    position: absolute;
    min-height: 250px;
}
.hoverBox-lg .hoverBox-content {
    top: 210px;
    left: 0;
}
.hoverBox-content h2 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px;
}
.hoverBox-lg:hover .hoverBox-content {
    top: 30px;
    left: 0;
}
.custom-btn {
    background-color: #9a1d85;
    color: #fff;
    text-align: center;
    padding: 6px 30px;
    border-radius: 3px;
    display: inline-block;
}	
.custom-btn:hover {
    color: #fff;
    background-color: #0066a4;
}
.hoverBox-sm {
    background-color: #003a70;
    float: left;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    height: 192px;
    width: 23%;
    margin: 0 1.3% 10px;
		display: inline-block;
}
.hoverBox-sm:first-child {
    margin-left: 0;
}
.hoverBox-sm:last-child {
    margin-right: 0;
}
.hoverBox-sm .hoverBox-content {
    top: 150px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: normal;
    cursor: pointer;
}
.hoverBox-sm .hoverBox-content h2 {
    font-size: 14px;
}
.hoverBox-sm:hover .hoverBox-content {
    top: 30px;
}

#cpLinks {
    margin: 20px 0;
}
#cpLinks ul {
    list-style: none;
    padding-left: 0;
}
	
.accordion-section {
    margin-bottom: 40px;
}
.accordion-section:last-child {
    margin-bottom: 0;
}
.accordion-header h2 {
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #9a1d85;
}
#accordion1 .panel, #accordion2 .panel {
    border: none;
		border-radius: 0 !important;
    box-shadow: none;
}
#accordion1 .panel+.panel, #accordion2 .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #fff;
    border-radius: 0;
}
#accordion1 .panel-heading, #accordion2 .panel-heading  {
    padding: 0;
		border-radius:0;
}
#accordion1 .panel-default>.panel-heading, #accordion2 .panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
}
#accordion1 .panel-title, #accordion2 .panel-title {
    font-size: 14px;
}
#accordion1 .panel-title a, #accordion2 .panel-title a {
    display: block;
    padding: 17px 20px;
		background-color: #003b5f;
		position: relative;
}
#accordion1 .panel-title a:after, #accordion2 .panel-title a:after {
		content: "\f0d8";
		font-size: 20px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 20px;
		top: 12px;
}
#accordion1 .panel-title a:hover, #accordion1 .panel-title a:focus, #accordion2 .panel-title a:hover, #accordion2 .panel-title a:focus {
		color: #fff;
		background-color: #003b5f !important;
}
#accordion1 .panel-title a.collapsed, #accordion2 .panel-title a.collapsed {
    background-color: #0066a4;
}
#accordion1 .panel-title a.collapsed:after, #accordion2 .panel-title a.collapsed:after {
		content: "\f0d7";
}
#accordion1 .panel-body, #accordion2 .panel-body {
    padding: 15px 20px;
}



/***************************************    CUSTOM PAGE 10 STYLES    ***************************************/
#topCTAOut {
    padding: 35px 0;
}
#topCTAOut .col-sm-6:first-child {
    border-right: 1px solid #f1f1f1;
}
.cta-col {
    padding: 0 20px;
}
.cta-col i {
    color: #9a1d85;
    font-size: 25px;
    margin-bottom: 20px;
}
.cta-col h2 {
    margin-bottom: 20px;
    text-transform: none;
}
	
#imageTextBlockOut .container {
    width: 100%;
    padding: 0;
}
#imageTextBlockOut .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
		display: flex;
}	
.img-block-inner img {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
}
.content-block {
    background-color: #f7f7f7;
    min-height: 495px;
}	
.content-block-inner {
    max-width: 550px;
    padding: 55px 6% 25px;
}	
.content-block-inner h2 {
    margin-bottom: 25px;
}	
.content-block-inner .custom-btn {
    display: inline-block;
    margin-top: 20px;
}	
	
#boardMembersOut {
		padding: 50px 0;
}
#boardMembersOut {
    text-align: center;
}
#boardMembersOut h2 {
    margin-bottom: 50px;
}
.bm-item {
    text-align: center;
    margin-bottom: 60px;
}
.bm-item img {
    border-radius: 100%;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 180px;
}
	
#committeeLeadershipOut {
    background-color: #f7f7f7;
    padding: 60px 0 70px;
}	
#committeeLeadershipOut h2 {
    margin-bottom: 25px;
}
.col-5 {
    float: left;
    width: 20%;
}
.cl-item h3 {
    color: #9a1d85;
}
.cl-item i {
    color: #828084;
    font-size: 40px;
    display: block;
    margin: 20px 0 10px;
}
	
#professionalStaffOut {
    padding: 60px 0 70px;
}
#professionalStaffOut h2 {
    margin-bottom: 25px;
}
	
#awardsSectionOut {
    background-color: #f7f7f7;
    padding: 60px 0 70px;
}
#awardsSectionOut h2 {
    margin-bottom: 25px;
}	
.awards-item {
    color: #828084;
    display: block;
}
.awards-item h3 {
    color: #828084;
}
.awards-item:hover, .awards-item:hover h3 {
    color: #9a1d85;
}
.awards-item i {
    font-size: 45px;
}
	
#contentImageBoxesOut {
    padding: 60px 0 70px;
}	
#contentImageBoxesOut h2 {
    margin-bottom: 25px;
}
.ci-box {
    box-shadow: 0 0px 25px 0px rgba(0,0,0,0.15);
    margin-bottom: 25px;
}	
.ci-box .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
}
.ci-text {
    background-color: #fff;
    padding: 20px 0;
    min-height: 290px;
		text-align: left;
}
.ci-text-inner {
    padding: 0 20px;
}
.ci-img {
    position: relative;
}
.ci-img-inner img {
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
}
.ci-img-inner .custom-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}















/***************************************    MEDIA QUERIES    ***************************************/
@media all and (max-width:1200px) {	
.iconBlock h2 {
		font-size: 20px;
}
	
.hoverBox-content h2 {
    font-size: 16px;
}
.hoverBox-sm {
    width: 49%;
		margin: 0 1% 10px;
}
.hoverBox-sm:nth-child(2) {margin-right: 0;}
.hoverBox-sm:nth-child(3) {margin-left: 0;}
}


@media all and (max-width:959px) {
.councilWrap {width: 25%;}
	
#testimonialSlider {
    padding-top: 60px;
    padding-bottom: 60px;
}
#testimonialSlider .carousel-indicators {
		bottom: 40px;
}
#membershipLeft .heading, #membershipRight .heading {
		font-size: 22px;
		padding: 20px 15px;
}
	
#customTabs .nav-tabs li a {padding: 15px 14px 10px;}
	
.hoverBox-lg {
    width: 49%;
    margin: 0 1% 20px;
}
.hoverBox-lg:first-child {margin-left: 0;}
.hoverBox-lg:nth-child(2) {margin-right: 0;}
.hoverBox-lg:last-child {margin-left: 0;}
.hoverBox-content {
    width: 100%;
}
}
	

@media all and (max-width:767px) {
#councilOut {
		text-align: center;
}
.ebInfo {
		text-align: left;
		padding: 20px 0px;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
}
.ebIMG {
		padding-left: 0px;
}
.councilImg {
		padding-left: 0px;
		padding-right: 0px;
}
.councilInfo {
		text-align: left;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
}
.councilWrap {
		width: 100%;
		margin-bottom: 30px;
} 
#execStaffOut {
		text-align: center;
} 
.biolistItem {
		text-align: center;
}
.biolist-image {
    width: 100%;
    float: none;
    text-align: center;
}
.biolist-image img {
    margin: 0 auto;
}
.biolist-content {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}
	
#iconBlocks-out {
		padding: 40px 0;
}
.iconBlock {border: none !important;}
.videoContent {
    padding: 20px 15px;
    max-width: none;
    margin: 0;
}
	
.journalImage {
    width: 100%;
		margin-bottom: 15px;
}
.journalItem-type1 .journalText {
    width: 100%;
    padding: 0;
}
	
.imageList-list {
    margin-top: 20px;
}
#testimonialSlider {
    padding-top: 40px;
    padding-bottom: 40px;
}
#testimonialSlider .slide-image {
    width: 100%;
    text-align: center;
}
.slide-image img {
    margin: 0 auto;
}
#testimonialSlider .slide-content {
		width: 100%;
		padding: 0;
}
#testimonialSlider .carousel-indicators {
		bottom:	20px;
}
#testimonialSlider .carousel-control {
		display: none;
}
.ctaCards-left {
    padding: 35px 15px 0 15px;
}
.ctaCards-left:nth-child(3) {
    display: none;
}
.ctaCards-right {
    margin-top: 20px;
}
.ctaCards-right .rightwrap {
		padding: 40px;
}
.ctaCards-right:last-child {
		margin-bottom: 20px;
}
#membershipsOut {
    padding: 35px 0;
}
#membershipLeft {
    margin-bottom: 30px;
}
#membershipLeft .desc, #membershipRight .desc {
    padding: 45px 25px;
}
#membershipPricing {
		text-align: center;
}
	
.messageImg img {
    width: 100%;
}
	
#customTabs {
    margin-top: 40px;
}
#customTabs .nav-tabs > li {
    float: none;
}
#customTabs .nav-tabs li a {
		display:block;
		color:#fff;
		background-color:#0066a4;
		padding:13px 25px;
		margin-bottom:3px;
		border-radius:3px;
}
#customTabs .nav-tabs li a:hover{
		color:#fff;
		background-color:#9a1d85;
		border-bottom:none;
}
#customTabs .nav-tabs>li.active>a, 
#customTabs .nav-tabs>li.active>a:focus, 
#customTabs .nav-tabs>li.active>a:hover{
		color:#fff;
		background-color:#9a1d85;
		border-bottom:none;
}
	
.text-wrapper {
    padding-bottom: 20px;
}
	
.cpHoverBoxes {
    margin: 0;
}
	
.cta-col {
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
}
#topCTAOut .col-sm-6:first-child {border: none;}
#imageTextBlockOut .container {
    padding: 0 15px;
}
#imageTextBlockOut .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
    display: block;
}
#imageTextBlockOut .col-sm-6.no-padding {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 550px;
    margin: 0 auto;
		background: transparent;
}
.img-block-inner img {
    position: initial;
}
.content-block {
    min-height: auto;
}
.content-block-inner {
    max-width: none;
    padding: 20px 20px 30px;
		background-color: #f7f7f7;
}
.content-block-inner h2 {
    margin-bottom: 10px;
}
.col-5 {
    width: 33%;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
}
.ps-item {
    margin-bottom: 20px;
}
.ci-box {
    max-width: 500px;
    margin: 0 auto 20px;
}
.ci-box .row {
    display: block;
}
.ci-text {
    min-height: auto;
}
.ci-img-inner {
    min-height: 50px;
}
.ci-img-inner img {display: none;}
.ci-img-inner .custom-btn {
    bottom: auto;
    width: 90%;
}
}

	
@media all and (max-width: 480px) {
.cpHoverBoxes {
    text-align: center;
}
.hoverBox-lg, .hoverBox-sm {
    width: 100%;
    max-width: 265px;
    margin: 0 auto 10px;
		float: none;
}
	
#boardMembersOut .row > div {
    width: 100%;
}
.col-5 {
    width: 100%;
}
#awardsSectionOut .row > div {
    width: 100%;
    margin-bottom: 20px;
}
}