@import url('https://fonts.googleapis.com/css?family=Crete+Round:400,400i&display=swap');

body {
	background:white;
	font-family: "proxima nova", helvetica, arial;
	font-size:16px;
}

h1, .h1 {
	font-size:37px;
}

h2, .h2 {
	font-size:32px;
}

h3, .h3 {
	font-size:27px;
	font-style:italic;
}

h4, .h4 {
	font-size:24px;
}

h5, .h5 {
	font-size:21px;
}

h6, .h6 {
	font-size:18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Crete Round', serif;
	color:#2f2f2f;
}

a {
	color:#0072A1; 
}
	a:hover, 
	a:focus,
	a:active {
    	color: #025879;
	}
	



/* ========== Header ========== */

#uc-header {
    border-bottom:none;
}

#masthead {
	background:white;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);	
}

	#masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a {
		color:#1e1e1e
	}

		#masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a:hover,
		#masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a:active,
		#masthead #site-title .col-sm-8 #uc-site-header #uc-site-title a:focus {
			color:#1e1e1e;
		}

	#masthead #site-title fieldset {
		border: 2px solid #757575;
		border-radius: 20px;
		overflow: hidden;
	}

		#masthead #site-title .searchform fieldset .form-control {
			color:#1e1e1e;
		}

			#masthead #site-title .searchform fieldset .form-control::placeholder{
				color: #333 !important;  
			}
			#masthead #site-title .searchform fieldset .form-control::-moz-placeholder{
				color: #333 !important; 
			}
			#masthead #site-title .searchform fieldset .form-control::-webkit-input-placeholder {
				color:#333;
			}

			#masthead #site-title .searchform fieldset .form-control:-ms-input-placeholder{
				color:#333;
			}

		#masthead .form-group .btn {
			color:#757575 !important;
			transition: all 300ms;
		}

		#masthead #site-title .searchform fieldset .btn:hover,
		#masthead #site-title .searchform fieldset .btn:active,
		#masthead #site-title .searchform fieldset .btn:focus {
			background:#000e2f;
			color:white !important;
			transition: all 300ms;
		}


.navbar-default .navbar-nav > li > a {
	color:#1e1e1e;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background:#0072A1; /* light blue */
}

	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: #aad6e8;
	}

.dropdown-submenu > .dropdown-menu {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
}

#masthead #nav-wrapper .navbar-collapse .nav > li.open::after {
	display:none;
}

#site-title .searchform {
	padding-top:25px;
}


.dropdown-menu {
	font-size:16px;
}
/* Blue line animation under nav hover */

@media (min-width:767px) { /* only create underline for larger than 767 */
	#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:after {
		overflow: hidden;
		-webkit-transition: width 300ms ease-in-out;
		-moz-transition: width 300ms ease-in-out;
		-o-transition: width 300ms ease-in-out;
		transition: width 300ms ease-in-out;
		content: '';
		width: 0%;
		height: 3px;
		background-color: #0072A1;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		bottom: 8px;
		position: absolute; 
	}

		#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:hover::after, 
		#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:focus::after,
		#masthead .navbar-default .navbar-collapse .navbar-nav > li > a:active::after{
			width: 50px; 
		}

		/* keeps underline on top level when using multi-level drops */
		#masthead .navbar-default .navbar-collapse .navbar-nav > li.open > a:after {
			width: 50px;
		}

	  #masthead .navbar-default .navbar-collapse .navbar-nav > li:nth-of-type(1) > a {
		padding-left: 0px;
		padding-right: 20px; 
				}
		#masthead .navbar-default .navbar-collapse .navbar-nav li:nth-of-type(1) a:after {
		  left: -21px; 
		} 
	}



#masthead #nav-wrapper.navbar-fixed-top {
	background:white;
}

.navbar-nav li a {
	font-weight: 500;
}


#masthead #nav-wrapper .navbar-collapse .nav > li.active::after, 
#masthead #nav-wrapper .navbar-collapse .nav > li.current-menu-ancestor::after {
	overflow: hidden;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #0072A1;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	bottom: 8px;
	position: absolute;
	border-color: transparent;
	border-image: none;
	border-style: none;
}


/* -- IE11/Edge -- */

@media screen and (-ms-high-contrast: none) {
    #masthead .form-inline .form-control { 
		vertical-align:top; 
	}
}



/* Mobile nav */

#masthead #nav-wrapper .navbar-header .navbar-toggle {
	background:rgb(0, 14, 47);
    margin-right: 6px;
    margin-top: 5px;
    padding: 11px 10px 6px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:white;
}

@media (max-width:767px) {

#masthead #nav-wrapper fieldset {
	border: 2px solid #757575;
	border-radius: 20px;
	overflow: hidden;
}

	#masthead #nav-wrapper .searchform fieldset .form-control {
		color:#333;
		width:85%;
		border:none;
	}

		#masthead #nav-wrapper .searchform fieldset .form-control::placeholder{
			color: #333 !important; 
		}
		#masthead #nav-wrapper .searchform fieldset .form-control::-moz-placeholder{
			color: #333 !important; 
		}
		#masthead #nav-wrapper .searchform fieldset .form-control::-webkit-input-placeholder {
			color:#333;
		}
	
		#masthead #nav-wrapper .searchform fieldset .form-control:-ms-input-placeholder{
			color:#333;
		}

	#masthead .form-group .btn {
		color:#757575 !important;
		transition: all 300ms;
		width:15%;
		border:none;
	}

	#masthead #nav-wrapper .searchform fieldset .btn:hover,
	#masthead #nav-wrapper .searchform fieldset .btn:active,
	#masthead #nav-wrapper .searchform fieldset .btn:focus {
		background:#000e2f;
		color:white !important;
		transition: all 300ms;
	}
	
	#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu {
		background-color: #eaeaea;
	}
	
}

#masthead #nav-wrapper .navbar-header .navbar-brand {
	color:#1c1c1c;
}


#masthead #site-title .col-sm-8 #uc-site-header #uc-site-parent a {
	color:#1c1c1c;
}

/* Link Flag */

#masthead #nav-wrapper .navbar-collapse .nav .dropdown-menu a .glyphicon {
	font-size:11px !important;
}



/* ======================= Megamenu =======================*/

#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a {
    line-height: 1.4em;
    height:auto;
    padding:15px 20px;
    margin:0;
    font-size: 16px;
    font-weight: 500;
}
    #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover {
        background:white;
    }

    #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(1) > a {
        padding-left:0px;
    }
    
            @media (max-width:767px) {
                #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(1) > a {
                    padding-left:20px;
                }
            }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a::after, 
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a::after, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a::after {
    margin-left:0px;
}

.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a, 
.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a {
    background:white;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    position: relative;
}


@media (min-width:767px) {

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a:before {
       content: '';
        color: #1e1e1e;
        right: 1px;
        top: 25px;
        display: inline-block;
        position: absolute;
        width: 0; 
        height: 0; 
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #1e1e1e;
    }
    
}

