.nav-lang-armenian {
	font-size: 15px!important;
}

.clear{
	clear: both;	
}

.menu-dropdown {
    display:none;
}

h2.with-space {
    margin-bottom:20px;
}

.today-reading-section {
}

.today-reading-section p.title {
    font-weight:bold;
    margin-bottom:10px;
}

.today-reading-section p {
    font-size:16px;
}

.sub-content{
	margin-bottom: 20px;
}

.sub-content:nth-child(4n){
	clear: both;
}

.fullwidthbanner-container {

}

.colored-footer .dark-green {
    height:25px;
    background-color:#178594;
}
.colored-footer .light-green {
    height:8px;
    background-color:#86d0dc;
}

.quicklinks {

}
    .quicklinks li a {
        color:#178594;
        font-size:16px;
        line-height:18px;
    }


.footer-block h3.make-difference {
    padding-bottom:0!important;
    /*TODO-20170208text-transform:capitalize;*/
    text-transform: uppercase;
	background: transparent;
}

.footer-block.contact-info p {
    text-transform:uppercase;
}

.footer-block .contact-details span {
    color:#fff;
    text-transform:uppercase;
}

.social-links {

}
    .social-links li {
        display:inline-block;
    }

.provider-logos a {
    margin-left:10px;
}

#footer-google-map {
    width:100%;
    height:20vh;
    margin-top:20px;
}

.footer.cta-long .row {
    margin-bottom:0;
}

.bg-arrow-down {
    background:url(../images/common/bg-blue-arrow-down.png) repeat-x;
    height:18px;
}

.bg-arrow-up {
    background:url(../images/common/bg-blue-arrow-up.png) repeat-x;
    height:18px;
}

h2.title {
    font-size:43px;
    line-height:43px;
    color:#7e4331;
    text-align:center;
    text-transform:uppercase;
    margin:0;
}

h1.title {
    font-size:18px;
    line-height:20px;
    margin-bottom:20px;
    padding-bottom:0;
    text-transform:uppercase;
}

h2.dashed-border {
    border-bottom:1px dotted #c7b299;
}

.sidebar-cta {
    margin-top:30px;
}

#breadcrumb {
    margin-left:-1%;
}

#breadcrumb .separator {
    padding:0;
}

.img-float-right {
    float:right;
    padding-left:30px;
}

.content-with-images {
    background:#fff url(../images/common/bg-gradient-grey.png) repeat-x;    
    min-height:200px;
    padding:75px 0;
}

    .content-with-images h2 {
        font-size:33px;
        color:#7e4331;
        text-transform:uppercase;
        line-height:36px;
		text-align: center;
    }

.content-with-images.homepage-content h2{
	margin-top: 25%;
}

    .content-with-images a {
        /*float:right;*/
        color:#178594;
    }

    .content-with-images .image-wrapper {
        padding:0 5px;
        box-sizing:border-box;
        display:inline-block;
        width:32%;
    }
        .content-with-images .image-wrapper a {
            float:none;
        }

        .content-with-images .image-wrapper img {
            max-width:100%;
        }

    .content-with-images.less-padding {
        padding:35px 0;
    }

.homepage-content {
    /*background:#f8f8f8 url(../images/common/bg-pattern.jpg);*/
}
.public-img{
    width: 70px;
    height: 70px;
	background-size: cover;
	background-position: center;
}
/* SIDEBAR NAV */
.sidebar-nav {
    margin-right:15px;
}

.sidebar-nav ul.links li {
    border-bottom:1px dotted #c7b299;
    padding-top:10px;
    padding-bottom:10px;
}

    .sidebar-nav ul.links li a, 
    .sidebar-nav ul.links li span {
        float:none!important;
        font-size:18px;
        text-transform:uppercase;
        color:#178594;
    }

    .sidebar-nav ul.links li.active {
        background:url(../images/common/sidebar-bullet.png) no-repeat 95% center;
    }

    .sidebar-nav ul.links li.active.with-child {
        background-position-y: 16px;
    }

    .sidebar-nav ul.links li.active a {
        color:#7e4331;
    }

    .sidebar-nav ul.links li ul {
        margin-left:30px;
    }
        .sidebar-nav ul.links li ul li {
            border-top: 1px dotted #c7b299;
            border-bottom:none;
        }
            .sidebar-nav ul.links li ul li:first-child {
                border-top:none;
            }

            .sidebar-nav ul.links li.active li a {
                color:#178594;
            }

