/* Minification failed. Returning unminified contents.
(157,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(182,1): run-time error CSS1031: Expected selector, found '}'
(182,1): run-time error CSS1025: Expected comma or open brace, found '}'
(184,1): run-time error CSS1031: Expected selector, found '}'
(184,1): run-time error CSS1025: Expected comma or open brace, found '}'
(186,1): run-time error CSS1031: Expected selector, found '}'
(186,1): run-time error CSS1025: Expected comma or open brace, found '}'
(604,13): run-time error CSS1030: Expected identifier, found ' '
(604,22): run-time error CSS1031: Expected selector, found ';'
(604,22): run-time error CSS1025: Expected comma or open brace, found ';'
(605,11): run-time error CSS1030: Expected identifier, found ' '
(605,17): run-time error CSS1031: Expected selector, found ';'
(605,17): run-time error CSS1025: Expected comma or open brace, found ';'
(606,1): run-time error CSS1019: Unexpected token, found '}'
(606,3): run-time error CSS1031: Expected selector, found '/'
(606,3): run-time error CSS1025: Expected comma or open brace, found '/'
 */
@viewport {
   width: device-width;
}
* {
	margin: 0;
}


.Search input[type=text] {
    width: 180px;
    font-size: .8em;
    padding: 5px;
}
.Search {
    margin: 26px 0px;
}

#loading{
display:none;
}

.loader {
    border: 1px solid #f3f3f3;
    border-top: 1px solid #3498db;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#circularG{
	position:relative;
	width:58px;
	height:58px;
	margin: auto;
}

.circularG{
	position:absolute;
	background-color: black;
	width:14px;
	height:14px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:.2s;
		-o-animation-duration:.2s;
		-ms-animation-duration:.2s;
		-webkit-animation-duration:.2s;
		-moz-animation-duration:.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.158s;
		-o-animation-delay:0.158s;
		-ms-animation-delay:0.158s;
		-webkit-animation-delay:0.158s;
		-moz-animation-delay:0.158s;
}

#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.214s;
		-o-animation-delay:0.214s;
		-ms-animation-delay:0.214s;
		-webkit-animation-delay:0.214s;
		-moz-animation-delay:0.214s;
}

#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.27s;
		-o-animation-delay:0.27s;
		-ms-animation-delay:0.27s;
		-webkit-animation-delay:0.27s;
		-moz-animation-delay:0.27s;
}

#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.326s;
		-o-animation-delay:0.326s;
		-ms-animation-delay:0.326s;
		-webkit-animation-delay:0.326s;
		-moz-animation-delay:0.326s;
}

#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.382s;
		-o-animation-delay:0.382s;
		-ms-animation-delay:0.382s;
		-webkit-animation-delay:0.382s;
		-moz-animation-delay:0.382s;
}

#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:0.428s;
		-o-animation-delay:0.428s;
		-ms-animation-delay:0.428s;
		-webkit-animation-delay:0.428s;
		-moz-animation-delay:0.428s;
}

#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:0.484s;
		-o-animation-delay:0.484s;
		-ms-animation-delay:0.484s;
		-webkit-animation-delay:0.484s;
		-moz-animation-delay:0.484s;
}

#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:0.54s;
		-o-animation-delay:0.54s;
		-ms-animation-delay:0.54s;
		-webkit-animation-delay:0.54s;
		-moz-animation-delay:0.54s;
}

 bounce_circularG{
	0%{
		transform:scale(1)}

	100%{
		;
		-o-transform:scale(1)}

	100%{
		;
		-ms-transform:scale(1)}

	100%{
		;
		-webkit-transform:scale(1)}

	100%{
		;
		-moz-transform:scale(1)}

	100%{
		transform:scale(.3)
};
		-o-transform:scale(.3)
};
		-ms-transform:scale(.3)
};
		-webkit-transform:scale(.3)
};
		-moz-transform:scale(.3)
}

@keyframes bounce_circularG{
	0%{
		transform:scale(1)}

	100%{
		transform:scale(.3)}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1)}

	100%{
		-o-transform:scale(.3)}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1)}

	100%{
		-ms-transform:scale(.3)}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1)}

	100%{
		-webkit-transform:scale(.3)}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1)}

	100%{
		-moz-transform:scale(.3)}
}

body, html {
    margin: 0px auto;
    padding: 0px;
    font-family: source-sans-pro, sans-serif;
    font-size: 14px;
    background-color: #F0F1F2;
    color: #231F20;
    height: 100%;
    background: #ffffff url('Images/color-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}
.error_page {
    background: url('Images/Landing-Bkgrnd.png') no-repeat center center fixed;
     margin: 0px auto;
    padding: 0px;
    font-family: source-sans-pro, sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
    color: #231F20;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.error_page body {
    background: none;
}
p {
    margin: 10px 0;
}

.mobile {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}
.SocialMediaIcon
{
    fill:#231F20;
    height:28px;
    line-height:28px;
    width:28px;
    display:block;
}

.blocktext-blue
{
    background-color: #3CBEB6;
    display:inline-block;
    border-radius:5px;
    padding:1px 5px;
    color:white;
    text-transform:uppercase;
    margin: 0px 1px;
}

.SocialMediaHeader
{
    float: left;
text-transform: none;
line-height: 28px;
display: block;
margin: 10px 30px 0px 5px;
}

/* Business Card Info */
#BusinessCardOrders {
    padding: 40px;
}
.BCButton {
    width: auto;
    text-align: center;
    background-color: #3CBEB6 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 6px;
    color: #FFFFFF !important;
    margin: 5px 0px 5px 0;
    border: 1px solid #E5E5E7;
    font-weight:bold;
    text-transform:uppercase;
    padding:5px 30px;
    display:inline-block;
    font: inherit;
    -webkit-appearance: none;
}
ul.BCOrderList li:nth-child(even) {
    background-color: #E9E7E9 !important;
}
ul.BCOrderList li {
    margin: 5px 0;
    width: 100%;
    display: block;
}
.BCPageContainer1 {
    width: 90%;
    height: auto;
    min-height: 575px;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 40px;
}
.BCPageContainer input {
    font-family: 'Open Sans', sans-serif;
}
.BCPageContainer-SPGW input {
    font-family: 'Open Sans', sans-serif;
}
.BCPageContainer1 input {
    font-family: 'Open Sans', sans-serif;
}
.BCPageContainer ul {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    
    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0px;
}
.BCPageContainer-SPGW ul {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    
    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0px;
}
.BCPageContainer1 ul {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    
    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0px;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.BC_title {
    margin: 40px 0 50px 40px;
}
.BC_completed_orders {
    font-size: 1em;
    margin: 20px 0 0 0 ;
}
.BCOrderList {
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.BCOrderList li div {
     float: left;
     display: block;
     width: 14%;
     box-sizing: border-box;
     padding: 5px;
 }

.BCOrderList li div.acct_history_width_short {
    width: 9%;
}
.BCOrderList li div.acct_history_width_shortest {
    width: 5%;
    margin-top: 5px;
}

.BCOrderList li div.acct_history_width_medium {
    width: 16%;
}
.BCOrderList li div.acct_history_width_long {
    width: 20%;
    margin-top: 5px;
}
.BCOrderList li .TAP_type {
    width: 18%;
    margin-top: 5px;
}
.BCOrderList li .TAP_amount {
    width: 9%;
    margin: 5px 20px 0 0;
}
.BCOrderList li .TAP_amount span {
    float: right;
}
.BCOrderList li .TAP_amount_edit span {
    float: right;
}
.TAP_description {
    width: 45%;
    /*margin-top: 5px;*/
}
.TAP_edit_delete_buttons {
    margin-top: 5px;
    width: 14%;
    display: inline-block;
    padding: 0;
    float: right;
}
.TAP_description_input {
    height: auto !important;
    padding: 0;

    overflow:hidden;
}
.TAP_check_glyph {
     display: none;
     border:none; 
     width:30px; 
     height:30px; 
     background-color: #3CBEB6; 
     color:#ffffff !important; 
     padding:5px;
     border-radius: 5px;
}
.TAP_edit_glyph {
     border:none; 
     width:30px; 
     height:30px; 
     background-color: #3CBEB6; 
     color:#ffffff !important; 
     padding:5px;
     border-radius: 5px;
}
.TAP_remove_glyph {
     color:#ffffff !important;  
     border:none; 
     width:30px; 
     height:29px; 
     display: inline-block; 
     padding: 5px; 
     margin: 0 5px 2px 5px; 
}
.check_glyph {
     display: none;
     border:none; 
     width:30px; 
     height:30px; 
     background-color: #3CBEB6; 
     color:#ffffff !important; 
     padding:5px;
     border-radius: 5px;
}
.edit_glyph {
     border:none; 
     width:30px; 
     height:30px; 
     background-color: #3CBEB6; 
     color:#ffffff !important; 
     padding:5px;
     border-radius: 5px;
}
.remove_glyph {
     color:#ffffff !important;  
     border:none; 
     width:30px; 
     height:29px; 
     display: inline-block; 
     padding: 5px; 
     margin: 0 5px 2px 5px; 
}
.TAP_amount_edit {
    display: none;
    /*margin: 0;
    width: 12%;*/
}
.TAP_amount_edit_input {
    border: 1px solid #cccccc; 
    padding: 2px; 
    border-radius: 5px; 
    margin: 0; 
    width: 100%;
}
.BCOrderList li .CompletedOrder {
      width: 10%;
      text-align: center;
}
.BCOrderList li div input {
    background-color: inherit;
    border: none;
}
.DefaultContactInfoContainer {
    background: url(BCards-Blank.png);
    background-size: cover;
    width: 378px;
    height: 216px;
    border: 1px solid #cccccc;
    float: right;
    margin-right: 5%;
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
}

div.DefaultContactInfoContainer div.ContactInfo {
    position: relative;
    left: 189px;
    top: 35px;
    width: 189px;
    height: 181px;
    font-size: 11px;
    color: #282F80;
    line-height: 14px;
    border: none;
}

div.DefaultContactInfoContainer div.ContactInfo {
    position: relative;
    left: 189px;
    top: 105px;
    width: 189px;
    height: 181px;
    font-family: Helvetica;
    font-size: 11px;
    color: #606A73;
    line-height: 15px;
    border: none;
}

 /*working on BC order form */
/*div.DefaultContactInfoContainer div.ContactInfo {
    position: relative;
    left: 189px;
    top: 105px;
    width: 189px;
    height: 89px;
    font-family: Helvetica;
    font-size: 11px;
    color: #606A73;
    line-height: 15px;
    border: none;
}
.ContactInfoContainer {
    /*position: absolute;
    bottom: 0;
    display: contents;*/
    display: contents;
    float: right;
}*/

.business-card-form-box .editor-field input {
    width: 300px;
}
.business-card-form-box {
    margin-left: 40px;
    margin-bottom: 30px;
}
 .bold {
    font-weight: bold;
}
.top-marg-15 {
    margin-top: 15px;
}
.top.right {
    right: 10px;
    top: 61px;
    display: block;
    position: absolute;
}

.full_width {
    width:100%;
    display:block;
    overflow:auto;
}

.bottom.right {
    right: 10px;
    bottom: 10px;
    display: block;
    position: absolute;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow: auto;
    height: 100%;
    min-height: 100%;
}

input[type="submit"]:hover {
    cursor: pointer;
    -webkit-appearance: none;
}
.smaller {

}

.Content-Group-Box
{
    width:100%;
    height:100%;
    padding-bottom:5px;
    margin-bottom:20px;
    border-bottom:1px solid #E5E5E7;
    overflow:auto;
}

h2
{
display:block;
font-size: 27px;
line-height: 27px;
font-weight: 100;
}
h3
{
font-family: 'Open Sans', sans-serif !important;
display: block;
color: #231F20;
font-weight: bold;
border: none;
text-transform: uppercase;
font-size:14px;
}

.Button {
    width: 125px;
    text-align: center;
    background-color: #3CBEB6 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 6px;
    color: #FFFFFF !important;
    margin: 15px 0px 5px 0;
    border: 1px solid #E5E5E7;
    font-weight:bold;
    text-transform:uppercase;
    padding:5px 0px;
    display:block;
    /*font: -webkit-small-control;*/
    font: inherit;
    -webkit-appearance: none;
}

.redButton {
    width: 125px;
    text-align: center;
    background-color: #EC644B !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 6px;
    color: #FFFFFF !important;
    margin: 15px 0px 5px 0;
    border: 1px solid #E5E5E7;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0px;
    display: block;
    /*font: -webkit-small-control;*/
    font: inherit;
    -webkit-appearance: none;
}

.button_submit {
    width: 125px;
    text-align: center;
    background-color: #3CBEB6 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF !important;
    margin: 10px 0px;
    border: 1px solid #E5E5E7;
    padding: 3px 0;
    font-weight:bold;
    text-transform:uppercase;
    font: -webkit-small-control;
    -webkit-appearance: none;
}

select {
    padding: 4px;
    border-radius: 5px;
    margin: 0px;
    border: 1px solid #E5E5E7;
}
textarea {
    padding: 5px;
    border-radius: 5px;
    margin: 0px;
    border: 1px solid #E5E5E7;
    min-width:100%;
    min-height:100px;
    max-width:100%;
    box-sizing:border-box;
}

.editor-field
{
    margin-bottom:10px;
}
.editor-field input {
    width: 50%;
}

a {
    text-decoration: none;
    color: #3CBEB6;
}

.wrapper {
    width: 1350px;
    margin: 0px auto;
    overflow: auto;
    min-height: 100%;
    margin: 0 auto;
    height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 5px;
}
h1
{
    color: #3CBEB6;
    font-size: 50px;
    font-weight: 100;
}

.hidden {
    display: none;
}

.blue {
    color: #3CBEB6;
    fill: #3CBEB6;
}
.gray 
{
    color: #595a5b;
    fill: #595a5b;
}

.green
{
    color:#3cb371;
    fill:#3cb371;
}

.red {
    color: #EF3E53 !important;
    fill: #EF3E53 !important;
}

.Orange
{
    color:#FF9300;
}

.redimportant {
    color: #EF3E53 !important;
    fill: #EF3E53 !important;
}
.black {
    color: black!important;
}

.icon {
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
    width: 20px;
    height: 20px;
}

input:focus {
    outline: none;
}

.AssignmentName
{
    float: left;
display: block;
line-height: 50px;
padding: 5px 0px;
font-size: 20px;
font-weight: 100;
}

.AssignmentTitle{
    font-size: 14px;
font-style: italic;
line-height: 10px;
display: block;
}

.AssignmentNameTitle{
        float: left;
display: block;
line-height: 35px;
padding: 5px 0px;
font-size: 20px;
font-weight: 100;
}
.CampusName
{
    display:block;
    float:left;
    line-height:30px;
}

.tooltipme {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #2C2F3E;
    font-weight: bold;
}

    .tooltipme .tooltiptext {
        visibility: hidden;
        width: 360px;
        background-color: #2C2F3E;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        top: -50%;
        left: 110%;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
    }

        .tooltipme .tooltiptext::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #2C2F3E transparent transparent;
        }

    .tooltipme:hover .tooltiptext {
        visibility: visible;
    }