@media (min-width:767px) { /* only create underline for larger than 767 */
	#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:after {
		overflow: hidden;
		-webkit-transition: width 300ms ease-in-out;
		-moz-transition: width 300ms ease-in-out;
		-o-transition: width 300ms ease-in-out;
		transition: width 300ms ease-in-out;
		content: '';
		width: 0%;
		height: 3px;
		background-color: #0072A1;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		bottom: 8px;
		position: absolute;
        display: inline-block;
	}

		#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:hover::after, 
		#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:focus::after,
		#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:active::after{
			width: 50px; 
		}
        #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a {
            background:white;
        }
            /* keeps underline on top level when using multi-level drops */
            #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a:after {
                width: 50px;
            }

	  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(1) > a {
		padding-left: 0px;
		padding-right: 20px; 
      }
      
      
      
		#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(1) a:after {
		  left: -21px; 
           display:inline-block;
		} 
        
        #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-of-type(1) a:hover::after {
            display:inline-block;
            width: 50px;
        }
        
        #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-ancestor > a {
            background:white;
        }
        
            #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a::after,
            #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-ancestor > a::after {
                overflow: hidden;
                content: '';
                width: 50px;
                height: 3px;
                background-color: #0072A1;
                margin-left: auto;
                margin-right: auto;
                left: 0;
                right: 0;
                bottom: 8px;
                position: absolute;
                border-color: transparent;
                border-image: none;
                border-style: none;
                display: inline-block; 
            }        
}



#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background:#e9e9e9;
    min-width: 250px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a {
    color:#1a1a1a;
    font-size:16px;
    font-weight: 500;
    padding:10px 20px;
    line-height: 1.428571429em;
}

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:active,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:focus {
        background-color:#0072A1;
        color:white;
        font-weight: 500;
    }
    
    
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        background:#e9e9e9;
        box-shadow: none;
    }
    
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
            color:#1d1d1d;
        }
        
            #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:hover,
            #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:active,
            #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a:focus {
                color:#1d1d1d;
            }
    
    
    #mega-menu-wrap-primary, 
    #mega-menu-wrap-primary #mega-menu-primary, 
    #mega-menu-wrap-primary #mega-menu-primary ul, 
    #mega-menu-wrap-primary #mega-menu-primary li, 
    #mega-menu-wrap-primary #mega-menu-primary p, 
    #mega-menu-wrap-primary #mega-menu-primary img, 
    #mega-menu-wrap-primary #mega-menu-primary div, 
    #mega-menu-wrap-primary #mega-menu-primary a {
         color:#1d1d1d;
    }
        #mega-menu-wrap-primary #mega-menu-primary a {
            font-weight:500;
            font-size:16px;
        }
    
        #mega-menu-wrap-primary #mega-menu-primary a:hover,
        #mega-menu-wrap-primary #mega-menu-primary a:active,
        #mega-menu-wrap-primary #mega-menu-primary a:focus{
            text-decoration: underline;
            font-weight:500;
        }
        
        #mega-menu-wrap-primary #mega-menu-primary li {
            line-height: 2em;
        }
        
        
        #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a {
            line-height:1.3em;
            margin-bottom: 13px;
            letter-spacing:0.03em;
            font-size: 17px;
        }
        
        
         #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item {
             margin-bottom:12px;
         }
        
            #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a {
                color:#131313;
                font-size:16px;
                font-weight: 500;
                line-height: 1.35em;
            }

                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:hover,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:active,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:focus {
                    color:#131313;
                    font-weight: 500;
                }    
    
    
    #megamenu-mobile-title {
       font-family:"proxima nova", helvetica, arial;
       padding:15px;
       padding-right:100px;
       
    }
        @media (min-width:767px) and (max-width:991px) {
            #megamenu-mobile-title {
                display:none !important;
            }
        }
        
    #masthead #megamenu #megamenu-mobile-title a {
        font-size:18px;
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle {
        color:rgba(255, 255, 255, 0.7);
    }
    
     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-label-open,
     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-label-closed {
         color:rgba(255, 255, 255, 0.7);
     }
    
    
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a::after, 
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a::after, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a::after {
    /*    display:none; */
    }
    
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a {
        background:white;
    }
    
    
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
    background:#000e2f;
    top: -48px;
    padding: 14px 13px;
    line-height:1em; 
} 

        @media (max-width:450px) {
            #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
                
            }
        }
        



@media (max-width:767px) {

    #mega-menu-primary li:nth-last-of-type(1) {
        display:block !important;
    }
    #megamenu .searchform {
        padding:0px 15px 15px !important;
    }
    
    #masthead #nav-wrapper #megamenu .searchform fieldset .form-control {
        display:inline-block;
    }
    
    #masthead #nav-wrapper #megamenu .searchform fieldset .btn {
        display:inline-block;
        padding: 8px 12px 6px;
        margin-top: -2px !important;
        color: #333 !important;
        background: #ddd;
    }
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a:focus {
    background-color:white !important;
}





/* ======================= Buttons =======================*/

#page #content .widget .btn {
	text-transform: uppercase;
	letter-spacing:0.16em;
	border-radius: 25px !important;
	padding: 13px 43px 11px;
}

	#page #content .widget .btn.btn-lowercase {
		text-transform: none;
		letter-spacing:0;
		font-size:16px;
		padding: 12px 43px 11px;
	}
	
	
	/* ==== Button Default ==== */
	#page #content .widget .btn.btn-default{
		color:#3b6b80 !important;
		border: 3px solid #dde9f0;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #e8f1f6 50%);
		background-image: linear-gradient(120deg, transparent 50%, #e8f1f6 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}
		#page #content .widget .btn.btn-default:hover,
		#page #content .widget .btn.btn-default:active,
		#page #content .widget .btn.btn-default:focus {
			background-position: 0%;
			color: #3b6b80 !important;
			background-color:transparent;
			border-color:#92abb9;
		}

			#page #content .white-text .widget .btn.btn-default:hover,
			#page #content .white-text .widget .btn.btn-default:active,
			#page #content .white-text .widget .btn.btn-default:focus {
				color: white !important;
				border-color:white;
			}
	
	/* ==== Button Primary ==== */
	#page #content .widget .btn.btn-primary {
		border: 3px solid #000d30;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #000d30 50%);
		background-image: linear-gradient(120deg, transparent 50%, #000d30 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		#page #content .widget .btn.btn-primary:hover,
		#page #content .widget .btn.btn-primary:active,
		#page #content .widget .btn.btn-primary:focus {
			background-position: 0%;
  			color: #000d30 !important;
			background-color:transparent;
		}
		
			#page #content .white-text .widget .btn.btn-primary:hover,
			#page #content .white-text .widget .btn.btn-primary:active,
			#page #content .white-text .widget .btn.btn-primary:focus {
				color: white !important;
				background-color:rgba(0,13,48,0.6);
				
			}
			
	/* ==== Button Info ==== */
	#page #content .widget .btn.btn-info {
		border: 3px solid #007dad;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #007dad 50%);
		background-image: linear-gradient(120deg, transparent 50%, #007dad 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		#page #content .widget .btn.btn-info:hover,
		#page #content .widget .btn.btn-info:active,
		#page #content .widget .btn.btn-info:focus {
			background-position: 0%;
  			color: #007dad !important;
			background-color:transparent;
		}
		
			#page #content .white-text .widget .btn.btn-info:hover,
			#page #content .white-text .widget .btn.btn-info:active,
			#page #content .white-text .widget .btn.btn-info:focus {
				color: white !important;
				background-color:rgba(0,125,173,0.6);
				
			}
			
	/* ==== Button Success ==== */
	#page #content .widget .btn.btn-success {
		border: 3px solid #3a833a;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #3a833a 50%);
		background-image: linear-gradient(120deg, transparent 50%, #3a833a 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		#page #content .widget .btn.btn-success:hover,
		#page #content .widget .btn.btn-success:active,
		#page #content .widget .btn.btn-success:focus {
			background-position: 0%;
  			color: #3a833a !important;
			background-color:transparent;
		}
		
			#page #content .white-text .widget .btn.btn-success:hover,
			#page #content .white-text .widget .btn.btn-success:active,
			#page #content .white-text .widget .btn.btn-success:focus {
				color: white !important;
				background-color:rgba(58,121,58,0.6);
				
			}
			
	/* ==== Button Warning ==== */
	#page #content .widget .btn.btn-warning {
		border: 3px solid #a5660d;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #a5660d 50%);
		background-image: linear-gradient(120deg, transparent 50%, #a5660d 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		#page #content .widget .btn.btn-warning:hover,
		#page #content .widget .btn.btn-warning:active,
		#page #content .widget .btn.btn-warning:focus {
			background-position: 0%;
  			color: #a5660d !important;
			background-color:transparent;
		}
		
			#page #content .white-text .widget .btn.btn-warning:hover,
			#page #content .white-text .widget .btn.btn-warning:active,
			#page #content .white-text .widget .btn.btn-warning:focus {
				color: white !important;
				background-color:rgba(165,102,10,0.6);
				
			}
			
	/* ==== Button Danger ==== */
	#page #content .widget .btn.btn-danger {
		border: 3px solid #d4403a;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #d4403a 50%);
		background-image: linear-gradient(120deg, transparent 50%, #d4403a 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
	}

		#page #content .widget .btn.btn-danger:hover,
		#page #content .widget .btn.btn-danger:active,
		#page #content .widget .btn.btn-danger:focus {
			background-position: 0%;
  			color: #d4403a !important;
			background-color:transparent;
		}
		
			#page #content .white-text .widget .btn.btn-danger:hover,
			#page #content .white-text .widget .btn.btn-danger:active,
			#page #content .white-text .widget .btn.btn-danger:focus {
				color: white !important;
				background-color:rgba(212,64,58,0.6);
				
			}
			
			
	.gform_wrapper .gform_footer input.button, 
	.gform_wrapper .gform_footer input[type="submit"] {
		border: 3px solid #007dad;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #007dad 50%);
		background-image: linear-gradient(120deg, transparent 50%, #007dad 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		text-transform: uppercase;
		letter-spacing:0.16em;
		border-radius: 25px !important;
		padding: 13px 43px 11px !important;
		color:white;
	}
	
		.gform_wrapper .gform_footer input.button:hover,
		.gform_wrapper .gform_footer input.button:active, 
		.gform_wrapper .gform_footer input.button:focus, 
		.gform_wrapper .gform_footer input[type="submit"]:hover,
		.gform_wrapper .gform_footer input[type="submit"]:active,
		.gform_wrapper .gform_footer input[type="submit"]:focus {
				color: #007dad !important;
				background-position: 0%;
		}
		




/* ========== Footer ==========*/

#footers {
	padding-top: 50px;
}
	#footers .aligncenter {
		margin-top:0px;
		margin-bottom:0px;
	}
	
	
