@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
/* Setup */

.vf-prof-review {
	display: inline-block;
}
.primary-fg {
	color: #808C24 !important;
}
		
.primary-bg {
	background-color: #808C24 !important;
}

*, *:after, *:before {
    box-sizing: border-box;
}

body {
    background: #f8f8f8;
}

body, input, textarea, button {
    font: 14px/1.7 'Open Sans', Helvetica-Neue, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;    
    outline: 0;
    color: #747c83;
}

a {
    color: #808C24;
}

a:hover {
    color: #292e33;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.ornament {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.ornament:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.5rem;
    width: 3rem;
    height: 1px;
    background: #808C24;    
}

.ornament.ornament-left:after {
    left: 0;
    margin-left: 0;
}

.content-contact > .row > .column > h4 {
	padding-bottom: 30px;
}

.content-contact > .row ul > li {
	padding-bottom: 20px;
}

/* Typography */

@media only screen { 
    p {        
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        word-wrap: break-word;
    }
    
    h1 {
        font: 40px/1.2 'Lora', Helvetica-Neue, Helvetica, Arial, sans-serif;
        margin-bottom: 30px;
        color: #242930;
    }

    h2 {
        font: 30px/1.2 'Lora', Helvetica-Neue, Helvetica, Arial, sans-serif;
        margin-bottom: 20px;
        color: #292e33;
    }

    h3 {
        font: 25px/1.2 'Lora', Helvetica-Neue, Helvetica, Arial, sans-serif;
        margin-bottom: 20px;
        color: #292e33;
    }

    h4 {
        font: 20px/1.2 'Lora', Helvetica-Neue, Helvetica, Arial, sans-serif;
        padding-bottom: 15px;
        color: #424a52;
    }

    strong {
        font-weight: bold;
    }

    ul { 
        list-style: disc outside none; 
        margin: 0 0 16px 32px;
    }

    ol { 
        list-style: decimal outside none; 
        margin: 0 0 16px 32px;
    }

    ul ul, ol ul { 
        list-style: circle outside none; 
        margin: 0 0 0 32px;
    }

    ol ol, ul ol { 
        list-style: lower-latin outside none; 
        margin: 0 0 0 32px;
    }

    li {
        display: list-item;
    }

    li:empty {
        display: none !important;
    }

    .side.submenu {
        display: none;
    }
}

@media only screen and (min-width: 40.063em) { 

    .fancy {
        position: relative;
        display: block;
    }

    .fancy span {
        display: inline-block;
        position: relative;  
    }

    .fancy span:before,
    .fancy span:after {
        content: "";
        position: absolute;
        height: 5px;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        top: 50%;
        margin-top: -3px;
        width: 3rem; 
    }

    .fancy span:before {
        right: 100%;
        margin-right: 1rem;
    }

    .fancy span:after {
        left: 100%;
        margin-left: 1rem;
    }
}

@media only screen and (min-width: 64.063em) { 
    .side.submenu {
        display: block;
    }
}

@media only screen and (min-width: 90.063em) { 

}

/* Style */