.header {
    height: 80px;
    background-image: url('Images/GrayMap-Header.png');
    background-repeat: repeat-x;
    background-size: cover;
    /*background-position-x: -100%;*/
    background-color:#FFFFFF;
}

    .header #Logo {
        width: 220px;
        height: auto;
        float: left;
    }

        .header #Logo a {
            width: 180px;
            height: 56px;
            display: block;
            margin: 10px auto;
        }

    .header #Title img {
        width: 300px;
        height: auto;
        margin-top: 20px;
    }

        .header #Title i {
            font-family: 'Open Sans', sans-serif;
            font-weight: 100;
            margin-right: 2px;
        }

    .header #QuickIcon {
        float: right;
        overflow: visible;
    }

        .header #QuickIcon .ImageContainer {
            width: 56px;
            height: 56px;
            overflow: hidden;
            border-radius: 28px;
            -webkit-border-radius: 28px;
            -moz-border-radius: 28px;
            margin: 15px 5px 5px 0px;
            position: relative;
            top: inherit;
            border: 0px solid #231F20;
            float: right;
            position:relative;
        }

            .header #QuickIcon .ImageContainer img {
                width: 56px;
                height:56px;
                position: absolute;
                left:0;
                top:0;
            }
            .header #QuickIcon .ImageContainer svg {
                width: 56px;
                height:56px;
                position: absolute;
                left:0;
                top:0;
            }



.menu {
    background-color: #2C2F3E;
    width: 220px;
    /*height: 566px !important;*/
    float: left;
    font-size: 16px;
    position: absolute;
    z-index: 2;
    left: initial;
    border-radius:0 0 5px 5px;
}

    .menu .Container {
        width: 200px;
        margin: 0px auto;
    }

    .menu .ImageRing {
        width: 90px;
        height: 90px;
        border-radius: 45px;
        -webkit-border-radius: 45px;
        -moz-border-radius: 45px;
        margin: 20px auto 10px;
        border: 1px solid #393E4E;
    }

    .menu .ImageContainer {
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        margin: 5px auto;
        border: 0px solid #2C2F3E;
        position:relative;
    }

        .menu .ImageContainer img {
            width: 80px;
            height:80px;
            position: absolute;
                left:0;
                top:0;
        }
        .menu .ImageContainer svg {
            width: 80px;
            height:80px;
            position: absolute;
                left:0;
                top:0;
        }

    .mobile_menu {
        display: none;
    }

        .menu .MobileMenu:hover {
            cursor: pointer;
        }

        .menu .MobileMenu #MenuIcon {
            display: block;
            overflow: auto;
            width: 40px;
            margin: 10px auto;
            text-indent: -9999px;
            background-image: url('list-icon.png');
            background-repeat: no-repeat;
            background-size: 40px;
            height: 40px;
        }

    .menu #MenuName {
        margin: 10px 10px 30px;
        width: 200px;
        text-align: center;
        color: #3CBEB6;
    }

    .menu #Menu {
        width: 220px;
        margin: 0px auto;
        display: normal;
    }

        .menu #Menu ul {
            list-style: none;
            width: 220px;
            margin: 20px 0px;
            padding: 0px;
        }

            .menu #Menu ul li {
                list-style: none;
                text-align: left;
                width: 220px;
                height: 40px;
                line-height: 40px;
                font-size: 18px;
                clear: both;
            }

                .menu #Menu ul li .comingsoon {
                    line-height: 14px;
                    font-size: 12px;
                    font-style: italic;
                    float: left;
                    margin: 5px 5px;
                    height: auto;
                    display: block;
                }

    .menu ul li a {
        color: white;
        text-decoration: none;
        width: 220px;
        height: 40px;
        display: block;
    }

        .menu ul li a:hover {
            cursor: pointer;
            background-color: #1E202C;
        }

        .menu ul li a .title-icon-white {
            display: block;
            float: left;
            margin: 5px 10px 5px 20px;
            width: 30px;
            height: 30px;
            fill: #FFFFFF;
        }

        .menu ul li a span {
            display: block;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            float: left;
            font-weight: 500;
        }

.body {
    width: 1120px;
    height: 100%;
    float: right;
    overflow: visible;
    margin: 12px 0px 12px 12px;
}
.body_full {
    width: 100%;
    height: 100%;
    overflow: visible;
    margin: 12px auto;
    background: white;
    border-radius: 5px;
}

.body_RealFull {
     width: 100%;
    height: 100%;
    overflow: visible;
    margin: 12px auto;

}
    .body #HomeNav {
        height: 100%;
        overflow: auto;
    }

        .body #HomeNav #FormsBox {
            width: 271px;
            height: 271px;
            float: left;
            border: 0px solid transparent;
            margin: 0px 0px 0px 12px;
            background-color: #F6FAFD;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
        }

        .body #HomeNav #ReportsBox {
            width: 271px;
            height: 271px;
            border: 0px solid transparent;
            margin: 0px 0px 0px 0px;
            background-color: #F6FAFD;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
        }

        .body #HomeNav #EventBox {
            width: 271px;
            height: 271px;
            float: left;
            border: 0px solid transparent;
            margin: 0px 0px 0px 0px;
            background-color: #F6FAFD;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
        }

            .body #HomeNav #EventBox .box-content img {
                width: 100%;
            }

            .body #HomeNav #EventBox .box-title #Countdown {
                height: 50px;
                line-height: 50px;
                font-size: 22px;
                overflow: hidden;
                display: block;
                float: left;
            }

        .body #HomeNav #InfographicsBox {
            width: 271px;
            height: 271px;
            float: left;
            border: 0px solid transparent;
            margin: 0px 0px 10px 0px;
            background-color: #F6FAFD;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
        }

        #InfographicsBox .box-content {
            text-align: center;
        }


            .body #HomeNav #DirectoryBox #Search {
                text-align: center;
            }

                .body #HomeNav #DirectoryBox #Search input[type="text"] {
                    border: 1px solid #E5E5E7;
                    -webkit-border-radius: 15px;
                    -moz-border-radius: 15px;
                    border-radius: 5px;
                    padding: 5px;
                    width: 80%;
                    margin: 40px auto 10px;
                    -webkit-appearance: none;
                }

                body #HomeNav #DirectoryBox #Search input[type="submit"] {
                    font-family: 'Open Sans', sans-serif;
                    color: white;
                    background-color: #3CBEB6;
                    border: 1px solid transparent;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    padding: 3px 15px;
                    -webkit-appearance: none;
                }

        .body #HomeNav #SocialBox , .body #HomeNav #DirectoryBox {
            width: 271px;
            height: 271px;
            float: left;
            border: 0px solid transparent;
            margin: 0px 0px 0px 12px;
            background-color: #F6FAFD;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
        }

        .body #HomeNav #CalendarBox {
            width: 271px;
            height: 554px;
            float: left;
            margin: 0px 0px 12px 12px;
            border: 0px solid transparent;
            background-color: #F6FAFD;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
            font-size: 12px;
            font-family: 'Open Sans', sans-serif;
        }

            .body #HomeNav #CalendarBox .CalendarHeader {
                display: block;
                width: 100%;
                padding: 20px 10px 5px;
                border-bottom: 1px solid #E5E5E7;
                font-weight: bold;
                margin-bottom: 5px;
            }

            .body #HomeNav #CalendarBox .Birthday, .body #HomeNav #CalendarBox .no-event, .body #HomeNav #CalendarBox .EN-Event, .body #HomeNav #CalendarBox .Holiday, .body #HomeNav #CalendarBox .Payroll {
                padding-left: 10px;
            }

        .body #HomeNav #MPDDashboardBox, .body #HomeNav #PhoneListBox {
            width: 271px;
            height: 554px;
            float: left;
            margin: 0px 0px 12px 0px;
            border: 0px solid transparent;
            background-color: #F6FAFD;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
        }

        .body #HomeNav #DepartmentsBox, .body #HomeNav #NewsBox {
            width: 271px;
            height: 554px;
            float: left;
            margin: 0px 0px 12px 12px;
            border: 0px solid transparent;
            background-color: #F6FAFD;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
            overflow: hidden;
        }


        .body #HomeNav .box-title {
            border-bottom: 1px solid #E5E5E7;
            height: 50px;
            line-height: 50px;
            background-color: #FFFFFF;
        }

            .body #HomeNav .box-title .socialheader {
                width: 25%;
                height: 100%;
                /*background-color: #2C2F3E;*/
                text-indent: -9999px;
                overflow: hidden;
                float: left;
            }

#halfsizegroup1 {
    float: left;
    margin: 0px 0px 12px 12px;
}

#halfsizegroup2 {
    float: left;
    margin: 0px 0px 12px 0px;
}

#halfsizegroup3 {
    float: left;
    margin: 0px 0px 12px 12px;
}

.comingsoon-container {
    display: table;
    overflow: auto;
    margin: 0px auto;
}

    .comingsoon-container span {
        float: left;
    }

.body #HomeNav .box-title .socialheader svg {
    fill: #7D8399;
    display: block;
    width: 85px;
    height: 85px;
    position: relative;
    top: 0px;
    left: -20px;
}

.body #HomeNav .box-title .socialheader.selected {
    background-color: #7D8399;
}

    .body #HomeNav .box-title .socialheader.selected#twitter svg {
        fill: #29A8E0;
        display: block;
        outline: none;
        border: none;
    }

    .body #HomeNav .box-title .socialheader.selected#twitter {
        outline: none;
    }

    .body #HomeNav .box-title .socialheader.selected#facebook svg {
        fill: #425F9C;
        display: block;
    }

    .body #HomeNav .box-title .socialheader.selected#facebook {
        outline: none;
    }
    

    .body #HomeNav .box-title .socialheader.selected#instagram svg {
        fill: #FECB35;
        display: block;
    }

.body #HomeNav .box-title .socialheader.selected#instagram {
    outline: none;
}

    .body #HomeNav .box-title .socialheader.selected#google svg {
        fill: #DD4C39;
        display: block;
    }

.body #HomeNav .box-title .socialheader.selected#google {
    outline: none;
}
    

.box-title span {
    display: block;
    float: left;
    font-size: 27px;
    line-height: 50px;
    font-weight: 100;
}

.title-icon-blue {
    display: block;
    float: left;
    margin: 10px;
    width: 30px;
    height: 30px;
    fill: #3CBEB6;
}

.title-icon {
    display: block;
    float: left;
    margin: 10px;
    width: 30px;
    height: 30px;
}

.body #HomeNav #snapshot {
    width: 100%;
    margin: 0px auto;
    background-color: white;
}

    .body #HomeNav #snapshot #snapshot-header {
        color: #2C2F3E;
        text-align: center;
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding: 5px 0px;
        font-size: 24px;
        font-weight: normal;
    }

    .body #HomeNav #snapshot #snapshot-current {
        /*border-bottom: 1px solid #7D8399;*/
        /*border-top: 0px;*/
    }

    .body #HomeNav #snapshot #snapshot-year {
        /*border: 1px solid #7D8399;
        border-top: 0px;
        -webkit-border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        border-radius: 0px 0px 5px 5px;*/
    }

    .body #HomeNav #snapshot canvas {
        display: block;
        margin: 0px auto;
    }

    .body #HomeNav #snapshot .snapshot-container {
        clear: both;
        overflow: auto;
        position: relative;
        width: 100%;
    }

    .body #HomeNav #snapshot #snapshot-current ul {
        list-style: none;
        margin: 20px auto 10px;
        text-align: center;
        padding: 0px;
    }

        .body #HomeNav #snapshot #snapshot-current ul li {
            margin: 0px;
            padding: 0px;
        }

    .body #HomeNav #snapshot .ofyourgoal1 {
        float: none;
        position: relative;
        display: block;
        text-align: center;
        margin: 0px auto;
    }

    .body #HomeNav #snapshot .ofyourgoal2 {
        float: none;
        position: relative;
        display: block;
        text-align: center;
        margin: 0px auto 10px;
    }