#footers #mega-footer .widget a, #footers #mega-footer .widget p {
	color:rgba(255, 255, 255, 0.7)
}

	#footers #mega-footer .widget a:hover,
	#footers #mega-footer .widget a:active,
	#footers #mega-footer .widget a:focus {
		color:white;
	}

#footers #mega-footer .widget_simple-social-icons a {
	padding: 10px;
	border-radius: 25px;
	font-size:19px;
	background-color:#009bdd;
	border:3px solid #009bdd !important;
	background:	transparent;
	background-image: -webkit-linear-gradient(120deg, transparent 50%, #009bdd 50%);
	background-image: linear-gradient(120deg, transparent 50%, #009bdd 50% );
	background-size: 226%;
	background-repeat: no-repeat;
	background-position: 100%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color:white;
}

	#footers #mega-footer .widget_simple-social-icons a:hover,
	#footers #mega-footer .widget_simple-social-icons a:active,
	#footers #mega-footer .widget_simple-social-icons a:focus {
		background-position: 0%;
		color: #009bdd !important;
		background-color:transparent;
	}



/* DONATE button */
#footers #mega-footer .widget .btn.btn-default {
	color:white !important;
	border: 3px solid #e8f1f6;
	background:	transparent;
	background-image: -webkit-linear-gradient(120deg, #e8f1f6 50%, transparent 50%);
	background-image: linear-gradient(120deg, #e8f1f6 50%, transparent 50%  );
	background-size: 225%;
	background-repeat: no-repeat;
	background-position: 100%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	text-transform: uppercase;
	letter-spacing:0.16em;
	border-radius: 25px !important;
	padding: 12px 36px 10px;
}
	#footers #mega-footer .widget .btn.btn-default:hover,
	#footers #mega-footer .widget .btn.btn-default:active,
	#footers #mega-footer .widget .btn.btn-default:focus {
		background-position: 0%;
		color: #212121 !important;
		background-color:transparent;
	}



	#mega-footer .widget .widget-title {
		font-family:"proxima nova", sans-serif;
		text-transform: uppercase;
		color:white;
		font-size:15px;
		letter-spacing: 0.2em;
		margin-bottom: 18px;
		font-style: normal;
	}

	#mega-footer .widget.widget_black-studio-tinymce .textwidget {
		margin-left:0px;
		color:#e3e3e3;
		margin-top:0px;
	}
		#mega-footer .widget.widget_black-studio-tinymce .textwidget a {
			color:rgba(255, 255, 255, 0.7);
		}
			#mega-footer .widget.widget_black-studio-tinymce .textwidget a:hover,
			#mega-footer .widget.widget_black-studio-tinymce .textwidget a:active,
			#mega-footer .widget.widget_black-studio-tinymce .textwidget a:focus {
				color:white;
			}

	#mega-footer .widget.widget_black-studio-tinymce .textwidget ul {
		padding-left:0px;
		margin-left:0px;
		list-style: none;
	}



#mega-footer .widget.uc-contact-widget .table-responsive {
	padding-left:0px;
	padding-top:0px;
	margin-top:15px;
}

#mega-footer .widget.uc-contact-widget th {
	display:none;
}

#mega-footer .widget.uc-contact-widget td {
	padding-left:27px;
	position: relative;
	border:none !important;
	padding-top:2px;
}
	#mega-footer .widget.uc-contact-widget .uc-output-phone::before {
		content: "\E443";
		font-family: 'Glyphicons Regular';
		position: absolute;
		left:0;
		top:3px;
		color:#727272;
	}

	#mega-footer .widget.uc-contact-widget .uc-output-email::before {
		content: "\E011";
		font-family: 'Glyphicons Regular';
		position: absolute;
		left:0;
		top:3px;
		color:#727272;
	}

	#mega-footer .widget.uc-contact-widget .uc-output-addr::before {
		content: "\E243";
		font-family: 'Glyphicons Regular';
		position: absolute;
		left:0;
		top:3px;
		color:#727272;
	}


#mega-footer .widget.uc-contact-widget a {
	color:rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

	#mega-footer .widget.uc-contact-widget a:hover,
	#mega-footer .widget.uc-contact-widget a:focus,
	#mega-footer .widget.uc-contact-widget a:active {
		text-decoration: underline;
		color:white;
	}
	
	
@media (max-width:767px) {
	
	#footer {
		padding-top:0px;
	}
	
		#footer li {
			display:block;
			margin-bottom:7px;
		}
}

#mega-footer .widget ul, #mega-footer .widget ol {
	margin-left:0px;
}

#mega-footer .widget .uc-cal.uc-listcal {
	padding-left: 0 !important;
	margin-left: 6px !important;
}

#mega-footer .widget .uc-cal.uc-iconcal {
	padding-left: 0 !important;
	margin-left: 2px !important;
}