/*----------------------
HOMEPAGE
----------------------*/
.homepage-header {
    padding-top:35px;
    padding-bottom:40px;
    border-bottom:2px solid #7e4331;
	background:#f8f8f8 url(../images/common/bg-pattern.jpg);
}

    .homepage-header h1 {
        margin-bottom:24px;
    }

        .homepage-header h1 p {
            font-size:43px;
            color:#7e4331;
            text-transform:uppercase;
            text-align:center;
        }

.homepage-header p {
    font-size:16px;
    color:#1d2225;
    text-align:center;
}

.make-difference {
    padding:35px 0;
	background:#f8f8f8 url(../images/common/bg-pattern.jpg);
}
    .make-difference .desc p {
        font-size: 16px;
        text-align: center;
    }

    .make-difference h3 {
        font-size:25px;
        color:#7e4331;
        border-bottom:2px solid #7e4331;
        padding-bottom:15px;
        text-transform:uppercase;
        text-align:center;
    }

    .make-difference div.row > div {
        padding:0 10px;
        box-sizing:border-box;
    }

    .make-difference ul li {
        padding-top:15px;
    }

    .make-difference ul li p {
        font-size:16px;
    }

    .make-difference a {
        color:#178594;
        font-size:16px;
        /*float: right;*/
    }

    .make-difference .find-out-more {
        margin-top:25px; 
        float:right;
    }

.make-difference > .row{
	display: table-row;
}

.make-difference .one-third{
	display: table-cell;
	position: relative;
    float: none;
}

.public-download{
	text-align: right;
    display: block;
    margin-top: 10px;
}

.publication-h1{
	margin-bottom: 5px !important;
}

.publication-text{
	margin-bottom: 20px;
}

.publication-desc{
	margin-bottom: 20px;
}

.make-difference .one_third{
	margin-right: 0;
	width: 80px;
}

.make-difference .one-third ul{
	margin-bottom: 30px;
}

.make-difference .one-third ul li,
.sidebar-todays-reading ul li{
	overflow: hidden;
	border-bottom: 1px dotted #a25f31;
    padding-bottom: 15px;
}

.sidebar-todays-reading .one_third{
    margin-left: 0;
    margin-right: 10px;
}

.make-difference .find-out-more{
	position: absolute;
	right: 0;
	bottom: 0;
}

.browse-albums {
    background:#eeeceb;
    padding:35px 0;
}

    .browse-albums .desc p {
        font-size:16px;
        text-align:center;
    }

    .browse-albums .album-list {
        text-align:center;
    }

    .browse-albums .album-list li {
        display:inline-block;
    }
        .browse-albums .album-list li:before {
            content:"|";
        }
            .browse-albums .album-list li:first-child:before {
                content:" ";
            }

        .browse-albums .album-list li a {
            color:#178594;
            font-size:16px;
        }

.find-us {
    border-top:2px solid #7e4331;
    padding:35px 0 0;
}
    .find-us #google-map-area {
        margin-top:35px;
        width:100%;
        height:55vh;
        border-top:3px solid #fff;
        border-bottom:3px solid #fff;
    }


/*----------------------
CONTENT PAGE
----------------------*/
.page-header {
    padding-top:10px;
    padding-bottom:15px;
    border-bottom:2px solid #7e4331;
}

    .page-header #content-top {
        padding-bottom:0;
    }

    .page-header h1 {
        margin-bottom:0;
    }

        .page-header h1 p {
            font-size:43px;
            color:#7e4331;
            text-transform:uppercase;
            text-align:left;
            margin-top:20px;
        }

.page-header p {
    font-size:16px;
    color:#1d2225;
    text-align:left;
}

.content-page .desc {
    word-wrap: break-word;
}

.content-page .desc .main-image {
    float:left;
    padding-right:20px;
    max-width: 250px;
    height: auto;
}

.sub-contents {
    margin-top:30px;
}

.sub-content {
    width:30%;
    float:left;
    margin-right:5%;
    text-align:center;
}
    .sub-content h3 {
        font-size:16px;
        text-align:center;
        text-transform:uppercase;
    }

    .sub-content p {
        text-align:left;
        word-wrap: break-word;
    }

    .sub-content a {
        float:none;
    }

/*----------------------
EVENT PAGE
----------------------*/
.page-banner {
    position:relative;
}

.page-banner .cta-long {
    position:absolute;
    bottom:100px;
    width:100%;
}

    .page-banner .cta-long h2 {
        color:#ebebeb;
    }