.body #HomeNav .departmentslist {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .body #HomeNav .departmentslist li {
        list-style: none;
        line-height: 30.5px;
        height: 28.5px;
        padding: 0px;
        display: block;
        background-color: #FFFFFF;
    }

        .body #HomeNav .departmentslist li:not(:last-child) {
            border-bottom: 1px solid #E3E3E5;
        }

        .body #HomeNav .departmentslist li:hover {
            background-color: #F6FAFD;
            cursor: pointer;
        }

            /*.body #HomeNav .departmentslist li:hover .DepartmentIcon {
                background-color: #FFFFFF;
            }

        .body #HomeNav .departmentslist li .DepartmentIcon {
            display: block;
            float: left;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #E3E3E5;
            margin-right: 5px;
        }*/
        /*.dept_list {
            text-align: center;
        }*/
            .dept_list a {
            width: 100%;
            display: block;
            height: 100%;
            box-sizing:border-box;
            padding:0px 10px;
        }

.body #HomeNav .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    border-top: 1px solid #E5E5E7;
    background-color: #FFFFFF;
}

    .body #HomeNav .footer a {
        display: block;
        width: 90%;
        margin: 10px auto;
        font-size: 14px;
        line-height: 20px;
        border: 1px solid #E5E5E7;
        text-decoration: none;
        padding: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #FFFFFF;
        background: #3CBEB6;
        -webkit-appearance: none;
    }

#twittercontent {
    width: 90%;
    margin: 5px auto;
}

    #twittercontent a {
        text-decoration: none;
        color: #3CBEB6;
    }

    #twittercontent #twitter-header {
        margin-top: 10px;
        width: 100%;
        border-bottom: 1px solid #E5E5E7;
    }

    #twittercontent .tweet ul {
        list-style: none;
        padding: 5px 10px 0px 0px;
        margin: 5px 0px;
    }

        #twittercontent .tweet ul li {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

.PageContainer {
    max-width: 100%;
    height: auto;
    min-height: 525px;
    display: block;
    overflow: auto;
    background-color: #F6FAFD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    /*padding-bottom: 20px;*/
}

    .PageContainer .PageHeader {
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        line-height: 40px;
        font-size: 40px;
        background-color: #FFFFFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 20px;
    }

        .PageContainer .PageHeader #SearchDiv {
            float: right;
            margin: 10px;
        }

            .PageContainer .PageHeader #SearchDiv input[type="text"] {
                border: 1px solid #E5E5E7;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                border-radius: 15px;
                padding: 5px 15px;
                float: left;
                margin-right: 10px;
                -webkit-appearance: none;
            }

            .PageContainer .PageHeader #SearchDiv input[type="submit"] {
                font-family: 'Open Sans', sans-serif;
                color: white;
                background-color: #3CBEB6;
                border: 1px solid transparent;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                padding: 5px 15px;
                float: left;
                -webkit-appearance: none;
            }

    .PageContainer .section {
        background-color: #FFFFFF;
        border-bottom: 2px solid #E5E5E7;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 96%;
        box-sizing: border-box;
        position: relative;
        clear: both;
        margin: 10px auto 0px;
        overflow: auto;
        padding: 10px;
    }
        .PageContainer .dept_section {
        background-color: #FFFFFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        clear: both;
        margin: 0px;
        overflow: auto;
        padding: 20px 5%;
        border-radius: 0 0 5px 5px;
    }
     .PageContainer .news_section {
        background-color: #FFFFFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        clear: both;
        margin: 0px;
        overflow: auto;
        padding: 20px 8%;
        border-radius: 0 0 5px 5px;
    }
     .PageContainer .news_section ul {
         display: inline-block;
     }
    .PageContainer .news_section .image img {
        float: right;
        padding: 0 0 35px 35px;
        max-width: 50%;
    }
    .PageContainer #ArticleComments #Profile-Notification
    {
        margin:0px;
        border-bottom:0px;
        border-radius:0px;
        width:100%;
    }

    .PageContainer .PageImageBanner {
        margin-top: -20px;
        height: 300px;
        display: block;
        overflow: hidden;
        width: 100%;
        position: relative;
    }
    .PageContainer .DeptPageImageBanner {
        max-height: 300px;
        display: block;
        overflow: hidden;
        width: 100%;
        position: relative;
        border-radius: 5px 5px 0 0;
    }
    /*.BCPageContainer .DeptPageImageBanner {
        width: 110%;
        height: 80%;
        margin-top: -40px;
        margin-left: -40px;
        overflow: hidden;
    }*/

        .PageContainer .PageImageBanner img {
            position: absolute;
            width: 100%;
        }

         

        .PageContainer .DeptPageImageBanner img {
            width: 100%;
        }

        .PageContainer .DeptPageImageBanner #LeadershipBanner {
            
        }

        .PageContainer .DeptPageImageBanner #ChurchesBanner {
            
        }

        .PageContainer .DeptPageImageBanner #HumanResourcesBanner {
            
        }

        .PageContainer .DeptPageImageBanner #CommBanner {
            
        }

        .PageContainer .DeptPageImageBanner #ITBanner {
           
        }

        .PageContainer .DeptPageImageBanner #PartnerCareBanner {
            
        }

        .PageContainer .DeptPageImageBanner #MissionsBanner {
            
        }
        .PageContainer ul
        {
            list-style:none;
            margin:0px 0px 20px;
            padding:0px;
            overflow:auto;
        }
        .PageContainer .ImageContainer {
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        margin: 5px 10px 65px 0px;
        float: left;
        text-align: center;
        position:relative;
        }

            .PageContainer .ImageContainer img {
                height: 120px;
                width: auto;
                position: absolute;
                left:0;
                top:0;
            }
                        .BCPageContainer .ImageContainer img, .BCPageContainer1 .ImageContainer img {
                height: 200px;
                width: auto;
                position: absolute;
                left:0;
                top:0;
            }
            .BCPageContainer-SPGW .ImageContainer img, .BCPageContainer1 .ImageContainer img {
                height: 80px;
                width: auto;
                position: absolute;
                left:0;
                top:0;
            }
            .PageContainer .ImageContainer svg {
                height: 120px;
                width: 120px;
                position: absolute;
                left:0;
                top:0;
            }
            #InfographicsBox .ImageContainer {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 60px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        margin: 20px auto;
        display: block;
        text-align: center;
        position:relative;
        }

            #InfographicsBox .ImageContainer img {
                height: 100px;
                width: auto;
                position: absolute;
                left:0;
                top:0;
            }
            #InfographicsBox .ImageContainer svg {
                height: 100px;
                width: 100px;
                position: absolute;
                left:0;
                top:0;
            }
            .PageContainer .EmployeeName
            {
                font-size:27px;
                font-weight:normal;
            }

            .SettingContainer ul li
            {
                overflow:auto;
                clear:both;
            }

            .Campus
            {
                margin-left:50px !important;
            }
            .Campus .Heading
            {
                margin-bottom:0px !important;
            }
            .Campus svg
            {
                float:left;
            }

       .BCPageContainer .ImageContainer, .BCPageContainer1 .ImageContainer, .BCPageContainer-SPGW .ImageContainer {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            margin: 10px;
            position:relative;
        }

             .BCPageContainer .ImageContainer svg, .BCPageContainer1 .ImageContainer  svg, .BCPageContainer-SPGW .ImageContainer  svg {
                height: 80px;
                width: 80px;
                position: absolute;
                left:0;
                top:0;
            }

         .BCPageContainer  .ImageRing, .BCPageContainer1  .ImageRing, .BCPageContainer-SPGW  .ImageRing  {
            width: 80px;
            height: 80px;
            border-radius: 110px;
            -webkit-border-radius: 110px;
            -moz-border-radius: 110px;
            border: 0px solid #FFFFFF;
            background-color: #FFFFFF;
            float: left;
            margin-right: 20px;
            margin-left: 20px;
            z-index: 2;
        }
.directory {
    width: 100%;
}

    .directory .record {
        height: 60px;
        width: 100%;
        border-bottom: 1px solid #F0F1F2;
        line-height: 16px;
        font-size: 14px;
    }

    .directory .recordfirst {
        height: 20px;
        line-height: 20px;
        border-bottom: 3px solid #F0F1F2;
        margin-bottom: 5px;
        padding-bottom: 25px;
    }

        .directory .recordfirst .Name {
            padding-left: 55px;
            width: 40%;
            box-sizing: border-box;
            text-align: left;
            font-style: italic;
            float: left;
            overflow: hidden;
        }

        .directory .recordfirst .Location {
            float: left;
            width: 25%;
            box-sizing: border-box;
            text-align: left;
            font-style: italic;
            overflow: hidden;
        }

        .directory .recordfirst .ContactInfo {
            float: left;
            width: 35%;
            box-sizing: border-box;
            text-align: left;
            font-style: italic;
            overflow: hidden;
        }

    .directory .record .Name {
        display: block;
        height: 60px;
        float: left;
        width: 40%;
        box-sizing: border-box;
        overflow: hidden;
        max-height: 60px;
    }

    .directory .record .ContactInfo {
        display: table;
        height: 60px;
        float: left;
        width: 35%;
        box-sizing: border-box;
        overflow: hidden;
        max-height: 60px;
    }

    .directory .record .Location {
        display: table;
        height: 60px;
        float: left;
        width: 25%;
        box-sizing: border-box;
        overflow: hidden;
        max-height: 60px;
        padding-right: 10px;
    }

    .directory .record .ImageContainer, .Profile-Section-Content .ImageContainer, .EmployeeProfile .ImageContainer {
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        margin: 5px 10px 5px 0px;
        float: left;
        position: relative;
    }

        .directory .ImageContainer img, .Profile-Section-Content .ImageContainer img, .EmployeeProfile .ImageContainer img {
            height: 50px;
            width: 50px;
            position: absolute;
            left: 0;
            top: 0;
        }
        .directory .ImageContainer svg, .Profile-Section-Content .ImageContainer svg, .EmployeeProfile .ImageContainer svg {
            height: 50px;
            width: 50px;
            position: absolute;
            left: 0;
            top: 0;
        }

.Profile-Section-Content .ImageContainer-MPD-reporting-structure {
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        margin: 5px 10px 5px 0px;
        float: left;
        position:relative;
    }

.Profile-Section-Content .ImageContainer-MPD-reporting-structure img {
        height: 50px;
        width:50px;
        position: absolute;
        left:0;
        top:0;
    }
.Profile-Section-Content .ImageContainer-MPD-reporting-structure svg {
        height: 50px;
        width:50px;
        position: absolute;
                left:0;
        top:0;
    }

    .directory .record .NameTitle {
        float: left;
    }

    .directory .record ul {
        padding: 0px;
        list-style: none;
        margin: 0px;
        overflow:hidden;
    }

        .directory .record ul li {
        }

    .directory .record .Name ul {
        padding: 0px;
        list-style: none;
        margin: 5px 0px;
    }

    .NameTitle{
        margin:5px 10px 5px 0px;
    }

.SearchName {
    line-height: 24px !important;
    font-size: 18px !important;
}

.SearchTitle {
    font-size:12px !important;
    color:rgb(35, 31, 32);
    line-height:16px !important;
}

.directory .record:hover {
    background-color: #F6FAFD;
}

.VertCenter {
    display: table-cell;
    vertical-align: middle;
}

.email {
    text-decoration: underline;
}

#EditProfile
{
    float:left;
    font-size: 15px !important;
    padding: 3px 0;
    font-weight: 600;
    width: 100px;
}
#EditProfile:hover
{
    cursor:pointer;
}
#EditInformation
{
    display:none;
}