#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date {
	border-color: #353535 !important;
	border-radius: 20px;
	background: #151515;
}

	#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month {
		background:transparent !important;
	}
		#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month {
			color:white !important;
		}

	#mega-footer .widget .uc-cal.uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day {
		background:transparent !important;
		color: white !important;
	}




/* ============================== CONTENT ==============================*/

#primary #main {
	border:0;
	padding:0;
}

	#primary #main .hentry {
		padding-top:0px;
	}
	#primary #main .entry-title {
		color:#2f2f2f;
		font-size:37px;
		margin-top:0px;
	}
	
.wp-caption .wp-caption-text {
	text-align: left;
	font-size: 14px;
	border-left: 5px solid #cedde6;
	padding-left: 7px;
	font-style: italic;
	margin-top: 15px;
	line-height: 1.5em;
}


blockquote {
	position: relative;
	padding:0;
	width:70%;
	margin-left:auto;
	margin-right: auto;
	border:none;
	font-size:24px;
	line-height: 1.5em;
	font-style: italic;
	color:#0072A1;
	font-family: 'Crete Round', serif;
	font-weight:normal !important;
	margin-top: 50px;
	margin-bottom: 50px;
}

	blockquote:before {
		content: '“';
		font-size: 230px;
		position: absolute;
		top: 44px;
		left: -59px;
		color: #4394c2;
		opacity:0.12;
		font-family: 'Proxima Nova', sans-serif;
		font-style: normal;
		font-weight: normal;
	}
	
	blockquote:after {
		content: '”';
		font-size: 230px;
		position: absolute;
		bottom: -54px;
		right: -30px;
		color: #4394c2;
		opacity: 0.12;
		font-family: 'Proxima Nova', sans-serif;
		font-style: normal;
		font-weight: normal;
	}
	
	
.white-text *{
	color:white;
}

/* ============================== Default Template Page ==============================*/

.page-template-default #content {
	margin-top:50px;
	margin-bottom:50px;
}

	.page-template-default #content #primary #main h1.entry-title {
		margin-top:0px;
		color:#212121;
		border-bottom:none;
	}
	
	.page-template-default #primary #main .page h1 {
		margin-top:1em;
		margin-bottom:15px;
		padding-bottom:0px;
		color:#2f2f2f;
		border-bottom: none;
	}
	
	.page-template-default #primary #main .page h2 {
		margin-top:1em;
		margin-bottom:15px;
	}
	
	.page-template-default #primary #main .page h3 {
		margin-top:1em;
		margin-bottom:15px;
	}
	
	
	
	
/* ============================== Widgets ==============================*/

.subpage .widget .widget-title {
	color:#222;
	font-style:normal;
}


#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget h3.widget-title {
    margin-bottom: 20px; 
	font-style:normal;
}

	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul, 
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul {
		padding-left: 0px;
		list-style-type: none;
		margin-bottom: 0px; 
	}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li, 
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li {
			margin-bottom: 7px; 
		}
		
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li a, 
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a {
				text-decoration: none; 
			}
			
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li a:hover,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li a:active,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li a:focus,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a:hover,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a:active,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li a:focus {
					text-decoration: underline;
				}
				
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_archives ul li:nth-last-of-type(1), 
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_categories ul li:nth-last-of-type(1) {
					margin-bottom: 0px; 
				}
				
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry {
		padding: 0px;
		margin-bottom: 30px; 
	}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .entry-content {
			margin-top:10px;
		}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title {
			font-size: 18px;
			margin-top: 10px; 
			margin-bottom: 2px;
		}
	  
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a {
				text-decoration: none; 
				font-size: 24px;
				line-height: 1.3em;
			}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a:hover,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a:active,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry h2.entry-title a:focus {
					text-decoration: underline; 
				}
		  
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .hentry:nth-last-of-type(1) {
					margin-bottom: 0px; 
				}
	  
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .edit-link {
			display: none; 
		}
		
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop .content-template-date {
			font-size:13px;
		}
		
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_siteorigin-panels-postloop img {
			margin-bottom:2px;
		}
		
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_sp_image .widget_sp_image-description {
		text-align: left;
		font-size: 14px;
		border-left: 5px solid #cedde6;
		padding-left: 7px;
		font-style: italic;
		margin-top: 15px;
		line-height: 1.5em;
	}
	
		#page #content .entry-content .panel-layout .panel-grid .siteorigin-panels-stretch .panel-grid-cell .widget.widget_sp_image .widget_sp_image-description {
			border-left: none;
			padding-left: 0px;
			font-style: normal;
			margin-top: 0;
			line-height: 1.5em;
		}
	
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul {
		margin-bottom: 0px; 
	}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry {
			padding: 0px;
			font-size: 18px;
			font-weight: 500;
			margin-bottom: 14px; 
		}

			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry:nth-last-of-type(1) {
				margin-bottom: 0px; 
			}

			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a {
				text-decoration: none; 
			}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a:hover,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a:active,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_dpe_fp_widget ul .hentry a:focus {
					text-decoration: underline; 
				}
		  
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a {
		color: black;
		text-decoration: none; 
	}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a .glyphicon-new-window {
			font-family: 'Glyphicons Social'; 
		}

			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a .glyphicon-new-window::before {
				content: '\E038'; 
			}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .widget-title a img {
			display: none; 
		}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul {
			padding: 0px;
			margin-bottom: 0px;
			list-style: none; 
		}

			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li {
				margin-bottom: 20px; 
			}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a {
					font-size: 18px;
					text-decoration: none;
					line-height: 1.4em;
					font-weight: 500;
					margin-bottom: 2px;
					display: inline-block; 
				}

					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a:hover,
					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a:active,
					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a:focus{
						text-decoration: underline; 
					}

					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li a .glyphicon-new-window::before {
						font-size: 13px;
						color: #a7a7a7; 
					}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li .rss-date {
					text-transform: uppercase;
					color: #595959;
					letter-spacing: 0.04em;
					font-size: 13px;
					display: block; 
				}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss ul li:nth-last-of-type(1) {
					margin-bottom: 0px; 
				}
				
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rss .rssSummary {
					margin-top:7px;
					margin-bottom:7px;
				}

	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search .btn {
		padding: 7px 5px 4px;
		background: transparent; 
	}
			
	
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_search fieldset {
		background:white;
		border-radius:20px;
		border:2px solid #757575;
	}
 
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap {
		opacity: 1;
		background: rgba(15, 25, 56, 0.85); 
	}
	
			@media (max-width: 767px) {
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap {
					position: relative;
					background: #0f1938; 
				} 
			}
			
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption {
			padding: 15px; 
		}
		
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption h1 {
				margin-top: 0px;
				margin-bottom: 3px; 
			}
		
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption p {
				color: white; 
			}
		
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a {
				text-decoration: none;
				color: #8cd1ec; 
			}
		
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a:hover,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a:active,
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_metaslider_widget .metaslider .caption-wrap .caption a:focus{
					text-decoration: underline; 
				}
	
	
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_black-studio-tinymce {
	
	}
	
			@media (max-width: 767px) {
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_black-studio-tinymce {
					
				} 
			}

		

	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu {
		padding-left: 0px;
		list-style-type: none;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0px; 
	}
	
			@media (max-width:767px) {
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu {
					margin-left: 0px;
					margin-right: 0px;
				}
			}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu {
			padding-left: 0px;
			list-style-type: none; 
		}
		
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu li > a {
				padding-left: 30px; 
			}

			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu {
				padding-left: 0px;
				list-style-type: none; 
			}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu li > a {
					padding-left: 45px; 
				}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu .sub-menu {
					padding-left: 0px;
					list-style-type: none; 
				}

					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .sub-menu .sub-menu .sub-menu li > a {
						padding-left: 65px; 
					}

				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a {
					text-decoration: none;
					display: block;
					padding-left: 20px;
					color: #444;
					padding-top: 6px;
					padding-bottom: 6px;
					border-left: 5px solid white; 
				}

					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a:hover,
					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a:active,
					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item a:focus{
						color: #05648a;
						border-left: 5px solid #05648a;
						background: #e3f7ff;
					}

					#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.current-menu-item a {
						background-color: #0072A1;
						border-left: 5px solid #05648a;
						color: white; 
					}

						#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.current-menu-item a:hover,
						#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.current-menu-item a:active,
						#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_nav_menu ul.menu .menu-item.current-menu-item a:focus{
							background-color: #05648a; 
						}
						
						
						
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal.uc-listcal {
		padding-left: 7px !important;
	}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event {
			color:#0072A1 !important
		}
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event:hover,
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event:active,
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event:focus{
				text-decoration: underline !important;
			}
	
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date {
				color: #212121 !important;
				border-radius: 15px;
			}
			
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event-title {
				margin-left:1.5em;
			}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.uc-cw .uc-cal-link {
			text-align: right;
			display: block;
			margin-right: 15px;
			margin-top: 20px;
			text-transform: uppercase;
			letter-spacing: 0.15em;
			color: #333 !important;
			font-weight: 500;
			font-size: 14px;
		}


	.subpage .widget .uc-cal .uc-cal-item {
		margin: 1em 0 !important;
		list-style: none;
	}

	.uc-listcal .uc-cal-list {
		padding-left: 1em !important;
	}
		
	#events-table + .uc-listcal .uc-cal-event-date {
		color: black;
	}
		
		
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt .rcpt_item_title {
		font-size:20px;
		font-weight: 500;
	}
	
	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a {
		text-decoration: none;
	}
	
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a:hover,
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a:active,
		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget.widget_rcpt a:focus {
			text-decoration: underline;
		}
	
