                        /* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */


/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Remove Footer Text Underline */
.uk-contrast a:hover:not([class]), .uk-contrast .uk-link:hover {
text-decoration: none;
}
/*****3 modules homepage layout******/
.uk-block-large, cs-lisa {
/*padding-bottom: 80px;*/
/*padding-top: 80px;*/
}

/*Scholarship Page -matto*/

/*.tpoa-scholarship-page{
    background: #03608d;
}*/

.home-header-slideshow .uk-slidenav-position .uk-slideshow > li > div .uk-button{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
}


/*Mobile menu -matto*/
.uk-nav-offcanvas>li>a{
    font-size: 18px !important;
    font-family: Quicksand, sans-serif;
}

.uk-nav-offcanvas .uk-nav-header {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px !important;
    font-family: Quicksand, sans-serif;
}

.uk-nav-offcanvas ul a {
    color: rgba(255, 255, 255, 0.5);
    font-family: Quicksand, sans-serif;
    font-size: 14px;
}

.btn-danger:hover, .btn-warning:hover {
    background-color: #3685b5;
    color: #fff;
}

.members-menu-glow > ul > li > a{
    font-family: Quicksand, sans-serif;
}

.mission-banner{
    background-image: url("/images/articles/TPOA_Mission_1.jpg");
    /*width: 1600px;*/
    height: 700px;
    background-size: cover;
    background-position: center;
    font-size: 3em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1em;
    text-align: center;
    padding-top: 10px;
    color: #b5b5b5;
}

/*videos page z-index issue fix -matto*/
.tpoa-videos-pg #tm-main{
    z-index: 0;
}

.tpoa-scholarship-page .uk-container{
    /*display: flex;
    justify-content: center;*/
    max-width: none;
    padding: 0px;
}

.tpoa-scholarship-page .scholarship-banner{
    background-image: url("/images/articles/university-scholarship-page_1.jpg");
    /*width: 1600px;*/
    height: 700px;
    background-size: cover;
    background-position: center;
    font-size: 3em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1em;
    text-align: center;
    padding-top: 10px;
}

.scholarship-desc{
    width: 50%;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -80px;
    background: rgba(255,255,255,1);
    padding: 40px;
}

.tpoa-scholarship-page .tm-footer{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.scholarship-reqs{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

.scholarship-reqs div{
    padding: 20px;
    display: flex;
    /*align-items: center;*/
    flex-direction: column;
    width: 40%;
    min-width: 420px;
    height: auto;
    box-sizing: border-box;
    margin: 10px;
    border: 2px solid #fafafa;
}

.scholarship-reqs div:nth-child(1){}

.scholarship-reqs div:nth-child(2){
    border-left: 2px solid #fafafa;
}

.scholarship-end{
    display: block;
    margin-left: auto;
    width: 60%;
    min-width: 350px;
    margin-right: auto;
    padding-bottom: 20px;
}

/*****Santa float page -matto****/
.santa-float-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.sf-item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    box-sizing: border-box;
    padding: 20px;
    height: 300px;
    width: 300px;
    transition: all 500ms ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.sf-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.sf-donate-btn{
    flex-direction: column;
    color: #fff;
    border-radius: 50%;
     white-space: nowrap;
    border: 2px solid #EF3B36;
    background: #EF3B36;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FFFFFF, #EF3B36);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FFFFFF, #EF3B36); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sf-pdf-btn{
    text-align: center;
    border: 2px solid #EF3B36;
    color: #fff;
    font-weight: normal;
    border-radius: 50%;
    background: #EF3B36;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #EF3B36, #FFFFFF);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #EF3B36, #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sf-pdf-btn:hover{
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
}


/****** Home Page Module Backgrounds -matto*******/
.home-page #tm-top-d{
   background-image: url('/images/modules/grey.png');
}

.home-page #tm-bottom-d{
   background-image: url('/images/modules/grey.png');
}