#Profile-Container {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    background-color: #F6FAFD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 60px;
    /*padding-bottom: 20px;*/
}

    #Profile-Container .SettingContainer {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0px;
        margin: 10px auto;
        border-bottom: 1px solid #E5E5E7;
    }

    #Profile-Container #Profile-Header {
        width: 100%;
        height: 160px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        background-color: #FFFFFF;
        position: relative;
    }

        #Profile-Container #Profile-Header .ImageContainer {
            width: 200px;
            height: 200px;
            overflow: hidden;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            margin: 10px;
            position:relative;
        }

            #Profile-Container #Profile-Header .ImageContainer img, #Profile-Container #Profile-Header .ImageContainer svg {
                height: 200px;
                width: 200px;
                position: absolute;
                left:0;
                top:0;
            }

        #Profile-Container #Profile-Header .ImageRing {
            width: 220px;
            height: 220px;
            border-radius: 110px;
            -webkit-border-radius: 110px;
            -moz-border-radius: 110px;
            border: 0px solid #FFFFFF;
            background-color: #FFFFFF;
            position: relative;
            float: left;
            margin-right: 20px;
            margin-left: 20px;
            top: -40px;
            z-index: 2;
        }

 

        #Profile-Container #Profile-Header .ProfileName {
            float: left;
        }

            #Profile-Container #Profile-Header .ProfileName #ProfileName {
                font-size: 60px;
                line-height: 70px;
                margin: 0px 0px 0px;
                display: block;
                color: #3CBEB6;
                font-weight: 100;
                letter-spacing: -3px;
            }

            #Profile-Container #Profile-Header .ProfileName #ProfileTitle {
                font-style: italic;
                font-size: 20px;
                line-height: 30px;
                display: block;
            }

        #Profile-Container #Profile-Header .SocialMedia {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

            #Profile-Container #Profile-Header .SocialMedia ul {
                list-style: none;
                margin: 0px;
                float: right;
                position: relative;
                bottom: 0px;
                padding: 0px;
            }

                #Profile-Container #Profile-Header .SocialMedia ul li {
                    display: block;
                    float: right;
                }

                    #Profile-Container #Profile-Header .SocialMedia ul li .FacebookSocial {
                        display: block;
                        overflow: hidden;
                        fill: #2C2F3E;
                        margin-right: 5px;
                    }

                    #Profile-Container #Profile-Header .SocialMedia ul li .TwitterSocial {
                        display: block;
                        overflow: hidden;
                        fill: #2C2F3E;
                        float: right;
                        margin-right: 5px;
                    }

                    #Profile-Container #Profile-Header .SocialMedia ul li .GoogleSocial {
                        display: block;
                        overflow: hidden;
                        fill: #2C2F3E;
                        float: right;
                        margin-right: 5px;
                    }

                    #Profile-Container #Profile-Header .SocialMedia ul li .InstagramSocial {
                        display: block;
                        overflow: hidden;
                        fill: #2C2F3E;
                        float: right;
                        margin-right: 7px;
                    }
                    #Profile-Container #Profile-Header .SocialMedia ul li .LinkedInSocial {
                        display: block;
                        overflow: hidden;
                        fill: #2C2F3E;
                        float: right;
                        margin-right: 7px;
                    }

    #Profile-Container a {
        color: #3CBEB6;
    }

    .Profile-Section {
        background-color: #FFFFFF;
        border-bottom: 2px solid #E5E5E7;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        clear: both;
        margin: 10px auto 0px;
        overflow: auto;
    }
    /*#Profile-Container input[type="submit"]
    {
        font-family: 'Open Sans', sans-serif !important;
font-size: 30px;
line-height: 40px;
display: block;
color: #3CBEB6;
font-weight: 100;
letter-spacing: -1px;
padding: 0px;
background-color: #FFFFFF !important;
border: none;
    }*/
    #Profile-Container input[type="file"]::before {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 30px;
        line-height: 40px;
        display: block;
        color: #3CBEB6;
        font-weight: 100;
        letter-spacing: -1px;
        padding: 0px;
        background-color: #FFFFFF !important;
        border: none;
        -webkit-appearance: none;
    }

    input[type="text"], #Profile-Container input[type="password"] {
        border: 1px solid #E5E5E7;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 4px;
        -webkit-appearance: none;
    }

    input[type="number"], #Profile-Container input[type="password"] {
        border: 1px solid #E5E5E7;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 4px;
        -webkit-appearance: none;
    }

    input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#SocialProfileSettings form span {
    width: 95%;
}
#SocialProfileSettings form input {
    margin-right: 55%;
    display: block;
    width: 45%;
}

#SocialProfileSettings input[value="Update"] {
    width: 100px;
    text-align: center;
    background-color: #3CBEB6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 10px 0px;
    border: 1px solid #E5E5E7;
    font-weight:bold;
    text-transform:uppercase;
    padding:5px 0px;
    display:block;
    -webkit-appearance: none;
}

.loading
{
    background-image: url('Images/circle-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
    overflow:hidden;
}

.Success {
    background-image: url('Images/circle-check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    overflow:hidden;
}

.Failure {
    background-image: url('Images/circle-close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
    overflow:hidden;
}

.message-success {
    display: block;
    /*float: left;*/
    padding: 15px;
    margin:0px;
    width: 100%;
    text-align: left;
}

.breadcrumbs {
    color: #ffffff;

}
.breadcrumbs a {
    color: #ffffff;
}

#Profile-Container .Profile-Section .Profile-Section-Header {
    width: 25%;
    text-align: right;
    font-size: 30px;
    line-height: 30px;
    display: block;
    float: left;
    height: 100%;
    border-right: 1px solid #E5E5E7;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    font-weight: 100;
}

#Profile-Container .Profile-Section .Profile-Section-Content {
    float: left;
    display: block;
    overflow: auto;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    left: 25%;
    width: 75%;
}

#Profile-Container .Profile-Section input[type="file"] {
    margin: 10px 0px;
    -webkit-appearance: none;
}

#Profile-Container .Profile-Section .Profile-Section-Content ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    #Profile-Container .Profile-Section .Profile-Section-Content ul li {
        list-style-type: none;
        padding: 0px;
        line-height: 24px;
    }

#Profile-Container .Profile-Section .Profile-Section-Content .Heading {
    font-family: 'Open Sans', sans-serif !important;
    display: block;
    color: #231F20;
    font-weight: bold;
    background-color: #FFFFFF !important;
    border: none;
    text-transform: uppercase;
}

#Profile-Container .Profile-Section .Profile-Section-Content .subHeading {
    font-size: 20px;
    line-height: 20px;
    display: block;
    color: #000000;
    font-weight: 100;
    letter-spacing: -1px;
}


.DeleteNewsletter:hover {
    cursor: pointer;
}

#UploadNewsletterMasterDiv {
    position: absolute;
    top: 38px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}
    #UploadNewsletterMasterDiv input, #UploadNewsletterMasterDiv select {
        width: 90%;
        margin: 10px auto 10px!important;
        overflow: hidden;
        display: block;
    }

.borderdiv {
    border: 2px solid #3CBEB6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.Header-Container {
    position: relative;
    width: 100%;
    height: 100%;
}

#UploadNewsletterSpan {
    text-transform: uppercase;
    font-weight: 200;
    display: block;
    margin: 0px auto;
    padding: 5px;
    color: #3CBEB6;
    text-align: center;
    font-size: 20px;
}

/*new newsletter page styles*/
.en_newsletters {
        margin-bottom: 15px;
    }
#UploadNewsletterMasterDivNew {
    display: inline-block;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
    margin: 20px 0;
}

 #UploadNewsletterMasterDivNew input, #UploadNewsletterMasterDivNew select {
        width: 90%;
        margin: 10px auto 10px!important;
        overflow: hidden;
        display: block;
        box-sizing:border-box;
}
ul#Newsletter_List {
    display: inline-block;
    width: 100%;
}
ul#Newsletter_List li {
    float: left;
    display: inline-block;
    width: 20%;
    margin: 2% 0%;
    text-align: center;
}
ul#Newsletter_List li p {
    font-size: 1.2em;
}
ul#Newsletter_List .ImageContainer {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
}
ul#Newsletter_List .ImageContainer svg {
    width: 100px;
    height: 100px;
}
ul#Newsletter_List .ImageContainer img {
    width: 100px;
    height: 100px;
}
.newsletter_month_year {
    font-size: 1.6em;
    font-weight: lighter;
    margin-bottom: 25px;
}
.user_newsletters {
    line-height: 2;
}
.user_newsletters li {
    
}
.user_newsletter_month {
    width:110%;
    display: block;
    margin-left: -5%;
}



#Profile-Newsletters {
    min-height: 300px;
}

#PhoneListUp {
    width: 30px;
    height: 30px;
    display: none;
}

    #PhoneListUp:hover {
        cursor: pointer;
    }

#PhoneListDown {
    width: 30px;
    height: 30px;
}

    #PhoneListDown:hover {
        cursor: pointer;
    }

#PhonelistTable {
    display: block;
    position: absolute;
}

    #PhonelistTable tr {
        height: 20px;
        line-height: 20px;
        margin: 0px;
    }

#PhoneListContainer {
    position: relative;
    margin: 10px;
    height: 480px;
    overflow: hidden;
}

/*department pages*/
.dept_title {
    color: #3CBEB6;
    font-size: 50px;
    font-weight: 100;
}
.dept_heading {
    font-size: 30px;
    color: #3CBEB6;
}
.dept_section ul {
    margin: 0 !important;
}
#dept_description {
    margin-bottom: 40px !important;
}
/*.dept_individual_info {
    max-width: 65%;
    display: inline-block;
    line-height: 18px;
    margin-bottom: 20px;
}*/


/*news section*/
h2.articleheader {
display: block;
color: #3CBEB6;
font-size: 1.7em;
font-weight: 600;
}
.news_section a {
    color: #3CBEB6;
}
.news_section ul li {
    list-style-type: disc !important;
    list-style-position: outside;
    margin-left: 20px;
}
.news_section ul {
    margin: 0;
}
.news_header_and_summary {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.news_header_and_summary a {
    color: #231F20;
}
.news_thumb {
    width: 110px;
}
.articlelist {
    border-bottom: 1px solid #cccccc;
    padding: 15px;
}
.articlelist:hover {
    background: #E8E8E8;
}
.articledatelist {
    color: #58585E;
}
.article_date {
    color: black;
    font-size: 14px;
    width: 80%;
    display: inline-block;
}
.articleauthordiv
{
    overflow:auto;
}
.news_date_author_name {
    display: inline-block;
    margin-left: 10px;
}
.articleauthordiv .ImageContainer
{
    width:60px;
    height:60px;
    display: inline-block !important;
}
.articleauthordiv .ImageContainer svg, .articleauthordiv .ImageContainer img
{
    width:60px;
    height:60px;
}
.articleauthor {
display:block;
}

a.readmore {
    display: inline-block;
    margin-top: 15px;
    color: #3CBEB6;
    text-decoration: underline;
    float: right;
}
a.readmore:hover {
    text-decoration: none;
}
.more_articles_button {
    float: right;
    white-space: nowrap;
    width: auto;
    padding: 7px;
}
.articleauthor a {
    color: #3CBEB6;
}
/*password requirements*/
ul.password_requirements li {
    font-size: 13px;
    font-weight: 600;
    list-style-type: disc !important;
    list-style-position: inside;
}
ul.password_requirements {
        margin: 0 0 20px 15px !important;
}


/*Resources*/
.resource_title {
    margin-bottom: 15px;
    display: block;
}
.dept_page_resource_section {
    margin-top: 20px;
}
.dept_page_resource_section a {
    color: #3CBEB6;
}
.dept_page_resource_section ul li {
    margin-bottom: 10px;
    margin-left: 25px;
}
.resource_group {
    font-weight: bold;
    margin-left: 0px;
}
/*social media - home page*/
#googlecontent {
    padding-top: 30px;
}

/*#slideshow li {
    margin-bottom: 15px;
}*/


#instagramcontent ul {
    list-style-type: none;
    width: 100%;
    margin-left: -15%;
}
  #slideshow {
    overflow: hidden;
    height: 180px;
}
#googlecontent {
      text-align: center;
      padding: 20%;
}
#slideshow li a img {
    width: 60%;
    height: 60%;
    margin: 5% 0;
}


.profile_last_updated_text {
    font-size: 12px;
    font-style: italic;
    text-transform: none;
    font-weight: normal;
    display: block;
    margin: 5px 0 10px 0;
}
.profile_last_updated_text2 {
    font-size: 12px;
    font-style: italic;
    text-transform: none;
    font-weight: normal;
    display: block;
    margin: 10px 0 0 0;
}
/*footer CSS*/

html, body {
	height: 100%;
}

.wrapper_full {
    width: 90%;
	height: auto !important;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: auto; /* .push must be the same height as .footer */
    background: #ffffff;
    bottom: 0;
    width: 100%;
}

footer {
    max-width: 100%;
    text-align: center;
    color: #90989E;
    padding: 15px 0;
}
footer a:hover {
    color: #3CBEB6;
}
.footer_link {
    margin: 0 10px;
}
.footer_other_links_box {
    width: auto;
    text-align: left;
    margin: 10px auto;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
}
.footer_logo img {
    max-width: 160px;
    display: inline-block;
    margin: 0px 40px;
}
.footer_logos_container {
    padding: 20px 0;
    width: 100%;
    text-align: center;
}
.footer_EN_copyright {
    margin-top: 15px;
    display: block;
     color: #3CBEB6;
}
/*reports*/
.report_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.report_list li {
    list-style: none;
    line-height: 42px;
    height: 42px;
    padding: 0px;
    display: block;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E3E3E5;
    white-space: nowrap;
}
.report_list li a {
    width: 100%;
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.report_list li:hover {
    background-color: #F6FAFD;
    cursor: pointer;
}
.center {
    text-align: center;
}
/*error page*/
.error_content {
    width: 50%;
    margin: 10% 25% 0 25%;
    line-height: 1.5;
}
.error_content a {
   color: #3CBEB6;
}
.error_content p{
    font-size: 1.3em;
}
.error_content img {
    width: 400px;
    margin-bottom: 2%;
}
.social_media_requirements {
    width:100%;
    font-size: 12px;
    font-style: italic;

    margin: 0 0 5px 5px;
}

/*password validation*/
.greenimportant {
    color: #3CBEB6 !important;
    fill:  #3CBEB6 !important;
}

.log_off_button {
    margin-left: 62px;
}
/*help page*/
.help_search {
    width: auto;
    float: right;
}
.help_search input {

}
.help_search form {
    margin-right: 50px;
}
.help_search .Button {
    display: inline-block;
}
.PageContainer .dept_section_help {
    padding: 20px 5%; 
}
.PageContainer .dept_section_help a {
    color: #3CBEB6;
}
.help_section h2  {
    font-size: 25px;
}
.dept_title_help {
    margin-bottom: 25px;
    color: #3CBEB6;
    font-size: 45px;
    font-weight: 100;
}
.small_profile_img {
    width: 60px !important;
    height: 60px !important;
}
.help_page_container {
    width: 100%;
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
}
.help_section {
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
    
    margin: 0px 0 20px 0;
    width:100%;
    height:100%;
    padding-bottom:5px;
}
.help_section a {
    color: #3CBEB6;
}
.help_dept_title {
    margin-bottom: 20px;
    color: black;
    font-size: 50px;
    font-weight: 100;
}
.dept_section_help input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    color: white;
    background-color: #3CBEB6;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 15px;
    -webkit-appearance: none;
}
.help_section:first-child {
    
}
.help_section ul {
    margin: 0 0 0 10px !important;
}
.help_group_name {
    font-size: 1.2em;
    font-weight: normal;
}
.help_group_name p {
    font-size: .9em;
}
.PageContainer .help_questions {
    overflow: visible;
}
.help_subgroup {
    font-weight: normal;
    font-size: 1.3em;

}
.top_faq_header {
    font-weight: 100;
    color: black;
    padding-bottom: 10px;
}
.top_faq {
    margin-bottom: 20px;
    color: #3CBEB6;
}
.top_question_body {
    color: black;
    display: none;
    margin: 0 0 0 10px;
    padding: 0;
}
.question_body {
    color: black;
    display: none;
    margin: 0 0 0 10px;
    padding: 0;
}
.top_question {
    cursor: pointer;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    display: inline-block;
}
.question_subgroup_page {
    cursor: pointer;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    color: #3CBEB6;
}