/* ============================== Page Builder Cards ==============================*/


#page-page-builder-cards {
	margin-top:50px;
	margin-bottom:50px;
}

	#page-page-builder-cards #primary #main .page .entry-content .widget {
		background:#fafafb;    
		border-radius: 12px;
	}
	
		#page-page-builder-cards #primary #main .page .entry-content .widget.widget_widget_sp_image {
			padding:0px;
			border:none;
			border-radius:0;
		}

#primary #main .page h1 {
	margin-top:1em;
	margin-bottom:15px;
	padding-bottom:0px;
	color:#2f2f2f;
	border-bottom: none;
}

#primary #main .page h2 {
	margin-top:1em;
	margin-bottom:15px;
}

#primary #main .page h3 {
	margin-top:1em;
	margin-bottom:15px;
}

/* ============================== Accordions ==============================*/

#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-default {
	border-color:#bbcfd8;
	/*background: #e8f1f6;*/
	border-radius: 20px;
	overflow: hidden;
}

	#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading {
		padding: 0px;
		background-color: transparent;
		border: none; 
	}

		#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a {
			padding: 10px 32px 9px 15px;
			display: block;
			text-decoration: none;
			position: relative;
			background: #d5e2e8;
			transition: all 400ms ease !important; 
			border-color:#bbcfd8;
			font-family:"proxima nova", helvetica, arial, sans-serif;
			color:#242424;
		}
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:hover,
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:active,
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:focus{ 
				background:#c0d6e1; 
			}
			#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a:after {
				content: '\E434';
				font-family: 'Glyphicons Regular';
				position: absolute;
				top: 10px;
				right: 10px;
				color: #627d88; 
			}
				#page #content .entry-content .panel-layout .panel-grid .panel-grid-cell .widget .panel-heading .panel-title a.collapsed:after {
					content: '\E433'; 
				}

			.panel-default > .panel-heading + .panel-collapse > .panel-body {
				border-top-color:#bbcfd8;
			}
			
			
#page #content .entry-content .widget_siteorigin-panels-builder .panel-body {
	background:#e8f1f6;
}


/* Accordions that are Layout Builders */
#page #content .entry-content .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target {
	background:white;
	padding:15px;
	border: 1px solid #cedfe6;
}

	#page #content .entry-content .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target:empty {
		background:transparent;
		border:none;
	}
	
		#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description {
			border-left:none;
			padding-left:none;
			font-style: normal;
		}
		
			#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description a {
				text-decoration: none;
				font-size:20px;
				font-family: 'Crete Round', serif;
				color: #212121;
				line-height:1.35em;
			}
			
				#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description a:hover,
				#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description a:active,
				#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description a:focus,
				#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image:hover .widget_sp_image-description a{
					text-decoration: underline;
				}
				
				
	
/* Grid of accordions with images and text for depts */

@media (max-width:767px) {

	#page #content .entry-content .accordion-grid .widget_siteorigin-panels-builder  .accordion  .panel-grid {
		flex-flow:wrap; 
	}
	
		#page #content .entry-content .accordion-grid .widget_siteorigin-panels-builder  .accordion  .panel-grid-cell-target {
			width:48%;
			
		}
		
			#page #content .entry-content .panel-layout .panel-grid .widget_siteorigin-panels-builder .accordion .panel-grid-cell-target .widget.widget_sp_image .widget_sp_image-description a {
				font-size:18px;
			}
	
}

/* ============================== Blank Page ==============================*/


#page-blank {
	margin-top:50px;
}

	#page-blank .entry-content {
		margin-top:0px;
	}


/* If image widget is set to full width stretched and is first item */

#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image {
	position: relative;
	margin-bottom:70px;
}

		@media (max-width:767px) {
			#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image {
				margin-bottom:20px;
			}
		}

	#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image img {
		width:100%;
		margin-top: -23px;
		display:block;
	}

#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	background:rgba(0,0,0,0.6);
}

	#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap {
		width:1200px;
		margin-left:auto;
		margin-right:auto;
		margin-top:6vw;
		padding-left: 30px;
		padding-right: 30px;
		color:white;
	}
	
			@media (max-width:1200px) {
				#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap {
					width:991px;
				}
			}
			
			@media (max-width:991px) {
				#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap {
					width:767px;
				}
			}
			
			@media (max-width:767px) {
				#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap {
					width:100%;
					margin-top:4vw;
				}
			}
	
	#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap p {
		width:40%;
		line-height: 1.6em;
	}
			@media (max-width:1200px) {
				#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap p {
					width:50%;
				}
			}
			
			@media (max-width:991px) {
				#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap p {
					width:70%;
				}
			}
			
			@media (max-width:991px) {
				#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap p {
					width:100%;
				}
			}
	
		#page-blank .panel-grid:nth-of-type(1) .siteorigin-panels-stretch .widget_widget_sp_image .widget_sp_image-description .cap-wrap span {
			font-size:37px;
			font-family:'Crete Round', serif;
			display:block;
			margin-bottom: 15px;
			line-height: 1.2em;
		}
		
	#page-blank .strip-margin {
		margin-top:0px;
	}
	
	
	
	#page-blank .simple-social-icons a {
		padding: 10px;
		border-radius: 25px;
		font-size:19px;
		background-color:#009bdd !important;
		border:3px solid #009bdd !important;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #009bdd 50%);
		background-image: linear-gradient(120deg, transparent 50%, #009bdd 50% );
		background-size: 226%;
		background-repeat: no-repeat;
		background-position: 100%;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		color:white !important;

	}

	#page-blank .simple-social-icons a:hover,
	#page-blank .simple-social-icons a:active,
	#page-blank .simple-social-icons a:focus {
		background-position: 0%;
		color: #009bdd !important;
		background-color:white !important;
		padding: 10px;
		border-radius: 25px;
		font-size:19px;
		border:3px solid #009bdd !important;
	}