/********** Flip module -matto **********/
.flip-outer-container{
    background-image: url('/images/modules/grey.png');
    /*background-size: cover; */
    background-repeat: repeat;
    /*height: 500px; */
    background-position-y: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flip-inner-container{
    display: flex;
    justify-content: center;
    max-width: 900px;
    flex-flow: row wrap;
    padding: 20px;
}

.flip-card{
    display: flex;
    height: 300px;
    width: 300px;
    background-color: rgba(40, 57, 77, 0.8);
    /*border: 1px solid #fff;
    margin: 5px;*/
    justify-content: center;
    color: #fff;
    align-items: center;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    flex-direction: column;
}

.flip-card:hover{
    transform: translate(-5px,-5px);
    box-shadow: 5px 5px 0px #000;
    text-decoration: none;
    color: #fff;
}

.flip-card:first-child{
    background-color: rgba(54, 133, 181, 1);
}

.flip-card:nth-child(2){
    background-color: rgba(4, 113, 166, 1);
}

.flip-card:nth-child(3){
    background-color: rgba(4, 120, 190, 1);
}

.flip-card:first-child:hover{
    background-color: rgba(235, 167, 36, 1);
}

.flip-card:nth-child(2):hover{
    background-color: rgba(109,193,202,1) !important;
}

.flip-card:nth-child(3):hover{
    background-color: rgba(211, 81, 45,1) !important;
}

/*Our fallen page accordion -matto*/
.fallen-accordion{
	padding-top: 20px;
}

.fallen-accordion > h3{
	font-size: 1em;
}

/****** homepage fallen module -matto*****/
/*.tm-top-a > div > div{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
}*/

/***** Golf Tourny Accordion sponsors -matto****/
.golf-sponsors-accordion{
	/*width: 500px;*/
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #aaa;
	padding: 40px;
}

.golf-sponsors-accordion h3{
	font-size: 1em;
}

/*Buttons*/

.uk-button-donate {
    background-color: #fc870c;
    color: #fff;
}

.uk-button-danger {
    background-color: #008799;
    color: #ffffff
}

/*.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #008799 !important;
}*/

.uk-button-success:hover,
.uk-button-success:focus {
    background-color: #008799 !important;
}

.uk-subnav-pill > * > * {
    border-radius: 0;
    padding: 0px 0px;
}

.uk-button-danger {
    background-color: #008799;
    color: #ffffff
}

/* Easyblog Fix */
.eb-mod * {
line-height: 26px !important;
}
.eb-post-image {
border: 0 !important;
background: transparent !important;
}
.eb-post-image img[src*="placeholder-image"] {
display: none !important;
}
#eb .eb-navbar__body {
background-color: #fff;
border-color: #fff #fff currentcolor;
}

/* EasyDiscuss Fixes */
.ed-page-title {
font-size: 22px  !important;
}

#ed .ed-cat-panel__hd, #ed .ed-cat-panel__bd, #ed .ed-cat-panel__ft {
font-size: 18px !important;
}

#ed .g-list-inline > li {
font-size: 16px !important;
}

/*******DONATE PAGE*******/


/*Top Buttons*/

.donate-head-btn {
    background-color: #fff;
    color: #008799;
}

.donate-head-btn-middle {
    background-color: #FC870C;
}

.donate-head-btn:hover {
    opacity: 0.8;
}

.uk-button.donate-head-btn-middle:hover {
    opacity: 0.8;
    background-color: #FFA000;
}

.uk-subnav[data-uk-switcher] {
    border-bottom: 3px solid #008799;
}

.uk-subnav[data-uk-switcher] > li {
    padding-left: 0;
    padding-right: 15px;
}


/*Volunteer Image*/

.volunteer-header {
    line-height: 1.2;
}

.volunteer-sub-header {
    line-height: 1.2;
}

.volunteer-sub-header > em {
    color: #FC870C;
}

/*Gift Packages*/

.button-packages-container {
  margin-top: 20px;
}
.button-packages {
    -webkit-appearance: none;
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: #ffffff;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    background: #a5a5a5;
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    padding: 0 33px;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.5;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.button-packages:focus {
    outline: none;
}

.button-packages-active {
    background-color: #008799;
    opacity: 1;
    font-weight: 900;
    -webkit-box-shadow: 4px 0px 2px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 4px 0px 2px -1px rgba(0,0,0,0.25);
    box-shadow: 4px 0px 2px -1px rgba(0,0,0,0.25)
}

.button-packages:hover {
    opacity: 1;
}

.button-packages-active:hover {
    background-color: #008799;
}


/********OTHER CUSTOM CSS********/

.uk-open .uk-dropdown-blank {
    z-index: 1099;
}

/***** Navbar -matto *******/
.uk-navbar-nav>li>a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat',Helvetica,Arial,sans-serif !important;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    height: 65px;
    line-height: 65px;
    margin: 16px 0 0 0;
}