.underline {
    text-decoration: underline;
}
.top_question_one {
   padding-bottom: 10px;
   /*margin-left: 10px;*/
}
.help_contact_container {
    /*margin-left: 10px;*/
}
#up-arrow-help {

}
#down-arrow-help {

}
/*payroll page*/
.paystub {
    width: 20%;
    float: left;
    border: 1px solid #cccccc;
    padding: 10px;
    text-align: center;
    margin: 5px;
}
.paystub:hover {
    background: #ededed;
}
#payroll_year_content_2, #payroll_year_content_3 {
    display: none;
}
.payroll_section {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
} 
.payroll_year_2, .payroll_year_3 {
    width: auto;
    display: inline-block;
}
.payroll_year_1, .payroll_year_2, .payroll_year_3 {
    font-size: 1.6em;
    margin-top:10px;
}
.arrow-down-2, .arrow-down-3 {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
    display: inline-block;
    vertical-align: middle;
}
.payroll_year_2:hover, .payroll_year_3:hover {
    cursor: pointer;
}
.payroll_header {
    margin: 15px 0;
}

.upcoming_event_pic {
    position: absolute; 
    top: 33%; 
    left: -2%;
}
.hide {
    display: none;
}
.show-inline-block {
    display: inline-block;
}

#MediaList
{

}

#MediaList .MediaUL
{
        width:30%;
    margin-right:1% !important;
    display:block;
    float:left;
    margin-bottom:20px !important;
    border-radius:5px;
    border: 1px solid #E5E5E7;
}

.MediaUL li img
{
    width:100%;
    height:auto;
}
#eight_characters, #one_uppercase, #one_lowercase, #one_alphanumeric, #passwords_match {
    color: black;
}

/*handbook styles*/

    .handbook-header-image
    {
        background-image: url()
    }

#table_of_contents {
    font-size: .7em;
    color: #3CBEB6;
    margin-bottom: 20px;
}
.TC_parent_section {
    font-size: 1.7em;
    font-weight: normal;
    width: auto;
}
.TC_child_section {
    font-size: 1.3em;
    font-weight: normal;
    text-transform: none;
    background-color: #F6FAFD !important;
    margin-left: 20px;
    color: inherit;
    width: auto;
}
.TC_grandchild_section {
    margin-left: 50px;
    font-size: 1.1em;
    width: auto;
    color: inherit;
    font-weight: normal;
    text-transform: none;
    background-color: #F6FAFD !important;
}
.grandchild_section {
    font-size: 1em;
    width: auto;
    color: inherit;
    
    text-transform: none;
    background-color: #F6FAFD !important;
    margin-left: 10px;
}
.child_section {
    font-size: 1.3em;
    width: auto;
    text-transform: none;
    background-color: #F6FAFD !important;
    margin-bottom:10px;
   
}
.handbook_content {
    margin-left: 10px;
}
.HB_section {
    font-weight: bold;
    margin: 20px 0 20px 0;
}
.handbook_body ul {
    list-style-type: disc;
    margin-left: 40px;
    overflow: inherit;
}
.handbook_indent {
    margin-left: 20px;
}
/*input[value="Yes"] {
    text-align: center;
    background-color: #3CBEB6 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 6px;
    color: #FFFFFF !important;
    border: 1px solid #E5E5E7;
    font-weight:bold;
    text-transform:uppercase;
    display:block;
    font: -webkit-small-control;
    font: inherit;
    -webkit-appearance: none;
}*/
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.HB_edit_GC {
    margin-left: 10px;
}

/*Roles styling*/
    .OrderList {
        width: 100%;
        padding: 20px;
        list-style: none;
    }

     .OrderList li {
            width: 100%;
            display: block;
            overflow: auto;
        }

    .OrderList li div {
            float: left;
            display: block;
            overflow: auto;
            width: 15%;
            box-sizing: border-box;
            padding: 5px;
        }
    .contact_form {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        padding: 40px;
    }
    .contact_mail_phone_container {
        margin-left: 40px;
        width: 25%;
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
    }
    #SearchContainer #Profile-Notification {
        display: block;
        width: 100%;
    }
    .search_button {
        font-family: 'Open Sans', sans-serif;
        color: white;
        background-color: #3CBEB6;
        border: 1px solid transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 3px 15px;
        -webkit-appearance: none;
    }
    li#remove_role {
        padding: 5px 10px 5px 5px!important;
        border-radius: 5px;
        width: auto;
        min-width: 30px;
        display: inline-block;
        text-align: center;
        background-color: #3CBEB6 !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        color: #FFFFFF !important;
        margin: 15px 0px 5px 0;
        border: 1px solid #E5E5E7;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px 0px;
        /* font: -webkit-small-control; */
        font: inherit;
    }
    li#remove_role a {
        font-weight: 900;
        color: #ffffff;
        margin-right: 15px;
    }
    .ddacctheader {
        width: 100% !important;
    }
    .ddacctheader-1 {
        width: 100% !important;
    }
    .ddacctheader2 {
        width: 100% !important;
    }
    .Remove-Icon {
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIyLjU0MzEyOTk5NDU5MjE2RS0wNiAtMC4xOTQ2NTU5OTk1NDEyODMgMTEzLjUyNjk5Nzg4NDExNiAxMTMuNTI3NjU2MTgyNjQ3IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImRlZjAiIHgxPSIwLjQ5OTk5NSIgeDI9IjAuNDk5OTk1IiB5MT0iMS43Mzc3OUUtMDYiIHkyPSIxLjAwMDAxIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNGMjdFNUUiLz48c3RvcCBvZmZzZXQ9IjAuNSIgc3RvcC1jb2xvcj0iI0VCMUMyNCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0NFMjIyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnPjxwYXRoIGQ9Ik0yLjU0MzEzRS0wNiw4Ny41MzQ3TDMwLjk2NCw1Ni41NjQgMi41NDMxM0UtMDYsMjUuNjAxMyAyNS43OTczLC0wLjE5NDY1NiA1Ni43NjI3LDMwLjc3MDcgODcuNzI2NywtMC4xOTQ2NTYgMTEzLjUyNywyNS42MDEzIDgyLjU2MjcsNTYuNTY5MyAxMTMuNTI3LDg3LjUzNDcgODcuNzI2NywxMTMuMzI5IDU2Ljc2NjcsODIuMzY0IDI1Ljc5NzMsMTEzLjMzMyAyLjU0MzEzRS0wNiw4Ny41MzQ3eiIgZmlsbD0iIzk5MDAwMCIvPjxwYXRoIGQ9Ik0xMTEuNjQxLDg3LjUzNDFMODAuNjc2OCw1Ni41NzAxIDExMS42NDEsMjUuNjAyMSA4Ny43MjYxLDEuNjkwMTQgNTYuNzYzNSwzMi42NTU1IDI1Ljc5NjgsMS42OTAxNCAxLjg4NDgsMjUuNjAyMSAzMi44NTAxLDU2LjU2NDggMS44ODQ4LDg3LjUzNDEgMjUuNzk2OCwxMTEuNDQ3IDU2Ljc2NzUsODAuNDc4MSA4Ny43MjYxLDExMS40NDMgMTExLjY0MSw4Ny41MzQxeiIgZmlsbD0idXJsKCNkZWYwKSIvPjxwYXRoIGQ9Ik01My41NTA3LDQyLjE1OTdDNjkuOTc3MywzNi45MTg0LDg2LjI5ODcsMzUuMDc4NCwxMDEuMDM2LDM2LjIwNzdMMTExLjY0LDI1LjYwMjQgODcuNzI2NywxLjY5MDQgNTYuNzYyNywzMi42NTU3IDI1Ljc5NzMsMS42OTA0IDEuODg1MzQsMjUuNjAyNCAyOS4wMzQ3LDUyLjc0OTFDMzYuNTE4Nyw0OC41NjUxLDQ0LjczODcsNDQuOTcxNyw1My41NTA3LDQyLjE1OTd6IiBmaWxsPSIjRkZGRkZGIiBzdHlsZT0iZmlsbC1vcGFjaXR5OjAuMTAxOTYwNzg0MzEzNzI1Ii8+PC9nPjwvc3ZnPg==');
        background-repeat: no-repeat;
        background-size: contain;
        height: 15px;
        display: block;
        fill: red;
        color: red;
    }
    .PO_edit_icon {
        width: 20px;
    }
    .order_total {
        font-weight: bold; 
        float: right;
    }
    .BCOrderList li div.acct_history_width {
        margin-top: 5px;
    }
    .BCOrderList li div.acct_history_width_short {
        margin-top: 5px;
    }
    .BCOrderList li div.acct_history_width_medium {
        margin-top: 5px;
    }
    .BCOrderList li div.acct_history_width_long input 
     {
        max-width: 100%;
    }
    select#Employees {
        width: 20%;
    }
    /*select#VendorList {
        width: 20%;
    }*/
    .rei_item_width {
        width: 16% !important;
    }
    .show-mobile {
        display: none !important;
    }
    .remove-button {
       background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAwIDUwMCIgaWQ9IkxheWVyXzEiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxjaXJjbGUgY3g9IjI0OS45IiBjeT0iMjUwLjQiIHI9IjIwNC43IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxjaXJjbGUgY3g9IjI0OS45IiBjeT0iMjQ3LjQiIGZpbGw9IiNGRkZGRkYiIHI9IjE4MS44IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMjIiIHgxPSIxNjIiIHgyPSIzMzcuOCIgeTE9IjE1OS41IiB5Mj0iMzM1LjMiLz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIyIiB4MT0iMzM3LjgiIHgyPSIxNjIiIHkxPSIxNTkuNSIgeTI9IjMzNS4zIi8+PC9zdmc+');
       background-repeat: none;
    }
    .page_header {
        margin-bottom: 30px;
    }
    .secondary_header {
        margin: 20px 0 10px 0;
        font-size: 1.5em;
        font-weight: normal;
    }
    .arrow-right {
width: 0;
height: 0;
border-style: solid;
border-width: 2.5px 0 2.5px 5px;
border-color: transparent transparent transparent #00050a;
}

input[name="depoAmount"] {
    border: 1px solid #E5E5E7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
    -webkit-appearance: none;
     width: 75%;
     background-color: #ffffff;
}

input[name="routingNumber"] {
    /*width: 100%;*/
    border: 1px solid #E5E5E7;
}
input[name="routNumber"] {
    width: 100%;
    border: 1px solid #E5E5E7;
}
input[name="partialAmount"] {
    width: 100%;
    border: 1px solid #E5E5E7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
    -webkit-appearance: none;
     background-color: #ffffff;
}
.dollar_sign {
    position: relative;
}
.dollar_sign:before {
     position: absolute;
     top: 0;
     content:"$";
     padding-left: 5px;
}
.dollar_sign input {
    padding-left: 20px;
}

.percent_sign {
    position: relative;
}
.percent_sign:before {
     position: absolute;
     top: 0;
     content:"%";
     padding-left: 5px;
     right: 5px;
}
.percent_sign input {
    padding-right: 20px;
    text-align: end;
}
.AdminButton {
    float: right; 
    
    background-color: red!important;
}
.fixed_bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 40px 40px 0;
}
.report_list a {
    color: #231F20;
}

.departmentslist a {
    color: #231F20;
}
/*.MenuProfile #MenuName {
    color: #231F20;
}*/
.page_header_welcome {
        font-size: 3.1em;
}
.welcome-input input {
    margin-bottom: 0;
}

.reporting_admin_individual_section {
    width: 48%;
    display: inline-block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vert-align-label {
    margin-top: 5px;
}
input[type=number] {
    text-align: left;
}

.ProgressReportRecordData{
    text-align: center;
}
select#HealthPlanDropDown1 {
    max-width: 250px;
}

.MyTable .header {
background-color: rgba(0, 0, 0, 0);
background-image: none;
background-repeat: repeat;
background-size: auto;
color: rgb(60, 190, 182);
height: auto;
}

.MyTable .header:hover {
cursor: pointer;
}


/*handbook CSS*/

.handbook-header
    {
        background-image: url('Images/handbook-header-bg.jpg');   
        background-size: cover; 
        background-position: 0px -90px;
        width: 115%;
        margin-top: -50px;
        margin-left: -50px; 
        min-height: 175px; 

    }
.handbook-header h1 {
    color: #ffffff;
    font-size: 2em;
    margin-top: 10px;
    margin-left: -20px;

}
.handbook-header p {
    margin-top: 60px;
    margin-left: -20px;
    font-size: 1.2em;
    color: #ffffff;
    font-weight: normal;
}
.handbook-category {
    background-color:#3CBEB6;
    color: #ffffff;
    font-size: 28px;
}
.handbook-row{
    /*height: 60px;*/
    padding: 10px;
}
.handbook-section {
    font-size: 18px;
    color: black;
    font-weight: 700;
    /*white-space: nowrap;*/
}
/*.handbook-section:hover {
    background-color: #e7e7e7;
}*/
.handbook-content {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    min-width: 100%;
}
.BCPageContainer-Handbook {
    height: auto;
    min-height: 575px;
    display: block;
    overflow: hidden;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 50px;
}