/* ============================== In-Page Menus ==============================*/


.in-page-list {
	border-radius: 12px;
}

	.in-page-list .nav > li > a:hover, 
	.in-page-list .nav > li > a:focus,
	.in-page-list .nav > li > a:active {
		border-radius: 25px;
	}

	.in-page-list .nav-pills > li.active > a, 
	.in-page-list .nav-pills > li.active > a:hover, 
	.in-page-list .nav-pills > li.active > a:focus {
		background-color: #0072A1;
		border-radius: 25px;
	}
	
	
.in-page-tabs .nav-tabs > li.active > a,
.in-page-tabs .nav-tabs > li > a:hover,
.in-page-tabs .nav-tabs > li > a:active,
.in-page-tabs .nav-tabs > li > a:focus {
	border-radius: 12px 12px 0px 0px;
}


/* ============================== Full Month Calendar ==============================*/

#events-table .btn-info {
	background-color: #0072A1;
	border-color: #1a6482;
	transition:all 400ms;
}
	#events-table .btn-info:hover {
		background:#1a6482;
	}
	
#page #content #events-month {
	border: 1px solid #1a6482 !important;
}


/* ============================== Search Results Page  ==============================*/

#page-search {
	margin-top:50px;
	margin-bottom:20px;
}

	#page-search h1.page-title {
		margin-top:0px;
		border-bottom:3px solid #e8f1f6;
		margin-bottom:19px;
		padding-bottom:12px;
	}
	
	#page-search h3 {
		border-top: 1px solid #e8f1f6;
		margin-top: 21px;
		padding-top: 21px;
	}
		#page-search h3:nth-of-type(1) {
			margin-top:0;
			border:none;
		}
	
	#page-search .navigation {
		border-top:3px solid #e8f1f6;
		margin-top:22px;
		padding-top:20px; 
		margin-bottom:30px;
	}
	
	#page-search .page-content fieldset {
		border:2px solid #666;
		border-radius:20px;
		overflow:hidden;
	}
	
		#page-search .page-content fieldset input {
			 border:none;
			 box-shadow: none;
		}
		
		#page-search .page-content fieldset .btn {
		    padding-top: 8px;
			border-radius:0px !important;
			margin-right:-3px;
		}
		
			#page-search .page-content fieldset .btn:hover {
			} 

/* ============================== Page Single ==============================*/

#page-single {
	margin-top:50px;
	margin-bottom:50px;
}

	#page-single .entry-footer {
		border-top:3px solid #e8f1f6;
		padding-top:30px;
		margin-top:30px;
	}

		#page-single .entry-footer strong a {
			color:#212121; 
			text-decoration: none;
		}
			#page-single .entry-footer strong a:hover,
			#page-single .entry-footer strong a:focus,
			#page-single .entry-footer strong a:active {
				text-decoration: underline;
			}
		
	
	#page-single .post-navigation {
		margin-bottom:50px;
	}
	
	#page-single #primary #main .hentry {
		margin-bottom:0px;	
	}
	
	
/* ============================== Archive ==============================*/

#page-archive {
	margin-top:50px;
	margin-bottom:50px;
}

	#page-archive .page-title {
		margin-top:0px;
		border-bottom:3px solid #212121;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	
	#page-archive h1 a {
		color:#212121;
	}
	
	#page-archive .post {
		border-bottom: 3px solid #c0d5e1;
		padding-bottom: 30px !important;
		margin-bottom: 30px;
	}
	
	#page-archive .paging-navigation {
		margin-bottom:50px;
	}
	
	
/* ============================== Blog ==============================*/

#page-blog {
	margin-top:50px;
	margin-bottom:50px;
}
	#page-blog h1 {
		margin-top:0px;
	}

		#page-blog h1 a {
			color:#212121;
		}
	
	#page-blog .post {
		border-bottom: 3px solid #c0d5e1;
		padding-bottom: 30px !important;
		margin-bottom: 30px;
	}

	#page-blog .navigation {
		margin-bottom:50px;
	}
	
	
/* ============================== AZ Index ==============================*/

#page-az {
	margin-top:50px;
	margin-bottom:50px;
}

	#page-az #primary #main h1.entry-title {
		margin-top:0px;
		color:#212121;
		border-bottom:none;
	}
	
	#page-az #primary a.btn.btn-default {
		border-radius:20px !important;
		color: #1787b4 !important;
		border-color:#1787b4 !important;
		min-width: 35px;
		margin-right: 3px;
		margin-bottom:4px;
	}
		#page-az #primary a.btn.btn-default:active,
		#page-az #primary a.btn.btn-default:focus,
		#page-az #primary a.btn.btn-default:hover {
			background:#dcecf2
		}
	
		#page-az #primary .btn.btn-default.disabled {
			border-radius:20px !important;
			min-width: 35px;
			margin-right: 3px;
			margin-bottom:4px;
		}
		
		
		#page-az #azFilterInput {
			border-radius: 20px;
			border-color: #b3b3b3;
			margin-top:30px;
		}
		
		#page-az .az-letter-list {
			padding-left:0px;
		}
		
/* ============================== People ==============================*/		
	
.page-template-user-people-php #primary {
	margin-top:50px;
	
}

	.page-template-user-people-php #primary #main .page h1.entry-title {
		color:#212121;
		border-bottom: none;
		margin-top:0px;
		padding-bottom:0px;
	}
	
	.page-template-user-people-php #primary h3 {
		font-style: normal; 
	}
	
/* Grid */	

.uc-people .col-sm-3 {
	padding-left:0px;
	padding-right:20px;
}

#page-userlist .person-permalink {
	text-decoration: none;
}
	#page-userlist .person-permalink:hover,
	#page-userlist .person-permalink:active,
	#page-userlist .person-permalink:focus {
		text-decoration: underline;
	}
	
	
	#page-userlist .person {
		padding-right:0px;
	}

		#page-userlist .person a.person-permalink h4.person-name {
			font-size:21px;
		}

		#page-userlist .person .person-title {
			margin-bottom:8px;
		}

			#page-userlist .person .person-title strong {
				font-weight: normal;
				font-style: italic;
				font-family: 'Crete Round', serif;
			}

		#page-userlist .person .person-image {
			margin-bottom:14px;
		}
		
		#page-userlist .person .person-email a {
			text-decoration: none;
		}
			
			#page-userlist .person .person-email a:hover,
			#page-userlist .person .person-email a:focus,
			#page-userlist .person .person-email a:active {
				text-decoration:underline;
			}

	
.single-person #content {
	margin-top:50px;
	margin-bottom:50px;
}

	.single-person #content h1 {
		margin-top:0px;
	}

/* ============================== Sidebar ==============================*/

