@charset "utf-8";
/* CSS Document */
body{
    background:#fff !important;
        /*background:#ECECEC !important;*/

}

body, p, div, span, footer p, footer span, footer div{
    font-family: 'pt_sansregular';
}

footer p, footer span, footer a{
    font-family: 'pt_sansregular' !important;
    font-size:14px;
}

#twitterBox .item .datePosted a{
font-size:8px !important;
}

a:hover{
color:#E95F9C;
}
footer .btn{
border:none;
}

div.form div.item,
.secure-login div.form,
.newsletter-form div.form {
    padding: 0;
}

div.item {
    color: grey;
}

.newsletter-form {
    background: transparent;
    border: 0;
    margin-bottom: 0;
}

.footer .input {
    padding: 10px;
    margin-bottom:10px
}


html,
body {
    min-width: 320px;
}

@media (max-width: 360px) {
    .logoContainer {
        width: 65px;
        overflow: hidden;
    }
    .noPadding{
        padding-left:0 !important;
        padding-right:0 !important;
    }
}

body {
    /*background-color: #F5F5F5;
    */
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.spaceAfter {
    margin-bottom: 50px;
}

.spaceBefore {
    margin-top: 50px;
}

.bgWhite {
    background-color: white !important;
}

.bgPink {
    background-color: #E95F9C;
}


.white {
    color: white !important;
}

.pink {
    color: #E95F9C !important;
}

.blue {
    color: rgb(0,174,239) !important;
}

.bgBlue {
    background-color: rgb(0,174,239) !important;
}

.bgBlack {
    background-color: #333333 !important;
}

.black {
    color: #333333;
}

.bgGrey{
    background-color: #E7E7E7 !important;
}

.grey{
    background-color: #E7E7E7 !important;
}

.contentWrapper {
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
}

#sideBar {
    float: left !important;
}

#blog-container {
    float: right !important;
    margin-top: 28px;
}

@media (min-width: 350px) {
    
    #contentContainer {
        margin-left: 0px;
        margin-right: 0px;
    }
    
}

@media (max-width: 768px) {
    
    .noPadding{
        padding:0 !important;
    }
    
    
    #contentContainer {
        margin-left: 0px;
        margin-right: 0px;
    }
}


.itemThumb {
    width: 100%;
    height: 200px;
    background-color: grey;
    background-position: center center;
}

.headerSpace{
    height:90px;
}

.welcome h1{
    font-size:36px !important;
}

/*************** BLOG ******************/
p.page-nav {
    text-align: left;
       /* margin-top: 397px;*/
}


.pagination, #pagination{
    display:inline-block;
}

.blogBox{
    border:1px solid;
    border-color:#808080;
    padding:20px;
    vertical-align:top;
    min-width:250px;
    background:#fff;
    margin-bottom: 20px;
    
}

.breadcrumbs{
    padding-top:50px;
    padding-bottom:50px;
}

.blogBox h2{
    font-size:16px;
}

.blogBox a:hover{
    color: #E95F9C;
    text-decoration:none;
}

.blogBox .tags{
    color: grey;
    font-size:12px;
    border-bottom:1px solid;
    border-color:#808080;
    
}

.blogBox .tags a, #sideBar a{
    color: grey;
}

.blogBox .tags a:hover, #sideBar a:hover{
    color: #E95F9C;
    text-decoration:none;
}
.blogIcon{
    height:12px
}

.post-details{
    font-size:12px;
}

.boxImage{
    height: 200px;
    background-color:grey;
}

.boxTitle{
    height: 80px;
}

#sideBar li{
    font-size:100%;
}

.headline a{
    color:#565656;
    font-weight: bold;
}

#sideBar h4{
    font-family: 'pt_sansregular', sans-serif;
    font-weight:bold;
    margin-top:30px;
    font-size:20px;
    text-transform: uppercase;
}
/*
.blogTitle{
font-family: 'PT Sans', sans-serif;
font-weight: 900;
font-size: 40px;
text-transform: uppercase;
text-decoration: underline;
color: #E95F9C;
}
*/
.novecento {
    font-family: 'novecentosanswideuploadedfile';
    font-weight: normal;
    min-height: 43px;
    line-height: 43px;
    font-size: 26px;
    text-transform:uppercase;
    color: #565656;

}