/* #Media Queries
================================================== */

@media only screen and (max-width: 1399px) {
     a.readmore {
        float: none;
    }
    /*.news_header_and_summary {
        width: 400px;
    }*/
    .wrapper {
        width: 1194px;
        min-width: 1194px;
    }

    .body {
        width: 964px;
        margin: 10px 0px 10px 10px;
    }

    #halfsizegroup1 {
        float: left;
        margin: 0px 0px 0px 0px;
    }

    #halfsizegroup2 {
        float: left;
        margin: 0px 0px 0px 0px;
    }

    #halfsizegroup3 {
        float: left;
        margin: 0px 0px 0px 0px;
    }

    .body #HomeNav #FormsBox {
        float: left;
        margin: 0px 10px 10px 0px;
        width: 231px;
        height: 272px;
    }

    .body #HomeNav #ReportsBox {
        float: none;
        margin: 0px 10px 10px 0px;
        width: 231px;
        height: 272px;
    }

    .body #HomeNav #EventBox {
        float: left;
        width: 231px;
        margin: 0px 10px 10px 0px;
        height: 272px;
    }

    .body #HomeNav #InfographicsBox {
        float: left;
        width: 231px;
        margin: 0px 10px 10px 0px;
        height: 272px;
    }

    .body #HomeNav #SocialBox, .body #HomeNav #DirectoryBox {
        float: left;
        width: 231px;
        margin: 0px 0px 0px 0px;
        height: 272px;
    }

    .body #HomeNav #CalendarBox {
        width: 231px;
        margin: 0px 10px 10px 0px;
    }

    .body #HomeNav #MPDDashboardBox, .body #HomeNav #PhoneListBox {
        width: 231px;
        margin: 0px 10px 10px 0px;
    }

    .body #HomeNav #DepartmentsBox, .body #HomeNav #NewsBox {
        width: 231px;
        margin: 0px 10px 10px 0px;
    }

    .PageContainer .DeptPageImageBanner #FinanceBanner {
        position: absolute;
        right: -15%;
        width: auto;
    }

    .PageContainer .DeptPageImageBanner #LeadershipBanner {

    }

    .PageContainer .DeptPageImageBanner #ChurchesBanner {

    }

    .PageContainer .DeptPageImageBanner #HumanResourcesBanner {

    }

    .PageContainer .DeptPageImageBanner #CommBanner {

    }

    .PageContainer .DeptPageImageBanner #ITBanner {

    }

    .PageContainer .DeptPageImageBanner #PartnerCareBanner {
        position: absolute;
        right: -10%;
    }

    .PageContainer .DeptPageImageBanner #MissionsBanner {

    }
}

@media only screen and (max-width: 1224px) {
    
    .BCPageContainer-Handbook {
        height: auto;
        min-height: 575px;
        display: block;
        overflow: hidden;
        background-color: #FFFFFF;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 10px;
        padding: 30px;
    }
    .BCPageContainer1 {
        width: 95%;
    }
    .wrapper_full {
        width: 90%;
    }

    .routing_number {
        display: none !important;
    }
    .BCOrderList li div.acct_history_width {
        width: 14% !important;
    }
        .BC_dept, .BC_projcode {
        display: none!important;
    }
    .BCOrderList li div {
        width: 20%;
    }
    .DefaultContactInfoContainer {
        margin-right: 40%;
        margin-bottom: 5%;
    }
    .ContactInfoContainer {
        float: none;
        margin-bottom: 10%;
        margin-left: 40px;
    }
    .PageContainer .ImageContainer {
        margin: 5px 10px 70px 0px;
    }

    a.readmore {
        float: none;
    }
    /*.news_header_and_summary {
        width: 400px;
    }*/
    .wrapper {
        width: 1024px;
        min-width: 1024px;
    }

    .body {
        width: 798px;
        margin: 8px 0px 8px 8px;
    }

    #halfsizegroup1 {
        float: left;
        margin: 0px 0px 8px 8px;
    }

    #halfsizegroup2 {
        float: left;
        margin: 0px 0px 0px 8px;
    }

    #halfsizegroup3 {
        float: left;
        margin: 0px 0px 0px 8px;
    }

    .body #HomeNav #FormsBox {
        float: none;
        margin: 0px 0px 8px 0px;
        width: 260px;
        height: 273px;
    }

    .body #HomeNav #ReportsBox {
        float: none;
        margin: 0px 0px 0px 0px;
        width: 260px;
        height: 273px;
    }

    .body #HomeNav #EventBox {
        float: none;
        width: 260px;
        margin: 0px 0px 8px 0px;
        height: 273px;
    }

    .body #HomeNav #InfographicsBox {
        float: none;
        width: 260px;
        margin: 0px 0px 8px 0px;
        height: 273px;
    }

    .body #HomeNav #SocialBox, .body #HomeNav #DirectoryBox {
        float: none;
        width: 260px;
        margin: 0px 0px 0px 0px;
        height: 273px;
    }

    .body #HomeNav #CalendarBox {
        width: 260px;
        margin: 0px 0px 8px 8px;
    }

    .body #HomeNav #MPDDashboardBox, .body #HomeNav #PhoneListBox {
        width: 260px;
        margin: 0px 0px 8px 0px;
    }

    .body #HomeNav #NewsBox {
        width: 260px;
        margin: 0px 0px 0px 8px;
    }

    .body #HomeNav #DepartmentsBox {
        width: 260px;
        margin: 0px 0px 0px 0px;
    }

    .PageContainer .DeptPageImageBanner #FinanceBanner {
        position: absolute;
        right: -15%;
        width: auto;
    }

    .PageContainer .DeptPageImageBanner #LeadershipBanner {

    }

    .PageContainer .DeptPageImageBanner #ChurchesBanner {

    }

    .PageContainer .DeptPageImageBanner #HumanResourcesBanner {

    }

    .PageContainer .DeptPageImageBanner #CommBanner {

    }

    .PageContainer .DeptPageImageBanner #MPDBanner {
        position: absolute;
        right: -8%;
    }

    .PageContainer .DeptPageImageBanner #PartnerCareBanner {
        position: absolute;
        right: -10%;
    }

    .PageContainer .DeptPageImageBanner #MissionsBanner {

    }
}