#page-sidebar {

}

	#page-sidebar .widget {
		background:#e8f1f6;
		border:1px solid #d8e6ec;
		border-radius:12px;
	}
	
		#page-sidebar .widget .widget-head {
			background:transparent;
			padding-top:1em;
		}
		
			#page-sidebar .widget .widget-head .widget-title {
				color:#3c3c3c;
				text-transform: uppercase;
				letter-spacing:0.08em;
				font-family:"proxima nova", sans-serif;
				font-size:18px;
				font-weight:500;
			}
			
		#page-sidebar .widget a  {
			color:#00719E !important
		}
			
	#page #content #page-sidebar .widget.widget_search .btn {
		padding: 7px 5px 4px;
		background: transparent;
	}
	
	#page #content #page-sidebar .widget.widget_search fieldset {
		background:white;
		border-radius:20px;
	}
	
	
	#page-sidebar .widget .uc-cal.uc-listcal {
		padding-left: 7px !important;
	}
	
	#page-sidebar .widget .uc-cal .uc-cal-item .uc-cal-event .uc-cal-event-date {
		color: #212121 !important;
	}
	
	#page-sidebar .widget .uc-cal .uc-cal-item .uc-cal-event {
		color:#0072A1 !important
	}
	
	#page-sidebar .widget.uc-cw .uc-cal-link {
		text-align: right;
		display: block;
		margin-right: 15px;
		margin-top: 20px;
		text-transform: uppercase;
		letter-spacing: 0.15em;
		color: #333 !important;
		font-weight: 500;
		font-size: 14px;
	}
	
	
#page-sidebar .simple-social-icons a {
	padding: 10px;
	border-radius: 25px;
	font-size:19px;
	background-color:#009bdd !important;
	border:3px solid #009bdd !important;
	background:	transparent;
	background-image: -webkit-linear-gradient(120deg, transparent 50%, #009bdd 50%);
	background-image: linear-gradient(120deg, transparent 50%, #009bdd 50% );
	background-size: 226%;
	background-repeat: no-repeat;
	background-position: 100%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	color:white !important;
	
}

	#page-sidebar .simple-social-icons a:hover,
	#page-sidebar .simple-social-icons a:active,
	#page-sidebar .simple-social-icons a:focus {
		background-position: 0%;
		color: #009bdd !important;
		background-color:#e8f1f6 !important;
		padding: 10px;
		border-radius: 25px;
		font-size:19px;
		border:3px solid #009bdd !important;
	}	
	
	
	
	

			
	

/* ============================================================================== */

/* ==================================== Home ==================================== */

/* ============================================================================== */

.home .entry-content {
	margin-top:0px;
}



.home h2 {
    font-size: 55px;
    margin-top: 0px;
    letter-spacing: 0.02em;
}


/* ========== Meta Slider ========== */

.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav {
  position: absolute;
  bottom: 30px; 
}
		@media (max-width: 767px) {
			.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav {
				top: 15px;
				bottom:auto;
			} 
		}

	.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li {
		margin-bottom: 0px !important; 
	}
		.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a {
			background: transparent;
			border: 1px solid white; 
		}
	.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a:hover,
	.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a:active,
	.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a:focus{

		background:rgba(255,255,255,0.4);
	}
			.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-control-nav li a.flex-active {
				background: white; 
			}
.home .entry-content .widget.widget_metaslider_widget .flexslider .flex-direction-nav {
	display: none; 
}
		

.home .metaslider .caption-wrap {
	background: rgb(0,0,0)!important;
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.772128919927346) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%)!important;
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.772128919927346) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%)!important;
	background: linear-gradient(90deg, rgba(0,0,0,0.772128919927346) 0%, rgba(0,0,0,0) 56%, rgba(0,0,0,0) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1)!important; 
}
		.home .metaslider .caption-wrap.slider-text-right {
			background:#000!important;
			background:-moz-linear-gradient(270deg,rgba(0,0,0,0.772128919927346) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 100%)!important;
			background:-webkit-linear-gradient(270deg,rgba(0,0,0,0.772128919927346) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 100%)!important;
			background:linear-gradient(270deg,rgba(0,0,0,0.772128919927346) 0%,rgba(0,0,0,0) 56%,rgba(0,0,0,0) 100%)!important;
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1)!important
		}

		@media (max-width:767px) {
		
			.home .metaslider, .home .widget_metaslider_widget, .home .panel-grid:nth-of-type(1){
				margin-bottom:0px !important;
			}
			
				.home .metaslider .caption-wrap{
					position: relative;
					background:#0072A1 !important;
					padding:20px;
				}
			
					.home .metaslider .caption-wrap.slider-text-right {
						background:#0072A1 !important;
					}
			
			
		}

	.home .metaslider .caption-wrap .caption {
		top:5vw;
		width:auto;
		max-width:40%;
		position: absolute;
		/*font-family: 'Crete Round', serif;*/
		font-family:"proxima nova", sans-serif;
		font-weight:500;
		font-size:2vw;
		line-height:1.25em;
		border-left: 15px solid white;
		padding: 0px 25px !important;
	}
	
		.home .metaslider .caption-wrap.slider-text-right .caption {
			border-right: 15px solid white;
			right:0;
			text-align: right;
			border-left:none;
		}

			@media (max-width:1200px) {
				.home .metaslider .caption-wrap .caption {
					max-width:50%;
				}
			}

			@media (max-width:991px) {
				.home .metaslider .caption-wrap .caption {
					max-width:70%;
					font-size: 20px;
				}
			}

			@media (max-width:767px) {
				.home .metaslider .caption-wrap .caption {
					max-width: none;
					position:relative;
					top:0;
					border-left:10px solid #7ac4e1;
					padding-left:15px !important;
				
				}
				
				.home .metaslider .caption-wrap.slider-text-right .caption {
					border-right: none;
					text-align: left;
					border-left:10px solid #7ac4e1;
				}
			}
			

	.home #content .panel-grid .widget.widget_metaslider_widget a {
		color:white;
	}


.about-row h2 {
	font-size:35px;
	line-height:1.4em;
	margin-top:0px;
	color:#3c3c3c;
	
}

.by-the-numbers *  {
	color:white;
}

	.by-the-numbers h2 {
		font-size:55px;
		margin-top:0px;
		letter-spacing: 0.02em;
	}

			@media (max-width:767px) {
				.by-the-numbers h2 {
					font-size:34px;
				}
			}
	

	.by-the-numbers p {
		font-size:19px;
	}

	.by-the-numbers span {
		font-size:120px;
		font-weight: 700;
	}

			@media (max-width:1200px) {
				.by-the-numbers span {
					font-size:9vw;

				}
			}

			@media (max-width:767px) {
				.by-the-numbers span {
					font-size:80px;

				}
			}

#page #content .by-the-numbers .widget .btn.btn-light {
	color:#212121;
	border: 3px solid #e8f1f6;
	background:	transparent;
	background-image: -webkit-linear-gradient(120deg, transparent 50%, #e8f1f6 50%);
	background-image: linear-gradient(120deg, transparent 50%, #e8f1f6 50% );
	background-size: 225%;
	background-repeat: no-repeat;
	background-position: 100%;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
	#page #content .by-the-numbers .widget .btn.btn-light:hover,
	#page #content .by-the-numbers .widget .btn.btn-light:active,
	#page #content .by-the-numbers .widget .btn.btn-light:focus {
		background-position: 0%;
		color: white !important;
		background-color:transparent;
	}

.programs-row .panel-grid-cell {
	background:white;
	padding:20px !important;
	border:1px solid #cfdfe6;
	position: relative;
}

	.programs-row .panel-grid-cell .aligncenter {
		margin-top:0px;
		margin-bottom:0px;
	}

	.programs-row .panel-grid-cell .textwidget {
		padding-bottom:50px;
		
	}

		.programs-row .panel-grid-cell .textwidget .btn {
			position: absolute;
			bottom:25px;
			left:0;
			right:0;
			width: 80% !important;
			margin-left: auto;
			margin-right: auto;
		}
		
		
.home #content  .panel-grid .programs-row .widget .widget-title {
	color:#212121;
	font-style:normal;
	line-height: 1.3em;
}