@media only screen {
    .outer {
        display: table;
        height: 100%;
        width: 100%;
    }

    .outer .middle {
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto;    
        height: 100%;        
    }

    #mobile-menu + .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.8);
        z-index: 9000;
        display: none;
    }

    #mobile-menu {
        position: fixed;
        top: 0;
        right: -300px;
        z-index: 9001;
        width: 300px;
        height: 100%;
        background: #808C24;
        overflow: hidden;
    }

    #mobile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #mobile-menu > ul {
        overflow-y: scroll;
        width: 317px;
        height: 100%;
    }

    #mobile-menu > ul > li {
        position: relative;
    }

    #mobile-menu > ul > li > a {
        display: block;
        line-height: 3rem;
        padding: 0 2rem;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        color: #fff;
        font-weight: 600;
        text-decoration: none;
    }

    #mobile-menu  > ul > li .toggle-submenu {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        line-height: 3rem;
        padding: 0 2rem;
        text-align: center;
        color: #fff;
    }

    #mobile-menu > ul ul {
        display: none;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding: 1rem 0;
    }

    #mobile-menu > ul ul a {
        display: block;
        padding: 0 2rem 0 3rem;
        line-height: 2rem;
        color: #eee;
        text-decoration: none;
    }

    header {
        background: #fff
    }

    header .outer {
        height: 120px;
    }

    header .search {
        height: 24px;
        line-height: 24px;
        padding: 0 15px;
        background: #83786F;
        color: #fff;
        border: 0;
        font-size: 12px;
        border-radius: 12px;
    }

    header .search:hover {
        background: #808C24;
    }

    header .toggle-search,
    header .toggle-menu {
        font-size: 30px;
        color: #242930;
    }
    
    #search {
        display: none;
        background: #111118;
        padding: 3rem 0;
    }

    #search .search-wrap {
        position: relative;
    }

    #search .close {
        position: absolute;
        top: 0;
        right: 0;
        text-decoration: none;
        color: #fff;
    }

    #search h2 {
        color: #fff;
    }

    #search form {
        position: relative;
    }

    #search input {
        padding: 0 3rem 0 1rem;
        height: 3rem;
        width: 100%;        
    }

    #search button {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        height: 2rem;
        width: 2rem;
        color: #fff;
        background: #292e33;
        border: 0;
    }

    #search button:hover {
        background: #808C24;
    }

    #logo {
        display: inline-block;        
    }

    #logo img {
        max-height: 100px;
		height: auto;
		width: auto;
    } 

    #banner {
        position: relative;
        height: 35rem;
        background: linear-gradient(-45deg, #242930 25%, #292e33 75%);
    }

    #banner h2 {
        text-transform: uppercase;
    }
    
    #banner .caption p {
        color: #fff;
    }

    #banner .caption {
        margin-bottom: 2rem;
    }

    #banner .more {
        display: inline-block;
        padding: 8px 16px 10px 16px;
        color: #fff;
        background: #808C24;
        text-decoration: none;
        -webkit-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.35);
        box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.35);
    }

    #banner .more:hover {
        padding: 9px 16px 9px 16px;
        box-shadow: inset 0px -50px 0px 0px rgba(0,0,0,0.35);
    }         

    #banner .slick-slide {
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
        
    #banner .slick-list,
    #banner .slick-track {
        height: 100%;
    }

    #banner h2 {
        color: #fff;
        font-size: 40px;
    }

    #banner .caption {
        color: #f2f2f2;
    }

    #banner .slick-prev, 
    #banner .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 0;
        display: block;
        width: 60px;
        height: 100%;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }

    #banner .slick-prev:before,
    #banner .slick-next:before {
        display: block;
        height: 100px;
        font-size: 30px;
        color: #fff;
        opacity: .25;
        line-height: 100px;
    }

    #banner .slick-prev:hover:before,
    #banner .slick-next:hover:before {
        opacity: .75;
    }

    #banner .slick-prev {
        left: 0;
    }

    #banner .slick-prev:before {
        content: "\2039";
    }

    #banner .slick-next {
        right: 0;
    }

    #banner .slick-next:before {
        content: "\203A";
    }

    #banner .slick-dots {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
        margin: 0;
    }

    #banner .slick-dots li {
        position: relative;
        display: inline-block;
        width: 0;
        height: 0;
        margin: 0 1rem;
        padding: 0;
        cursor: pointer;
    }

    #banner .slick-dots li button {
        position: relative;
        font-size: 0;
        display: block;
        width: 10px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
        text-align: center;
    }

    #banner .slick-dots li button:before {
        content: '\2022';
        font-size: 30px;
        line-height: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        
        opacity: .25;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #banner .slick-dots li.slick-active button:before {
        opacity: .75;
    }

    #contact-strip {
        position: relative;
        padding: 1rem 0;
        text-align: center;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }
    
    #contact-strip i {
        font-size: 32px;        
    }

    #contact-strip span,
    #contact-strip a {
        font-family: "Lora";
        display: block;
        margin-bottom: 1rem;
    }
    
    #contact-strip a:hover {
        color: #292e33;
    }
    
    #SocialArea .title {
        display: none;
    }

    #SocialArea a {
        text-decoration: none;
    }

    #SocialArea a.facebook:before {
        content: "\f231";
    }

    #SocialArea a.twitter:before {
        content: "\f243";
    }

    #SocialArea a.linkedin:before {
        content: "\f239";
    }

    #SocialArea a.googleplus:before {
        content: "\f34f";
    }

    #SocialArea a:before {
        display: inline-block;
        font-family: "Ionicons";
        margin-right: 0.5rem;
        background: #83786F;
        width: 24px;
        line-height: 24px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border-radius: 12px;
    }

    #SocialArea a:hover:before {
        background: #808C24;
    }    

    #opening {
        padding: 4rem 0;
    }

    #features .panel.slick-center {
        opacity: 1;
        transform: scale(1);
    }
    
    #features .slick-prev, 
    #features .slick-next {
        font-size: 0;
        line-height: 0;
        display: inline-block;        
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }

    #features .slick-prev:before,
    #features .slick-next:before {
        display: block;
        height: 24px;
        width: 24px;
        line-height: 20px;
        font-size: 18px;
        text-align: center;
        color: #fff;
        background: #83786F;
        opacity: 1;
        border-radius: 15px;
        margin: 1rem 0.2rem 0 0.2rem;
    }

    #features .slick-prev:hover:before,
    #features .slick-next:hover:before {
        background: #808C24;
    }
    
    #features .slick-prev:before {
        content: "\2039";
    }

    #features .slick-next:before {
        content: "\203A";
    }

    #features {
        background: #f2f2f2;
        padding: 4rem 0;
    }

    #features .panel {
        transform-style: preserve-3d;
        margin: 20px;  
        transition: all 300ms ease;
        opacity: 0.4;  
        transform: scale(0.95);
    }
    
    #features .panel.slick-center .panel-front {
        transform: rotateY(180deg);
    }

    #features .panel.slick-center .panel-back {
        transform: rotateY(0deg);
    }

    #features .panel, 
    #features .panel-front,
    #features .panel-back {
        width: 100%;
        height: 18rem;
    }

    #features .flipper {
        transition: 0.6s;
	    transform-style: preserve-3d;
	    position: relative;
    }

    #features .panel-front, .panel-back {
	    backface-visibility: hidden;
	    transition: 0.6s;
	    transform-style: preserve-3d;
	    position: absolute;
	    top: 0;
	    left: 0;
    }

    #features .panel-front {
        z-index: 2;
	    transform: rotateY(0deg);
        background-size: cover;   
        background-color: #292e33;     
    }

    #features .panel-back {
        transform: rotateY(-180deg);
        background: #808C24;
        padding: 1rem;
        text-align: center;
    }

    #features .panel-front .panel-front-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 1rem;
        background: #fff;        
    }

    #features .panel-front .panel-front-content span {
        display: block;
        color: #808C24;
        font-size: 80%;
    }
    
    #features .panel-back .more {
        display: inline-block;
        padding: 0.5rem 1rem;
        border: 2px solid #fff;
        margin-top: 0.5rem;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }

    #features .panel-back .more:hover {
        background: #fff;
        color: #808C24;
    }

    #features .panel-back h4, 
    #features .panel-back p, 
    #features .panel-back a {
        color: #fff;
    }  
    
    #affiliates {
        padding: 4rem 0;
    }

	#affiliates .provider-logos img {
		max-height: 120px;
		padding: 1rem;
	}

    #callback-area {
        padding: 4rem 0;
        background-color: #808C24;
    }

    #callback-area h2,
    #callback-area p, 
    #callback-area strong {
        color: #fff;
    }
    
    #callback input {
        display: block;
        width: 100%;
        border: 1px solid #ddd;
        background: #f7f7f7;
        padding: 0.3rem 0.6rem;
        margin-bottom: 1rem;
    }

    #callback button {
        display: inline-block;
        padding: 0.5rem 1rem;
        border: 2px solid #fff;
        margin-top: 0.5rem;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        background: transparent;
        color: #fff;
    }

    #callback button:hover {
        background: #fff;
        color: #808C24;
    }
    
    #callback .callback-disclaimer {
        display: none;
    }

    #footer {
        background: #fff;
    }

    #footer a {
        text-decoration: none;
    }

    #footer .footer-nav {
        display: none;
    }

    #footer .footer-social {
        padding-top: 2rem;
        border-top: 1px solid #eee;
    }

    #footer .footer-legal {
       padding-top: 1rem;
    }

    #footer .footer-copyright {
        padding-bottom: 1rem;
    }

    #footer .footer-links {
        padding: 2rem 0;
        border-top: 1px solid #eee;
    }

    #footer .footer-links a {
        margin: 1rem 0.5rem;
        display: block;
    }

    /* VouchedFor */

    #opening .vouchedfor-wrapper #vf-ifa-review {
        margin: 0 auto;
        padding-top: 15px;
        height: 155px;
    }


    #page-breadcrumbs {        
        background: #fff;
        height: 5rem;
        background-image: url(../Contents/images/Responsive6/abstract.png);
        background-size: cover;
        background-position: center center;
        background-color: #808C24;
    }
            
    #page-breadcrumbs .breadcrumb {
        list-style: none;
        margin: 0;
        color: #fff;
        position: relative;
        padding: 2rem 0 2rem 0;
        font-size: 12px;
    }

    #page-breadcrumbs .breadcrumb a {
        color: #fff;
    }

    #page-breadcrumbs .breadcrumb a:hover {
        color: #ccc;
    }

    #page-breadcrumbs .breadcrumb li:first-of-type {
        display: none;
    }

    #page-breadcrumbs .breadcrumb li {
        float: left;
        margin-right: 0.5em;
    }

    #page-breadcrumbs .breadcrumb li .divider {
        margin-left: 0.5em;
    }

    #page-breadcrumbs .breadcrumb:after{
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    #page-content {
        padding: 3rem 0;
        background: #fff;
    }

    #page-content h1 {
        margin-top: 0;
    }

    .submenu {
        margin-bottom: 2rem;
    }

    .submenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .submenu ul li a {
        display: block;
        color: #aaa;
        text-decoration: none;
        padding-bottom: 0.5rem;
    }

    .submenu ul li a::before {
        display: inline-block;
        content: "\f10a";
        font-family: "Ionicons";
        width: 1rem;
    }

    .submenu ul li a:hover,
    .submenu ul li a.current {
        color: #808C24;
    }

    #PanelArea .panel {
        margin-bottom: 2rem;
        background: #fcfcfc;
        border: 1px solid #eee;
        padding: 1rem;
    }

    #PanelArea .panel h2 {
        font-size: 1.5rem;
    }

    #PanelArea .more {
        display: inline-block;
        background: #808C24;
        color: #fff;
        text-decoration: none;
        padding: 0.3rem 0.6rem;
    }

    #PanelArea .more:hover {
        background: #83786F;
    }

    .content-contact ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .content-contact ul li {
        position: relative;
        padding-left: 2rem;
    }

    .content-contact ul li:before {
        content: "\f456";
        font-family: "Ionicons";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1rem;
        
        text-align: center;
        color: #808C24;
    }

	.contact-disclaimer {
		padding: 5px 15px;
		background: #fcfcfc;
		border: 1px solid #eee;
	}

    .btn {
        display: inline-block;
        background: #808C24;
        color: #fff;
        text-decoration: none;
        padding: 0.3rem 0.6rem;
    }

    .btn:hover {
        background: #242930;
        color: #fff;
    }

    .ir-input {
        margin-bottom: 1rem;
    }

    .ir-input label {
        display: block;
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .ir-input input,
    .ir-input textarea,
    .ir-input select {
        height: 3rem;   
        padding: 0 10px;
        border: 1px solid #BBB;
    }

    .ir-input textarea {
        height: 200px;
        padding: 10px;
    }

    .ir-input input,
    .ir-input textarea {
        width: 100%;
    }

    .ir-input button {
        border: 0;
        background: #808C24;
        color: #fff;
        padding: 0.5rem 1rem;
    }

    .ir-input button:hover {
        background: #83786F;
    }

    /* Testimonials */

    .sendTestimonial {
	    margin-bottom: 1rem;
    }

    .sendTestimonial a:before {
        content: "\f0e0";
        font-family: FontAwesome;
	    margin-right: 0.5rem;	
    }
		
    #Testimonials {
	    list-style: none;
	    padding: 0;
	    margin: 0;
    }
		
    #Testimonials li {
	    border: 1px solid #EEE;
	    border-left: 4px solid #CCC;
	    padding: 1rem 1rem 1rem 2rem;
	    margin-bottom: 1rem;
    }

    #Testimonials li .testimonialComment {
	    font-style: italic;
    }

    #Testimonials li .testimonialAuthor {
	    font-weight: 600;	
	    color: #777;
    }

    /* Team */

    #team_wrapper a {
	    text-decoration: none;
    }

    #team_wrapper .team_item {
        display: inline-block;
	    min-width: 160px;
	    max-width: 200px;
	    margin-right: 3%;
	    margin-bottom: 1rem;
	    text-align: center;	
    }

    #team_wrapper .team_item:nth-child(4n) {
	    margin-right: 0;
    }

    #team_wrapper .team_item:hover .member-img {
	    opacity: 0.6;	
    }

    #team_wrapper .team_item .member-img {
	    display: inline-block;
	    border-bottom: 0;
	    width: 160px;
	    height: 160px;
	    border-radius: 100%;
	    transition: opacity 0.2s ease-in-out;
	    background-size: cover;
	    background-position: top center;
	    background-color: #EEE;
    }

    #team_wrapper .team_item span {
	    display: block;	
    }

    #team_wrapper .team_item .member-name {
	    font-weight: 600;	
	    padding: 10px 16px;
    }

    #team_wrapper .team_item .member-role {
	    font-style: italic;
    }

    .team_member_photo {
        float: left;
        height: 120px;
        width: 120px;
        margin: 0 1rem 1rem 0;
        border: 1px solid #ddd;
        border-radius: 100%;
        overflow: hidden;
    }

    .team_member_photo img {
        width: 100%;
    }

    .team_member_name {
        font-size: 2rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1;
        padding-top: 1.5rem;
        color: #808C24;
    }

    .team_member_role {
        font-size: 1.5rem;
        color: #777;
    }

    .team_member_contact {
        clear: both;
    }

    .team_member_email,
    .team_member_telephone {
        margin-bottom: 1rem;
    }

    .team_member_telephone a, 
    .team_member_email a {
        display: block;
        padding: 0.8rem 1.5rem;
        background: #777;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }

    .team_member_telephone a:hover, .team_member_email a:hover {
        background: #808C24;
    }

    .team_member_telephone a>span:before {
        content: "\f095";
        font-family: FontAwesome;
        padding-right: 0.5rem;
    }


    .team_member_email a>span:before {
        content: "\f003";
        font-family: FontAwesome;
        padding-right: 0.5rem;
    }
}