@media only screen and (max-width: 1024px) {
    .breadcrumbs {
    margin: 5px auto;
    width: 90%;
}
    .BCPageContainer1 {
        width: 90%;
        margin: 5px auto;
        
    }
    .BCPageContainer {
        width: 90%;
        margin: 5px auto;
    }
    .BCPageContainer-SPGW {
        width: 100%;
    }
    .DefaultContactInfoContainer {
        margin-right: 5%;
    }
    .PageContainer .DeptPageImageBanner #MPDBanner {
        top: -24%;
        right: 0;
    }
    .PageContainer .ImageContainer {
        margin: 5px 10px 60px 0;
    }
    .PageContainer .DeptPageImageBanner {
        max-height: 195px;
    }
    .header #Logo {
        width: 252px;
    }

    .header #Title {
        margin-left: 20px;
    }

    .wrapper {
        width: 100%;
        min-width: 960px;
    }

    .menu {
        float: none;
        width: 100%;
        height: auto !important;
        clear: both;
        overflow: hidden;
        position: relative;
        border-radius: 0;
    }

        .menu #Menu {
            width: 928px;
            margin: 0px 16px;
        }

            .menu #Menu ul {
                width: 692px;
                float: left;
                margin: 16px 0px 16px 16px;
            }

                .menu #Menu ul li {
                    float: left;
                    clear: none;
                }

        .menu #MenuName {
            margin: 0px auto;
        }

        .menu .ImageRing {
            margin: 16px auto 0px;
        }

    .MenuProfile {
        width: 220px;
        float: left;
    }

    .body {
        width: 960px;
        float: none;
        position: relative;
        margin: 15px auto;
    }

    #halfsizegroup1 {
        float: left;
        margin: 0px 0px 15px 15px;
    }

    #halfsizegroup2 {
        float: left;
        margin: 0px 0px 0px 15px;
    }

    #halfsizegroup3 {
        float: left;
        margin: 0px 0px 0px 15px;
    }

    .body #HomeNav #FormsBox {
        float: none;
        margin: 0px 0px 15px 0px;
        width: 310px;
        height: 269.5px;
    }

    .body #HomeNav #ReportsBox {
        float: none;
        margin: 0px 0px 0px 0px;
        width: 310px;
        height: 269.5px;
    }

    .body #HomeNav #EventBox {
        float: none;
        width: 310px;
        margin: 0px 0px 15px 0px;
        height: 269.5px;
    }

    .body #HomeNav #InfographicsBox {
        float: none;
        width: 310px;
        margin: 0px 0px 15px 0px;
        height: 269.5px;
    }

    .body #HomeNav #SocialBox, .body #HomeNav #DirectoryBox {
        float: none;
        width: 310px;
        margin: 0px 0px 0px 0px;
        height: 269.5px;
    }

    .body #HomeNav #CalendarBox {
        width: 310px;
        margin: 0px 0px 15px 15px;
    }

    .body #HomeNav #MPDDashboardBox, .body #HomeNav #PhoneListBox {
        width: 310px;
        margin: 0px 0px 15px 0px;
    }

    .body #HomeNav #NewsBox {
        width: 310px;
        margin: 0px 0px 0px 15px;
    }
    .body #HomeNav #DepartmentsBox {
        width: 310px;
        margin: 0px 0px 0px 0px;
    }

    .PageContainer .DeptPageImageBanner #FinanceBanner {
        right: -10%;
    }

    .PageContainer .DeptPageImageBanner #LeadershipBanner {
        height: 100%;
        width:100%;
    }

    .PageContainer .DeptPageImageBanner #ChurchesBanner {
        height: 100%;
        width: 100%;
    }

    .PageContainer .DeptPageImageBanner #HumanResourcesBanner {
        height: 125%;
        width: 100%;
    }

    .PageContainer .DeptPageImageBanner #CommBanner {
        height: 100%;
        width: 100%;
    }

    .PageContainer .DeptPageImageBanner #ITBanner {
        height: 100%;
        width: 100%;
    }

    .PageContainer .DeptPageImageBanner #PartnerCareBanner {
        height: 125%;
        width: 100%;
        right: 0;
    }

    .PageContainer .DeptPageImageBanner #MissionsBanner {
        height: 125%;
        width: 100%;
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 980px) {
    .BCButton {
        padding: 5px 15px;
    }
    .BCPageContainer {
        padding: 5%;
    }
    .BCPageContainer-SPGW {
        padding: 5%;
    }
    .BCPageContainer1 {
        padding: 5%;
    }
    .DefaultContactInfoContainer {
        margin-right: 40%;
        margin-bottom: 7%;
    }
    .PageContainer .DeptPageImageBanner #MPDBanner {
        top: -13%;
        right: -12%;
    }
    .PageContainer .DeptPageImageBanner #FinanceBanner {
        right: -20%;
    }
    .PageContainer .ImageContainer {
        margin: 5px 10px 65px 0px;
    }
    /*.news_header_and_summary {
        width: 350px;
    }*/

    .header #Logo {
        width: 250px;
    }

    .header #Title {
        margin-left: 20px;
    }

    .wrapper {
        width: 100%;
        min-width: 100%;
    }

    .menu {
        width: 100%;
    }

        .menu #Menu {
            width: 768px;
            margin: 0px;
        }

            .menu #Menu ul {
                width: 509px;
                float: left;
                margin: 9px 0px 9px 9px;
            }

                .menu #Menu ul li {
                    float: left;
                    clear: none;
                    width: 250px;
                }

        .menu #MenuName {
            margin: 0px auto;
        }

        .menu .ImageRing {
            margin: 5px auto;
        }

        .menu .ImageContainer {
            margin: 5px auto;
        }

    .MenuProfile {
        width: 250px;
        float: left;
        margin: 32px 0px;
    }

    .body {
        width: 768px;
        float: none;
        position: relative;
        margin: 9px auto;
    }

        .body #HomeNav .box-title span {
            font-size: 24px;
        }

        .body #HomeNav #snapshot #snapshot-header {
            font-size: 18px;
        }

    #halfsizegroup1 {
        float: left;
        margin: 0px 0px 9px 9px;
    }

    #halfsizegroup2 {
        float: left;
        margin: 0px 0px 0px 9px;
    }

    #halfsizegroup3 {
        float: left;
        margin: 0px 0px 0px 9px;
    }

    .body #HomeNav #FormsBox {
        float: none;
        margin: 0px 0px 9px 0px;
        width: 250px;
        height: 272.5px;
    }

    .body #HomeNav #ReportsBox {
        float: none;
        margin: 0px 0px 0px 0px;
        width: 250px;
        height: 272.5px;
    }

    .body #HomeNav #EventBox {
        float: none;
        width: 250px;
        margin: 0px 0px 9px 0px;
        height: 272.5px;
    }

    .body #HomeNav #InfographicsBox {
        float: none;
        width: 250px;
        margin: 0px 0px 10px 0px;
        height: 272.5px;
    }

    .body #HomeNav #SocialBox, .body #HomeNav #DirectoryBox {
        float: none;
        width: 250px;
        margin: 0px 0px 0px 0px;
        height: 272.5px;
    }

    .body #HomeNav #CalendarBox {
        width: 250px;
        margin: 0px 0px 9px 9px;
    }

    .body #HomeNav #MPDDashboardBox, .body #HomeNav #PhoneListBox {
        width: 250px;
        margin: 0px 0px 9px 0px;
    }

    .body #HomeNav #DepartmentsBox, .body #HomeNav #NewsBox {
        width: 250px;
        margin: 0px 0px 0px 0px;
    }

    .body #HomeNav #NewsBox {
        width: 250px;
        margin: 0px 0px 0px 8px;
    }

    .PageContainer .PageImageBanner #FinanceBanner {

    }

    .PageContainer .PageImageBanner #LeadershipBanner {

    }

    .PageContainer .PageImageBanner #ChurchesBanner {

    }

    .PageContainer .PageImageBanner #HumanResourcesBanner {

    }

    .PageContainer .PageImageBanner #CommBanner {

    }

    .PageContainer .PageImageBanner #ITBanner {

    }

    .PageContainer .PageImageBanner #PartnerCareBanner {

    }

    .PageContainer .PageImageBanner #MissionsBanner {

    }
}
 @media only screen and (max-width : 992px) {
         /*input[name="routingNumber"] {
    width: 33%;
    }*/ 
          input[name="routNumber"] {
    width: 33%;
    } 
    
 }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {

    .handbook-header h1 {
        margin-left: -115px;
    }
    .handbook-header p {
        margin-left: -115px;
    }

    .handbook-header {
        width: 140%;
        background-repeat: no-repeat;
        background-position: 0 -55px;
    }
    .AdminButton {
        display: block;    
    }
    #PO_edit_icon {
        width: 60% !important;
    }
    .BCOrderList li div.acct_history_width {
        width: 16%;
    }
    .paystub {
        width: 25%;
    }
    ul#Newsletter_List li {
        width: 25%;
    }
    ul#Newsletter_List li p {
        font-size: 1em;
    }
    ul#Newsletter_List .ImageContainer {
        width: 75px;
        height: 75px;
        border-radius: 50px;
        margin: 0 auto;
    }
    ul#Newsletter_List .ImageContainer svg {
        width: 75px;
        height: 75px;
    }
    ul#Newsletter_List .ImageContainer img {
        width: 75px;
        height: 75px;
    }
    #UploadNewsletterMasterDivNew {
        display: none;
    }
    #SocialProfileSettings form input {
        width: 75%;
        margin-right: 25%;
    }
        .BC_completed_orders {
        font-size: .9em;
    }

    /*.BCPageContainer {
        font-size: .9em;
    }*/
    .page_header_welcome {
        font-size: 2.5em;
    }
    .BCPageContainer1 h1 {
        font-size: 2.5em;
    }
    /*.BCOrderList li {
        font-size: .8em;
    }*/
    /*.BCButton {
        font-size: .8em;
    }*/
    .help_search {
          float: left;
          width: 100%;
          margin-bottom: 5%;
    }
    .contact_mail_phone_container {
        margin-bottom: 30px;
        width: 50%;
    }
    .DefaultContactInfoContainer {
        margin-right: 25%;
        margin-left: 25%;
    }
        .menu ul li a .title-icon-white {
    }
    .menu #Menu ul li {
        float: left;
        width: 49%;
    }

    .menu #Menu ul li:last-child {
        margin-bottom: 10px;
    }
    .PageContainer .ImageContainer {
        margin: 5px 10px 85px 0;
    }

        .mobile_menu {
        display: normal;
        background-color: #2C2F3E;
        color: white;
        height: auto;
        width: 100%;
        display: block;
    }
    #nav-toggle {
        display: inline-block;
        margin-left: 10px;
        border: 1px solid #ffffff;
        padding: 5px;
        font-size: 16px;
        margin: 7px 0 7px 15px;
        font-weight: 600;
        cursor: default;
    }
        .MobileMenu {

    }
        .menu #Menu {
            width: 100%;
            margin: 0px;
            text-align: center;
            display: none;
            }

            .menu #Menu ul {
                float: none;
                margin: 30px auto 0;
                width: 80%;
            }
            .menu ul li a span {
                float : none; 
            }

                .menu #Menu ul li {
                    text-align: left;
                }
                .menu ul li a {
                    width: 100%;
                }

        .menu #MenuName {
            margin: 0px auto;
        }
    .error_page img {
        width: 365px;
    }
    .error_page p {
        font-size: 1.1em;
    }
    .dept_title {
        font-size: 40px;
    }
    .PageContainer .news_section {
        padding: 20px 7%;
    }
    /*.news_header_and_summary {
        width: 295px;
    }*/
        #Profile-Container #Profile-Header {
        height: auto;
        display: inline-block;
    }
    .header #Logo {
        display: none;
    }

    .header #Title {
        margin-left: 20px;
        font-size: 44px;
    }

    .wrapper {
        width: 100%;
        min-width: 475px;
    }

    .menu {
        width: 100%;
        /*padding-bottom: 15px;*/
    }

        .menu #Menu {
            width: 100%;
            margin: 0px;
        }

        .menu #MenuName {
            margin: 0px auto 25px auto;
            width: auto;
        }

        .menu .ImageRing {
            margin: 5px auto;
        }

        .menu .ImageContainer {
            margin: 5px auto;
        }

    .MenuProfile {
        width: 49%;
        float: left;
        margin: auto 25%;
    }

    .body {
        width: 93%;
        float: none;
        position: relative;
        margin: 9px auto;
    }

    #halfsizegroup1 {
        width: 48%;

        float: right;
        margin: 0px 0px 9px 0px;
    }

    #halfsizegroup2 {
        width: 48%;
        float: left;
        margin: 0px 0px 0px 0px;
    }

    #halfsizegroup3 {
        width: 48%;
        float: right;
        margin: 0px 0px 0px 0px;
    }

    .body #HomeNav #FormsBox {
        float: none;
        margin: 0px 0px 9px 0px;
        width: 100%;
    }

    .body #HomeNav #ReportsBox {
        float: none;
        margin: 0px 0px 0px 0px;
        width: 100%;
    }

    .body #HomeNav #EventBox {
        float: none;
        width: 100%;
        margin: 0px 0px 9px 0px;
    }

    .body #HomeNav #InfographicsBox {
        float: none;
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .body #HomeNav #SocialBox, .body #HomeNav #DirectoryBox {
        float: none;
        width: 100%;
        margin: 0px 0px 0px 0px;
    }

    .body #HomeNav #CalendarBox {
        width: 48%;
        float: left;
        margin: 0px 0px 9px 0px;
        clear: both;
    }

    .body #HomeNav #MPDDashboardBox, .body #HomeNav #PhoneListBox {
        width: 48%;
        float: left;
        margin: 0px 0px 9px 0px;
    }

    .body #HomeNav #DepartmentsBox, .body #HomeNav #NewsBox {
        width: 48%;
        float: right;
        margin: 0px 0px 9px 0px;
    }


    .directory .recordfirst .ContactInfo {
        display: none;
    }

    .directory .record .Name {
        width: 60%;
    }

    .directory .record .Location {
        width: 40%;
    }

    .directory .recordfirst .Name {
        width: 60%;
    }

    .directory .recordfirst .Location {
        width: 40%;
    }

    .directory .record .ContactInfo {
        display: none;
    }

    .PageContainer .PageImageBanner {
        height: auto;
        max-height: 300px;
    }

        .PageContainer .PageImageBanner img {
            position: relative;
        }
        .PageContainer .DeptPageImageBanner #MPDBanner {
        right: -30%;
    }
    .PageContainer .DeptPageImageBanner #HumanResourcesBanner {
        height: 115%;
        width: 125%;
    }
    .PageContainer .DeptPageImageBanner #FinanceBanner {
        right: -43%;
    }

        .PageContainer .PageImageBanner #LeadershipBanner {

        }

        .PageContainer .PageImageBanner #ChurchesBanner {

        }

        .PageContainer .PageImageBanner #CommBanner {

        }

        .PageContainer .PageImageBanner #ITBanner {
 
        }

        .PageContainer .PageImageBanner #PartnerCareBanner {
            width: 110%;
        }

        .PageContainer .DeptPageImageBanner #MissionsBanner {
            width: 125%;
        }
        #Profile-Container #Profile-Header .SocialMedia {
            float: left;
            margin-top: 20px;
            position: inherit;
        }
        #Profile-Container #Profile-Header .ProfileName {
            float:none;
            width: 100%;
        }
        #Profile-Container .Profile-Section .Profile-Section-Header {
            text-align: center;
            padding: 20px 0;
            line-height: 35px;
            font-size: 24px;
        }
        .footer_link {
            margin: 0 auto;
            display: table;
        }
        .footer_logo img {
            margin: 10px 40px;
        }
            ul.BCOrderList li.hide-mobile {
        display: none;
    }
    ul.BCOrderList li div.hide-mobile {
        display: none;
    }
    .BCOrderList li .show-mobile
     {
        display: inline-block !important;
        float: none !important;
    }
            .BCPageContainer .BCOrderList li div {
        width: 100% !important;
    }
    .BCPageContainer-SPGW .BCOrderList li div {
        width: 100% !important;
    }
             .BCPageContainer1 .BCOrderList li div {
        width: 100% !important;
    }
                 .reporting_admin_individual_section {
    width: 100%;
    display: inline-block;
}
                         .ProgressReportRecordData{
    text-align: left;
}
}