.uk-dropdown-navbar {
    left: 0px !important;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.uk-nav-navbar > li > a{
    font-family: 'Montserrat',Helvetica,Arial,sans-serif !important;
    font-size: 15px;
}

.uk-nav-navbar > li > ul > li > a{
    font-family: 'Montserrat',Helvetica,Arial,sans-serif !important;
    font-size: 15px;
}

/* Homepage Slider */

.homepage-slider-line-1 {
    font-size: 56px;
    line-height: 0.9;
    text-shadow: 0 0 15px #000;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.homepage-slider-line-2 {
    font-size: 94px;
    line-height: 0.8;
    text-shadow: 0 0 15px #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.homepage-slider-line-3 {
    font-size: 48px;
    line-height: 1;
    margin-right: 580px;
    text-align: right;
    color: #fff
}

.homepage-slider-line-4 {
    font-size: 48px;
    line-height: 0.8;
    margin-right: 580px;
    text-align: right;
    color: #fff
}

.relative-container {
    position: relative;
}

.homepage-slider2-line-1 {
    font-size: 94px;
    line-height: 1;
    text-align: center;
    color: #008080;
    font-weight: bold;

}

.homepage-slider2-line-2 {
    font-size: 56px;
    line-height: 0.8;
    text-shadow: 0 0 16px #000;
    color: #008080 !important;
    text-align: center;
    text-transform: uppercase;
  font-style: italic;


}

.homepage-slider2-line-3 {
    font-size: 48px;
    line-height: 0.8;
    margin-right: 380px;
    color: #008080
}

.homepage-slider3-line-1 {
    font-size: 56px;
    line-height: 1;
    text-shadow: 0 0 15px #000;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.homepage-slider3-line-2 {
    font-size: 94px;
    line-height: 1;
    text-shadow: 0 0 15px #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.homepage-slider3-line-3 {
    font-size: 84px;
    line-height: 0.9;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 15px #000;
}

.italic {
    font-size: 56px;
    color: #c0940D;
    font-style: italic;
}


/*menu changes*/

.tm-navbar-sticky .tm-navbar-wrapper,
.tm-navbar-sticky .tm-navbar-wrapper-animate {
    border-width: 0px;
}


/*Navbar and Donate Button*/

.tm-navbar-left {
    left: 150px
}

.uk-navbar {
    height: 96px;
    background-color: #0471A6;
    /*background-color: rgba(51, 61, 74, 0.85);*/
}

.uk-navbar-nav {
    margin: 0 -28px 0 28px;
}

.tm-navbar-container {
    height: 80px;
}

.uk-navbar-nav > li >a {
    height: 65px;
    line-height: 65px;
    margin: 16px 0 0 0;
}

#cs-sticky-btn {
    text-align: center;
    position: relative;
    left: 18%;
  box-sizing: border-box;
}

#cs-sticky-btn li a{
    color: #FC870C;
  box-sizing: border-box;
}

#cs-sticky-btn li {
    width: 140px;
    /*border: 1px solid #fff;*/
    /*background-color: #FC870C;*/
    margin: 16px 8px 0 -137px;
    box-sizing: border-box;
    transition: all 500ms ease;
}

#cs-sticky-btn li:hover {
    background-color: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
}

#cs-sticky-btn li:hover a{
    color: #fff !important;
}

#cs-sticky-btn li:nth-child(2) {
    width: 140px;
    background-color: orange;
    margin: 16px 8px 0 8px;
}

#cs-sticky-btn li:nth-child(1) >a,
#cs-sticky-btn li:nth-child(2) >a {
    margin: 0;
}

.uk-button:active {
    background: #fff;
}


/*Easyblog*/

.eb-mod-media-title {
    font-size: 22px !important;
}

div#fd.eb.eb-mod * {
    line-height: 25px !important;
}

div#fd.eb .eb-navbar {
    background: #ffffff !important;
}

/* Calendar Responsive */
.responsive-iframe-container {
    position: relative;
    padding-bottom: 76.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/******** Board Member page -matto********/
.five-star-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.five-star-container h2{
    margin-top: 10px;
}

.mat-card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.single-card{
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 10px;
    /*border-bottom: 40px solid #efce4a;*/
    border-top: 40px solid #efce4a;
    /*border-radius: 50%;*/
    box-sizing: border-box;
/*    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;*/
    /* border-bottom-left-radius: 50%; */
    margin: 10px;
}

.single-card:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 2px;
    /*transform: translateY(-5px);*/
}

.single-card-2{
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding: 10px;
    /*border-bottom: 40px solid #efce4a;*/
    border-top: 20px solid #515a65;
    /*border-radius: 50%;*/
    box-sizing: border-box;
    margin: 5px;
}

.single-card-2:hover{
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border-radius: 2px;
    /*transform: translateY(-5px);*/
}

/*********Fallen page -matto*********/

.fallen-citizen-letter{
    padding: 45px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 10px;
}

/*********Endorsement -paul*********/