@media only screen and (min-width: 40.063em) { 
    .team_member_photo {
        float: left;
    }

    .team_member_biography {
        clear: both;
    }
	
	.team_member_email,
    .team_member_telephone {
        float: left;
        display: block;
        width: 48.5%;    
    }

    .team_member_email {
        margin-right: 3%;
    }
}

@media only screen and (min-width: 64.063em) { 
    #mobile-menu,
    .overlay,
    .toggle-search,
    .toggle-menu {
        display: none;
    }

    .sticky-wrap.stuck {
        height: 62px; /* Height of content */
    }
     
    .sticky-wrap.stuck #nav {
        position: fixed;
    }

    #nav {
        line-height: 60px;
        background: #fcfcfc;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #ddd;
    }

    #nav ul {
        padding: 0;
        margin: 0;
        list-style: none;        
    }

    #nav ul li {
        display: inline-block;
        position: relative;
    }      

    #nav ul li a {
        display: inline-block;
        font-weight: 300;     
        color: #292e33;
        text-decoration: none;
        padding: 0 1rem;  
        height: 100%;          
    }

    #nav ul li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
        line-height: initial;
        padding-top: 1px;
    }
					
    #nav ul li ul li {
        background: #808C24;
        display: block;
    }

    #nav ul li ul li a {
		display: block;
        word-wrap: normal;
        white-space: pre;
        line-height: 40px;
        font-weight: 400;
        font-size: 13px;
        color: #fff;
        text-align: left;
    }

    #nav ul li ul li a:hover {
        color: #ccc;
    }

    #nav ul li:hover > a {
        color: #808C24;    
    }

    #nav ul li.current > a {
        color: #808C24; 
        font-style: italic;
    }

    #nav ul li:hover ul {
        display: block;
    }


	


    #header .menu-toggle {
        display: none;
    }

    #footer .footer-nav {        
        display: block;
        padding: 2rem 0;
        border-top: 1px solid #eee;
    }

    #footer .footer-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
       
    #footer .footer-nav ul li {
        display: inline-block;
        margin: 0 0.5rem;
    }

    #footer .footer-nav ul li.home,
    #footer .footer-nav ul li ul {
        display: none;
    }

    #footer .footer-links a {
        margin: 0 0.5rem;
        display: inline-block;
    }

    .sidebar {
        margin-top: 0;
    }
}