.events.with-space {
   /* margin-top:35px;*/
}

.title-date h3 {
    color:#7e4331;
    font-size:20px;
    line-height:20px;
    text-transform:uppercase;
    margin-bottom:10px;
    padding:0;
    margin-top:20px;
}

.title-date p {
    color:#736f69;
    font-size:14px;
    margin-bottom:15px;
}

.events-item .img {
    margin-left:0;
}


/*----------------------
TODAYS READING
----------------------*/
.sidebar-todays-reading {
    
}

    .sidebar-todays-reading h3 {
        border-bottom: 1px dotted #c7b299;
        margin-top: 20px;
        padding-bottom: 10px;
        font-size: 18px;
        text-transform: uppercase;
        color: #178594;
        margin-bottom:10px;
    }

        .sidebar-todays-reading h3:first-child {
            margin-top:0;
        }

    .sidebar-todays-reading ul {
        
    }

        .sidebar-todays-reading ul li {
            clear:both;
            margin-bottom:10px;
        }

/*----------------------
CONTACT US
----------------------*/
.contact-us-page {
}

    .contact-us-page h1 {
        font-size: 43px;
        color: #7e4331;
        text-transform: uppercase;
        text-align: center;
        line-height:46px;
    }

    .contact-us-page .desc {
        text-align:center;
    }

    .contact-us-page .contact-info {
        margin-top:30px;
		display: none;
    }

    .contact-us-page .homepage-header {
        border-top: 2px solid #7e4331;
    }

    .contact-us-page input[type="radio"] {
        -webkit-appearance:radio;
    }

    .contact-us-page input[type="checkbox"] {
        -webkit-appearance:checkbox;
    }

.contact-us-form h4 {
    text-align:center;
    margin-bottom:30px;
}

#contactus {
    padding:0 150px;
}

.contact-us-form .otherInquiry {
    margin-left:30px;
}

.contact-us-form .otherInquiry2 {
    margin-left:30px;
}

.contact-us-form label.error {
    position:static;
    border:none;
    background:transparent;
    color:#f00;
}

.contact-us-form input {
    margin-bottom:0;
}

.contact-us-form fieldset > div {
    margin-bottom:20px;
}

.addthis_inline_share_toolbox {
    text-align:right;
    margin-bottom:30px;
}

/******* NEWS ********/
.twelve .events .events-item{
    border-top: 1px dotted #c7b299;
	padding-top: 20px;
}
.twelve .events .events-item .title-date h3{
	margin-top: 0;
}

/**********/

.our-albums{
	background: none !important;
}

.fb-album div{
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
}

.fb-album h3{
	text-align: center;
	font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media(max-width: 768px){
	.container .columns.event-info{
		margin-left: 10px;
	}
	.header-wrapper > .container{
		padding-top: 10px;
		padding-bottom: 10px;
		
	}
	.container .columns.img{
		margin-right: 10px;
	}
	
	.fb-album div{
		height: 120px;
	}
	
	.fb-album h3{
		font-size: 16px;
	}
	
	.content-with-images.homepage-content h2{
		margin-top: 0;
	}
	
	.make-difference .row{
		display: initial;
	}
	
	.make-difference .one-third{
		display: initial;
		float: left;
	}
	
	.top-menu .social-link{
		display: none;
	}
	
	#logo{
		margin-top: 0 !important;
		width: 80px !important;
	}
	
	#logo img {
		height:80px;
		width: auto;
	}
	
	nav.languages ul{
		text-align: right;
	}
	
	nav.languages{
		width: 230px !important;
		right: 10px;
		top: 20px !important;
	}
	
	nav.top-menu{
		width: 230px !important;
		float: right !important; 
		margin-right: -10px !important;
		margin-top: 45px !important;
	}
	.content-page .desc .main-image{
		float: none;
		margin-bottom: 20px;
	}
	nav.top-menu ul li a{
		padding-right: 0;
	}
}

@media(max-width: 480px){
	.fb-album div{
		height: 90px;
	}
	.sub-content{
		margin-right: 0;
		width: 100%;
	}
}


@media(max-width: 380px){
	nav.languages {
    	width: 150px !important;
		top: 10px !important;
	}
	nav.top-menu{
		width: 150px !important;
		margin-top: 30px !important;
		margin-right: 0 !important;
	}
	nav.languages ul,
	nav.top-menu ul{
 	   text-align: right !important;
	}
}