.circle-card-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.circle-card {
    display: flex;
    border: 3px solid #07669C;
    width: 285px;
    height: 285px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    margin: 5% 0;
    font-size: 1.5em;
}

.circle-card-title, .circle-card-office {
    width: 70%;
    text-align: center;
}

.circle-card-office {
    font-size: 0.8em;
}

.circle-card-container a{
    color: #fc870c;
}

.circle-card-container a:focus{
    text-decoration: none;
}

.circle-card-divider {
    display: flex;
    flex-flow: row nowrap;
    margin: 1% 0;
}

.side-bar {
    width: 100px;
    margin: 0;
    box-sizing: border-box;
    color: #07669C;
    background-color: #07669C;
    height: 4px;
    margin: 13px 5px 0 5px;

}

.footer-buttons {
    margin: 2% 0 5% 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #07669C;
}

.download-button:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

}

.button-effect {
    box-shadow: 0 0 0 3px #07669C;
}

.button-directions {
    text-align: center;
    margin-top: 5%;
}

/********MEDIA QUERIES********/


/*General Queries*/

@media only screen and (max-width: 1220px) {
    .uk-navbar-nav {
        margin: 0px -25px 0 25px;
    }
    #cs-sticky-btn li:nth-child(1),
    #cs-sticky-btn li:nth-child(2) {
        width: 115px;
    }
    .uk-navbar-nav > li >a {
        font-size: 12px;
    }
    .tm-navbar-left {
        left: 100px;
    }
}

@media only screen and (max-width: 1080px) {
    #cs-sticky-btn {
        left: 13%;
    }
  	#cs-sticky-btn li {
    margin: 17px 8px 0 -97px;
  }
    .uk-navbar-nav {
        margin: 0 -20px 0 20px;
    }
  .tm-navbar-left img {
        max-width: 90% !important;
  }

}

@media only screen and (max-width: 788px) {
  .donate-head-btn, .donate-head-btn-middle {
    font-size: 14px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 650px) {
  /*gift packages*/
  .uk-subnav[data-uk-switcher] {
    width:100%;
    margin-left: 0;
  }
  .uk-subnav[data-uk-switcher] > li {
    width: 50%;
    padding: 0;
  }
  .uk-subnav[data-uk-switcher] > li > a {
    width: 100%;
  }
  .button-packages {
    width: 100%;
    padding: 0;
  }
  .button-packages-active {
    font-size: 1em;
  }
}

  @media only screen and (max-width: 584px) {
    .donate-head-btn, .donate-head-btn-middle {
    	width: 100%;
	}
  }

@media only screen and (max-width: 420px) {
  .button-packages {
    letter-spacing: 0.4px;
    font-size: 0.85em;
  }
}




/*custom screen sizes - slider 3 Community*/

@media only screen and (max-width: 900px) {
    .homepage-slider-line-1,
    .homepage-slider-line-3 {
        font-size: 4em;
    }
    .homepage-slider-line-2 {
        font-size: 6em;
    }
  .flip-card{
      height: 200px !important;
      width: 200px !important;
  }
}

@media only screen and (max-width: 900px) {
	.flip-card{
  		width: 100% !important;
  		height: auto !important;
  		padding-top: 40px;
  		box-sizing: border-box;
	}
    .flip-outer-container iframe{
        max-width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .homepage-slider-line-1,
    .homepage-slider-line-3 {
        font-size: 3.5em;
    }
    .homepage-slider-line-2 {
        font-size: 3em;
    }
}

@media only screen and (max-width: 400px) {
    .homepage-slider-line-1,
    .homepage-slider-line-3 {
        font-size: 1.5em;
    }
    .homepage-slider-line-2 {
        font-size: 2.5em;
    }
}


/*custom screen sizes - slider 2 - Brotherhood*/

@media only screen and (max-width: 900px) {
    .homepage-slider2-line-1,
    .homepage-slider2-line-3 {
        font-size: 4em;
    }
    .homepage-slider2-line-2 {
        font-size: 6em;
    }
}

@media only screen and (max-width: 550px) {
    .homepage-slider2-line-1,
    .homepage-slider2-line-3 {
        font-size: 3.3em;
    }
    .homepage-slider2-line-2 {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 400px) {
    .homepage-slider2-line-1 {
        font-size: 2.3em;
    }
    .homepage-slider2-line-2,
    .homepage-slider2-line-3 {
        font-size: 1.7em;
    }
}

@media only screen and (max-width: 550px) {
.eb-mod-thumb,
.eb-post-image img {
float: none;
margin: 0 auto;
width: 100%;
display: block;
}
.eb-mod-thumb * {
width: 100% !important;
}
}