.blog-post h2{
    font-size: 20px;
    font-family: pt-sans, sans-serif;
    font-weight: 700;
    margin-top:30px;
    line-height: 24px;
    
}


.underline{
    border-bottom:2px solid;
    display:inline;
    border-color:#00AEEF
}

p, .firstRow p {
    font-size:14px !important;
    line-height:20px !important;
}


.transition {
    transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -90px;
}
.f10 {
    font-size: 10px !important;
}
.f12 {
    font-size: 12px !important;
}


.f14 {
    font-size: 14px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f24 {
    font-size: 24px !important;
}

.f30 {
    font-size: 30px !important;
}

.f34 {
    font-size: 34px !important;
}

.f38 {
    font-size: 38px !important;
}

.f40 {
    font-size: 40px !important;
}

.marginAfter20 {
    margin-bottom: 20px;
}

.marginAfter30 {
    margin-bottom: 30px;
}

.marginAfter40 {
    margin-bottom: 40px;
}

.blanker{
    background-image: url(../Images/Icons/fmlIcon.jpg);
    background-size: contain;
    background-color: #EE68A7;
    background-repeat: no-repeat;
    background-position-x: right;
}

.main {
    width:auto !important;
    margin: 0 !important;
    text-align: right !important;
    float:right;
}

.boxTitle{
    height: 44px;
    overflow: hidden;
    margin-top:10px;
    margin-bottom:10px;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}

.post-body-short{
    overflow: hidden;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    
}


@media (max-width: 400px){
    .iconLogo {
        width: 65px;
        overflow: hidden;
    }
}

.BlogTagCloud a {
    /* color: #4B4C47;
    */
    /* background-color: #EF67A6;
    */
    padding: 3px 7px;
    border-radius: 3px;
    border: 1px solid;
    margin-right: 0px;
    /* margin-bottom: 6px;
    */
    line-height: 2.2;
    border-color: #EF67A6;
}

.BlogTagCloud a:hover {
    color: #FFF !important;
    background-color: #EF67A6;
}

.submitPost{
    padding: 20px;
    background: #00AEEF;
}

.submitPost a {
    font-size: 18px;
    color:#fff !important;
    
}
#twitterBox1{
display:none !important!;
    overflow: hidden;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.user img{
float:left;
margin:5px;
}

footer{
padding-top:50px;
    padding-bottom:60px
}

.eventitemBox{
    background:
}

.tab-pane{
}

.bgnoRec:after {
    content: "No Scheduled Event";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font-size:36px;
  }

.noEvent{
  /*bottom: 0;*/
  height: 100px;
  left: 0;
  margin: auto;
  /*position: absolute;
  top: 110px;*/
  right: 0;
  padding-top:30px;
  width: 100%;
  text-align:center;
}

.publication-title a {
    font-family: 'pt_sansregular' !important;
    font-weight:bold !important;
    font-size:16px !important;
    color:rgb(0,174,239);
}

.figcaption .thumbDescription{
    overflow: hidden;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

h2.post-title{
    font-family: 'pt_sansregular' !important;
    font-weight:bold !important;
    font-size:22px !important;
    line-height:24px;
    border:none !important;
	padding: 0 0 20px 0 !important;
}

.BlogRecentPost ul li {
    border-bottom: 1px solid;
    border-color: #808080;
    padding-top: 10px;
    padding-bottom: 10px;
}

h3.pink {
    font-size: 18px;
    font-family: pt_sansregular;
    text-transform: uppercase;
    margin-top: 10px;
}

/*System Message*/

.system-message{
padding-top: 150px;
margin-bottom: 70px;
padding-left: 10%;
padding-right: 10%;
}

.system-message h1{
    font-size: 24px;
    color: #E95F9C;
}


.system-message input[type=submit]{
    border-radius: 3px !important;
    font-size: 12px !important;
    width: 100px !important;
    padding: 8px !important;
    /* padding-bottom: 8px !important; */
    text-transform: uppercase;
    border: none;
    background: rgb(0,174,239);
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;

}