@media only screen and (min-width: 90.063em) { 
   
}

/* small hide */
@media only screen {
    .small-hide,
    .medium-hide,
    .large-hide {
        display: none;
    }
}

/* medium hide */
@media only screen and (min-width: 40.063em) {
    .small-hide {
        display: block !important;
    }
}

/* large hide */
@media only screen and (min-width: 64.063em) {
    .medium-hide {
        display: block !important;
    }
}

#page-content > div:nth-child(2) > div.medium-4.columns > ul > li:nth-child(2) > p:nth-child(2)
{
	display:none;
}
#page-content > div:nth-child(2) > div.medium-4.columns > ul > li:nth-child(3)
{
	display:none;
}
#page-content > div:nth-child(2) > div.medium-4.columns > ul > li:nth-child(2) > h4
{
	display:none;
}
#page-content > div:nth-child(2) > div.medium-4.columns > ul > li:nth-child(2)::before{
	display:none;
}

#page-content > div:nth-child(2) > div.medium-4.columns > ul > li:nth-child(1)
{
	padding-bottom:0px !important;
}


#page-content > div:nth-child(2) > div.medium-4.columns > ul > li:nth-child(2) > p:nth-child(4) > strong
{
	display:none;
}



/*Overrirde to allow for 2nd email address in contact*/