@media only screen and (max-width: 605px) {

    .handbook-header h1 {
        margin-left: -90px;
    }
    .handbook-header p {
        margin-left: -90px;
    }
    .order_total {
        float: none;
    }
    .editor-field input {
        width: 75%;
    }
    ul#Newsletter_List li {
        width: 33%;
    }
    .BC_amount {
        display: none!important;
    }
    .BCOrderList li div {
        width: 24%;
    }
    .DefaultContactInfoContainer  {
        margin-right: 10%;
    }
    .news_thumb {
        width: 90px;
    }
    .dept_page_individual_section {
        line-height: 1.4;
    }
        .PageContainer .ImageContainer {
        margin: 10px 10px 96px 0;
    }

    #Profile-Container .Profile-Section .Profile-Section-Header {
        font-size: 18px;
    }
    .profile_last_updated_text {
        line-height: 1.5;
    }
    body {
        font-size: 14px;
    }
    .body #HomeNav #CalendarBox {
        font-size: 14px;
    }
    .AssignmentName {
        font-size: 16px;
    }
    .directory .record .ImageContainer, .Profile-Section-Content .ImageContainer {
        width: 50px;
        height: 50px;
        margin: 10px 10px 5px 0px;
    }
    .directory .ImageContainer svg, .Profile-Section-Content .ImageContainer svg {
        width: 40px;
        height: 40px;
    }
    #Profile-Container #Profile-Header .ProfileName #ProfileName {
        font-size: 48px;
    }
    #Profile-Container #Profile-Header .ProfileName #ProfileTitle {
        font-size: 16px;
    }
    #Profile-Container #Profile-Header .ImageContainer {
        width: 160px;
        height: 160px;
        margin: 30px;
    }
    #Profile-Container #Profile-Header .ImageContainer img, #Profile-Container #Profile-Header .ImageContainer svg {
        width: 160px;
        height: 160px;
    }
    .PageContainer .EmployeeName {
        font-size: 25px;
    }
    .PageContainer .DeptPageImageBanner {
        max-height: 150px;
    }
    .PageContainer .DeptPageImageBanner #CorpAdminBanner {
        height: 100%;
        width: 100%;
    }
    .PageContainer .DeptPageImageBanner #newsbanner {
        height: 100%;
    }
    .dept_title {
        font-size: 36px;
    }
    .PageContainer .DeptPageImageBanner #FinanceBanner {
        right: -13%;
        width: 125%;
        height: 100%;
    }
    .PageContainer .DeptPageImageBanner #HumanResourcesBanner {
        height: 120%;
    }
    #MPDBanner {
        position: relative;
        right: 60%;
    }
    /*.news_header_and_summary {
        width: 300px;
    }*/
    h2.articleheader {
        font-size: 1.4em;
    }
    .articlesummary {
        font-size: 12px;
    }
    .PageContainer .news_section .image img {
        max-width: 45%;
        padding: 0 0 20px 20px;

    }
    .articletitle {
        font-size: 20px;
    }
    /*.article_date {
        font-size: 10px;
    }*/
    .PageContainer .dept_section {
        padding: 20px 8%; 
    }
    .SearchName {
        font-size: 16px;
    }
    .SearchTitle {
        font-size: 12px;
    }
    .directory .record .Location {
        font-size: 12px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 605px) and (orientation: landscape) {
     #Profile-Container #Profile-Header {
        text-align:center;
    }
    #Profile-Container #Profile-Header .ProfileName #ProfileName {
        font-size: 46px;
        width: 100%;
        margin: 0;
        display: inline-block;
    }

    #Profile-Container #Profile-Header .ProfileName #ProfileTitle {
        line-height: 0;
    }

    #Profile-Container #Profile-Header .ImageContainer {
        width: 72%;
        height: 72%;
        margin: 15%;
    }
    #Profile-Container #Profile-Header .ImageRing {
        display: inline-block;
        float: none;
    }
    .menu #Menu ul {
                width: 98%;
                margin: 10px 1%;
    }
    .error_page img {
        width: 200px;
    }
    .error_page p {
        font-size: 1em;
    }
    .error_page h2 {
        font-size: 27px;
    }
    .resource_title {
        font-size: 22px !important;
    }
    .news_section img {
        display: none;
    }
    .news_section {
        font-size: .9em;
    }
    .more_articles_button {
        float: none;
        width: 35%;
    }
    .articlelist, .MediaList {
        margin: 15px auto;
        width: 85%;
    }
    .news_header_and_summary {
        margin: 0;
    }
    h2.articleheader {
        font-size: 1.5em;
    }
    #EditProfile {
        float:none;
    }
    #Profile-Container #Profile-Header .ProfileName #ProfileTitle {
        display: inline-block;
    }
    .header {
       text-align: center;
    }
    .header #Title {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        margin: 0;
        display: inline-block;
        font-size: 30px;
    }

    .header #Title img {
        max-width: 80%;
    }
    .wrapper {
        width: 100%;
        height: auto;
        min-width: inherit;
    }

    .menu {
        width: 100%;
    }


        .menu .ImageRing {
            margin: 0 auto;
            padding-top: 5px;
            float:none;
        }

        .menu .ImageContainer {
            margin: 5px auto;
        }
    .menu ul li a {
        width: 100%;
    }
    .menu ul li a span {

        float: none;
    }

    .body {
        width: 98%;
        float: none;
        position: relative;
        margin: 5px auto;
    }

    #halfsizegroup1 {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    #halfsizegroup2 {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    #halfsizegroup3 {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #FormsBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #ReportsBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #EventBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #InfographicsBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }


    .body #HomeNav #SocialBox, .body #HomeNav #DirectoryBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #CalendarBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #MPDDashboardBox, .body #HomeNav #PhoneListBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #DepartmentsBox, .body #HomeNav #NewsBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .directory .recordfirst .Name {
        width: 100%;
    }

    .directory .recordfirst .Location, .directory .recordfirst .ContactInfo {
        display: none;
    }


    .directory .record .Name {
        width: 100%;
    }

    .directory .record .Location, .directory .record .ContactInfo {
        display: none;
    }

    .PageContainer .PageImageBanner {
        display: none;
    }

        .PageContainer .PageImageBanner img {
            position: relative;
        }

        .PageContainer .PageImageBanner #FinanceBanner {
            display: none;
        }
        .PageContainer .DeptPageImageBanner img {
            display:none;
        }
        .PageContainer .DeptPageImageBanner {
            display:none;
        }
        .PageContainer ul {
            margin: 40px 0;
        }

        .PageContainer .PageImageBanner #LeadershipBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #ChurchesBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #HumanResourcesBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #CommBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #ITBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #PartnerCareBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #MissionsBanner {
            top: 0;
        }
        .dept_title {
            line-height: normal;
            text-align: center;
        }
        .news_section .dept_title {
            font-size: 25px;
        }
        .news_thumb {
            display: none;
        }
       .PageContainer .dept_section {
            
            line-height: 1.5;
            padding: 20px 7%;
        }
       .PageContainer .news_section {
            text-align: left;
            line-height: 1.7;
            padding: 20px 35px;
        }
    .PageContainer .dept_section .ImageContainer {
        float: none;
        margin: 0 auto;
    }
        .dept_section .dept_page_individual_section {
            margin: 0 0 10px 0 !important;
        }
         .dept_page_individual_name {
            margin: 10px 0 10px 0;
            text-align: center;
        }
         .PageContainer .EmployeeName {
             font-size: 21px;
         }
        .news_section ul {
            margin: 0 30px 40px 30px;
        }
        .news_section ul li {
            display: inline-block;
            width: 100%;
            text-align: left;
        }
        .resource_group {
            margin:0 ;
        }
        #Profile-Container .Profile-Section .Profile-Section-Header {
            width: 100%;
            text-align: center;
            position: relative;
            /*padding: 15px 0 0 0;*/
            border: none;
            line-height: 24px;
        }
        #Profile-Container #Profile-Header .ProfileName {
            float: none;
            display: inline-block;
            height: auto;
            margin-top: -13%;
        }
        #Profile-Container .Profile-Section .Profile-Section-Content {
            float: none;
            position: initial;
            width: 100%;
            padding: 0 10px 10px 10px;

        }
        #ministry_assignment_header {
            margin-bottom: 10px;
        }
        #Profile-Container .Profile-Section .Profile-Section-Content  .personal_information {
            margin-bottom: 10px;
        }
        #Profile-Container .Profile-Section .Profile-Section-Content ul li {
            line-height: 26px;
        }
        #SocialProfileSettings form input {
            margin: 0;
            width: 65%;
            display:inline-block;
            text-align: left;
            float: none!important;
        }
        #Profile-Container #Profile-Header .SocialMedia ul {
            float:none;
            position: inherit;
            display: inline-block;
        }
        #Profile-Container #Profile-Header .SocialMedia {
            bottom: 0;
            right: 0;
            float: none;
            margin-top: 10px;
        }
        #SocialProfileSettings input[value="Update"] {
            -webkit-appearance: none;
    }
        .dept_page_resource_section ul li {
            margin: 0 0 0 5px;
        }
} /*600 landscape ends*/

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {

    .handbook-header h1 {
        margin-left: -40px;
    }
    .handbook-header p {
        margin-left: -40px;
    }
    .page_header {
        font-size: 2.5em;
    }
    .body_full {
        width: 90%;
        background: white;
        border-radius: 5px; 
    }
    .wrapper_full .BCPageContainer {
        padding: 20px;
    }
    .wrapper_full .BCPageContainer-SPGW {
        padding: 20px;
    }
    h2 {
        font-size: 23px;
    }
    .paystub {
        width: 35%;
    }
    ul#Newsletter_List li {
        width: 50%;
    }
    .en_newsletters {
        font-size: 1.7em;
    }
    .BCButton {
    padding: 5px 10px;
    }
    #BusinessCardOrders {
        padding: 10px;
    }
    .BC_title {
        font-size: 1.4em;
    }

    .business-card-form-box .editor-field input {
        width: 240px;
        
    }
    .business-card-form-box {
        margin-left: 20px;
    }
    .ContactInfoContainer {
        margin-left: -100px;

    }

    .upcoming_event_pic {
        position: relative;
    }
    .paystub {
        font-size: .8em;
    }
    .Success {
        width: 35px;
        height: 35px;
        float: none;
        margin: 10px auto 0 auto;
    }
    .Success svg {
        width: 35px;
        height: 35px;

    }
    .message-success {
        line-height: 24px;
        padding: 0 5px;
        text-align: center;
    }
    #Profile-Container #Profile-Header {
        text-align:center;
    }
    #Profile-Container #Profile-Header .ProfileName #ProfileName {
        font-size: 46px;
        width: 100%;
        margin: 0;
        display: inline-block;
    }

    #Profile-Container #Profile-Header .ProfileName #ProfileTitle {
        line-height: 1.5;
    }

    #Profile-Container #Profile-Header .ImageContainer {
        width: 72%;
        height: 72%;
        margin: 15%;
    }
    #Profile-Container #Profile-Header .ImageRing {
        display: inline-block;
        float: none;
    }
    .menu #Menu ul {
                width: 98%;
                margin: 10px 1%;
    }
    .error_page img {
        width: 200px;
    }
    .error_page p {
        font-size: 1em;
    }
    .error_page h2 {
        font-size: 27px;
    }
    .resource_title {
        font-size: 22px !important;
        margin: 10px 0 0 0;
        font-weight: normal;
    }
    .news_section {
        font-size: .9em;
    }
    .more_articles_button {
        float: none;
        width: 152px;
        margin: 0 0 0 15px;
    }
    .articlelist {
        margin: 15px 5%;
        width: 90%;
        padding: 0 0 10px 0;
    }
    .news_header_and_summary {
        margin: 0 auto;
        width: 100%;
    }
    h2.articleheader {
        font-size: 1.5em;
    }
    #EditProfile {
        float:none;
    }
    #Profile-Container #Profile-Header .ProfileName #ProfileTitle {
        display: inline-block;
    }
    .header {
       text-align: center;
    }
    .header #Title {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
        margin: 0;
        display: inline-block;
        font-size: 30px;
    }

    .header #Title img {
        max-width: 80%;
    }
    .wrapper {
        width: 100%;
        height: auto;
        min-width: inherit;
    }

    .menu {
        width: 100%;
    }


        .menu .ImageRing {
            margin: 0 auto;
            padding-top: 5px;
            float:none;
        }

        .menu .ImageContainer {
            margin: 5px auto;
        }
    .menu ul li a {
        width: 100%;
    }
    .menu ul li a span {

        float: none;
    }

    .body {

        float: none;
        position: relative;
        margin: 5px auto;
    }

    #halfsizegroup1 {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    #halfsizegroup2 {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    #halfsizegroup3 {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #FormsBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #ReportsBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #EventBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #InfographicsBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #SocialBox, .body #HomeNav #DirectoryBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #CalendarBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #MPDDashboardBox, .body #HomeNav #PhoneListBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .body #HomeNav #DepartmentsBox, .body #HomeNav #NewsBox {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    .directory .recordfirst .Name {
        width: 100%;
    }

    .directory .recordfirst .Location, .directory .recordfirst .ContactInfo {
        display: none;
    }


    .directory .record .Name {
        width: 100%;
    }

    .directory .record .Location, .directory .record .ContactInfo {
        display: none;
    }

    .PageContainer .PageImageBanner {
        display: none;
    }

        .PageContainer .PageImageBanner img {
            position: relative;
        }

        .PageContainer .PageImageBanner #FinanceBanner {
            display: none;
        }
        .PageContainer .DeptPageImageBanner img {
            display:none;
        }
        .PageContainer .DeptPageImageBanner {
            display:none;
        }
        .PageContainer ul {
            margin: 40px 0;
        }

        .PageContainer .PageImageBanner #LeadershipBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #ChurchesBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #HumanResourcesBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #CommBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #ITBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #PartnerCareBanner {
            top: 0;
        }

        .PageContainer .PageImageBanner #MissionsBanner {
            top: 0;
        }
        .dept_title {
            line-height: normal;
        }
        .news_section .dept_title h2 {
            font-size: 25px;
        }
        .news_thumb {
            display: none;
        }
       .PageContainer .dept_section {
            
            line-height: 1.5;
            padding: 20px 7%;
        }
       .PageContainer .news_section {
            text-align: left;
            line-height: 1.7;
            padding: 20px 35px;
        }
    .PageContainer .dept_section .ImageContainer {
        float: none;
        margin: 0 auto;
    }
        .dept_section .dept_page_individual_section {
            margin: 0 0 20px 0 !important;
        }
         .dept_page_individual_name {
            margin: 10px 0 10px 0;
            text-align: center;
        }
         .PageContainer .EmployeeName {
             font-size: 21px;
         }
        .news_section ul {
            margin: 0 30px 0px 30px;
        }
        /*.news_section ul li {
            display: inline-block;
            width: 100%;
            text-align: left;
        }*/
        .PageContainer .news_section ul {
            list-style: none;
         }
                .PageContainer .news_section ul  {
            list-style-type: disc !important;
            list-style-position: inside;
                }
        #Profile-Container .Profile-Section .Profile-Section-Header {
            width: 100%;
            text-align: center;
            position: relative;
            /*padding: 15px 0 0 0;*/
            border: none;
            line-height: 24px;
        }
        #Profile-Container #Profile-Header .ProfileName {
            float: none;
            display: inline-block;
            height: auto;
            margin-top: -13%;
        }
        #Profile-Container .Profile-Section .Profile-Section-Content {
            float: none;
            position: initial;
            width: 100%;
            padding: 0 10px 10px 10px;

        }
        #ministry_assignment_header {
            margin-bottom: 10px;
        }
        #Profile-Container .Profile-Section .Profile-Section-Content  .personal_information {
            margin-bottom: 10px;
        }
        #Profile-Container .Profile-Section .Profile-Section-Content ul li {
            line-height: 26px;
        }
        #SocialProfileSettings form input {
            margin: 0;
            width: 90%;
            display:inline-block;
            text-align: left;
            float: none!important;
        }
        #Profile-Container #Profile-Header .SocialMedia ul {
            float:none;
            position: inherit;
            display: inline-block;
        }
        #Profile-Container #Profile-Header .SocialMedia {
            bottom: 0;
            right: 0;
            float: none;
            margin-top: 10px;
        }
        #SocialProfileSettings input[value="Update"] {
            -webkit-appearance: none;
    }
        .dept_page_resource_section ul li {
            margin: 0 0 0 5px;
        }
} /*479 media query ends*/

/*@media only screen and (max-width: 320px)  {
    #MainContainer {
        text-align: center;
    }
    .dept_individual_info {
        max-width: 100%;
    }
    .PageContainer .dept_section .ImageContainer {
        float: none;
    }
    .menu #Menu ul {
width: 50%;
float: left;
margin: 10px 25%;
}   
    .menu #MenuName {
        width: auto;
    }
    .error_page img {
        width: 185px;
    }
    .error_page p {
        font-size: .9em;
    }
    h2.articleheader {
        font-size: 1.3em;
    }
    .more_articles_button {
        width: 50%;
    }
    .articlesummary {
        font-size: .9em;
    }
    .news_header_and_summary {
        width: auto;
    }
    #Profile-Container .Profile-Section .Profile-Section-Content {
        overflow: hidden;
    }
    #Profile-Container #Profile-Header {
        height: 100%;
    }
    #Profile-Container #Profile-Header .ImageRing {
            margin: 0 auto;
            padding-top: 5px;
            float:none;
    }
    #Profile-Container #Profile-Header .ProfileName #ProfileName {
        margin: 0;
        font-size: 3.5em;
    }
    #Profile-Container .Profile-Section .Profile-Section-Header {
        padding: 20px 0 0 0;
    }
    #Profile-Container {
        max-width: 320px;
    }
    .Button {
        margin-top: 15px;
    }

}*/
@media print {
  a[href]:after {
    content: none !important;
  }
}

@font-face {
    font-family: 'capsuularegular';
    src: url('Capsuula-webfont.eot');
    src: url('Capsuula-webfont.eot?#iefix') format('embedded-opentype'), url('Capsuula-webfont.woff') format('woff'), url('Capsuula-webfont.ttf') format('truetype'), url('Capsuula-webfont.svg#capsuularegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