/* UConn Today widget */

.uctoday-plugin {
	display: inline;
}

	.uctoday-plugin .uctoday-cell-title {
		font-size:30px;
		line-height:1.3em;
		font-family: 'crete round', serif;
		color:#212121 !important;
		text-decoration: none;
		font-weight: normal;
		display:inline-block;
	}

		.uctoday-plugin .uctoday-cell-title:hover,
		.uctoday-plugin .uctoday-cell-title:active,
		.uctoday-plugin .uctoday-cell-title:focus {
			text-decoration: underline;
		}

			.uctoday-plugin .uctoday-cell-title .glyphicon {
				font-size: 14px !important;
				margin-left: 6px !important;
				opacity: 0.5 !important;
			}

	.uctoday-plugin .uctoday-img-container {
		padding-bottom:0px;
		margin-bottom:10px;
	}

		.uctoday-plugin .uctoday-cell-image {
			margin-bottom:4px;
			position: relative;
		}

	.uctoday-plugin .uctoday-read-more-container a {
		color:#3b6b80 !important;
		border: 3px solid #dde9f0;
		background:	transparent;
		background-image: -webkit-linear-gradient(120deg, transparent 50%, #e8f1f6 50%);
		background-image: linear-gradient(120deg, transparent 50%, #e8f1f6 50% );
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: 100%;
		-webkit-transition: all 400ms ease-in-out;
		transition: all 400ms ease-in-out;
		/*text-transform: uppercase;
		font-size: 14px;
		letter-spacing:0.16em;*/
		border-radius: 25px !important;
		padding: 9px 43px 8px;
		display: inline-block;
		margin-top: 15px;
		text-decoration: none;
	}
		.uctoday-plugin .uctoday-read-more-container a:hover,
		.uctoday-plugin .uctoday-read-more-container a:active,
		.uctoday-plugin .uctoday-read-more-container a:focus {
			background-position: 0%;
			color: #3b6b80 !important;
			background-color:transparent;
			border-color:#92abb9;
		}

		.uctoday-plugin .uctoday-read-more-container a .glyphicon {
			display:none;
		}
		
	.uctoday-plugin .uctoday-list-item {
		width:auto;
	}

	
	.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-list-item {
		display:block;
		position: relative;
		border-bottom:1px solid #d9d9d9;
		padding-bottom:20px;
		margin-bottom:20px;
		min-height:168px;
	}
			@media(max-width:767px) {
				.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-list-item {
					min-height: 28vw;
				}
			}
			.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-list-item:nth-last-of-type(1) {
				border-bottom:none;
			}
	
		.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-img-container {
			position: absolute;
			width: 40%;
			right: 0;
		}
				@media(max-width:767px) {
					.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-img-container {
						width: 38%;
					}
				}
		
		.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-title-container {
			padding-right:43%;
		}
				@media(max-width:767px) {
					.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-title-container {
						padding-right:41%;
					}
				}
		
			.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-title-container .uctoday-cell-title {
				font-size:24px;
				line-height:1.4em;
			}
			
			.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-read-more-container a {
				padding:0px;
				text-transform: uppercase;
				font-size: 14px;
				letter-spacing:0.16em;
				background:none;
				border:none;
				font-weight: 500;
				color:#027cad !important;
				margin-top:0px;
			}
			
				.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-read-more-container a:hover,
				.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-read-more-container a:active,
				.panel-grid-cell:nth-of-type(2) .uctoday-plugin .uctoday-read-more-container a:focus {
					text-decoration:underline;
				}
                
                
/* ==== Accessibility Fix ==== */

.text-muted {
    color: #707070;
}



/* ========= Calendars Using Page Builder and Blank Template ========= */

#page #content .widget #events-table .btn {
    text-transform: none;
    letter-spacing: normal;
    padding:6px 12px;
}

#page #content .widget #events-table .btn.btn-info {
    border-width: 1px;
    border-color: #1a6482;
    background-image:none;
    background:#007dad;
}

        #page #content .widget #events-table .btn.btn-info:hover,
        #page #content .widget #events-table .btn.btn-info:active,
        #page #content .widget #events-table .btn.btn-info:focus {
            background:#1a6482;
            color:white !important;
        }    

    #page #content .widget #events-table .btn.month-arrow {
        border-radius: 6px 0 0 6px !important;
    }
    
    #page #content .widget #events-table #events-next {
        border-radius: 0px 6px 6px 0px !important;
    }
    
    
   #page #content .widget #events-table #events-month:hover,
   #page #content .widget #events-table #events-month:active,
   #page #content .widget #events-table #events-month:focus{
       color:#333 !important;
   }
    
    #page #content .widget #events-table #vb-today {
        border-radius: 4px !important;
        border:1px solid #ccc;
        background-color:white !important;
        background-image:none;
        color:#6b6b6b !important;
        transition:none;
    }
    
        #page #content .widget #events-table #vb-today:hover,
        #page #content .widget #events-table #vb-today:active,
        #page #content .widget #events-table #vb-today:focus{
            background-color: #e6e6e6 !important;
            border-color: #adadad !important;
        }
 

/* ========== In-Page Menu - Tabs ========== */
.in-page-spacer .in-page-tabs {
    margin-bottom:0;
    background:#e8f1f6;
    position:absolute;
    top:0;
    width:100%;
    left:0;
    right:0;
}

.in-page-spacer #page-blank .entry-content {
    margin-top:45px;
}

@media (max-width:767px) {
    .in-page-spacer .in-page-tabs {
    position:relative;
    }

    .in-page-spacer #page-blank .entry-content {
    margin-top:0;
    }

    .in-page-spacer #page-blank .nav-tabs > li > a {
        padding-left:15px!important;
        padding-right:15px!important;
    }
}

.in-page-spacer #page-blank .entry-content .nav-tabs {
    border-bottom:1px solid transparent;
}

.in-page-spacer #page-blank > .row > .col-sm-12 {
    position:initial;
}

@media (max-width:767px) {
    .in-page-spacer #page-blank > .row > .col-sm-12 {
        padding-left:0;
        padding-right:0;
    }
}

#content.in-page-spacer {
    position:relative;
}

.in-page-spacer .in-page-tabs .nav-tabs {
    width:1170px;
    margin-left:auto;
    margin-right:auto;
}

@media (max-width:1200px) {
    .in-page-spacer .in-page-tabs .nav-tabs {
        width:970px;
    }
}

@media (max-width:991px) {
    .in-page-spacer .in-page-tabs .nav-tabs {
        width:750px;
    }
}

@media (max-width:767px) {
    .in-page-spacer .in-page-tabs .nav-tabs {
        width:100%;
    }

    .in-page-spacer .in-page-tabs .nav-tabs li {
        display:block;
    }
}

.in-page-spacer .in-page-tabs .dropdown-menu {
    padding:0;
}

.in-page-spacer .in-page-tabs .dropdown-menu > li > a {
    padding:10px 20px;
}

.in-page-spacer .in-page-tabs a {
    color:#006D99;
}

.in-page-spacer .in-page-tabs .nav-tabs > li.active > a,
.in-page-spacer .in-page-tabs .nav-tabs > li > a:hover,
.in-page-spacer .in-page-tabs .nav-tabs > li > a:active,
.in-page-spacer .in-page-tabs .nav-tabs > li > a:focus {
    border-radius:0;
    border-color:transparent;
}

.in-page-spacer .nav > li > a:hover,
.in-page-spacer .nav > li > a:focus,
.in-page-spacer .nav > li > a:active {
    background-color:#d5e5ee;
}