/*
Theme Name: B - Gamma
	Theme URI: 
	Description: Gamma Theme 
	Version: 1.3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
	Based on the HTML5 Theme by Todd Motto (@toddmotto).
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
}
body {
	color:#444;
color:#000;
    font-size: 10px;
    font-weight:400;
    line-height: 13px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: inherit;
	text-decoration:none;
}
a:hover {
    color: inherit;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	max-width: 980px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.prime > .wrapper {
}
#content {
    padding: 20px 0;
}
/* header */
.header {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 5000;
}
.header .one-whole {
    text-align: right;
}
.header .textwidget {
    padding: 10px 0;
}
/* logo */
.logo {
    margin: 20px auto;
}
/* nav */
.nav {
    clear: both;
    position: static;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 10000;
}
.nav ul {
    margin: 0;
    padding: 15px 0 10px;
    text-align: center;
}
.nav ul li {
    list-style: none;
    overflow: hidden;
}
.nav ul li a {
    color: inherit;
    border: 1px solid transparent;
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    padding: 8px 14px;
}
nav.nav ul li.current-menu-item a,
nav.nav ul li.current_page_parent a,
nav.nav ul li.current-menu-ancestor a {
    border: 1px solid rgba(255,255,255,.8);
}
.nav ul li a:hover {
    background: rgba(255,255,255,.2);
}
.nav ul li > a:after {
    content: ' ▾';
}
.nav ul li > a:hover:after {
    content: ' ▾';
}
.nav ul li > a:only-child:after {
    content: '';
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
    clear: both;
    overflow: hidden;
    padding: 10px 0;
}
.footer a {
    color: inherit;
}
.footer .one-fourth {
    padding: 0 10px;
}
.copy {
    clear: both;
    font-size: .7em;
    text-align: center;
line-height:7;
}

.rslides_tabs {
    background: rgba(255, 255, 255, 0.1);

    padding: 10px 0;
    position: absolute;
    text-align: center;
    z-index: 4500;
    bottom: -13px;
    width: 100%;
}
.rslides_tabs li {
    list-style: none;
    display: inline-block;
    font: normal normal normal .001em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.rslides_tabs li a {
    color: transparent;
}
.rslides_tabs li a:before {
    content: "\f111";
    color: rgba(0,0,0,.2);
    font-size: 30px;
}
.rslides_tabs li.rslides_here a:before {
    content: "\f10c";
    color: rgba(0,0,0,.5);
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.prime {
    position: relative;
}

#slider {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
#slider .slide {
    background-position: center;
    /* background-attachment: fixed; */
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
}
/* Blog Pages */
label[for=comment] {
    display: block;
}
textarea#comment {
    width: 100%;
}
main[role=blog] article {
    border-top: 1px solid #ccc;
    margin: 0 0 10px;
}
main[role=blog] article:first-of-type {
    border-top: none;
}
/*------------------------------------*\
    Feedback
\*------------------------------------*/
.compliments h1 {
    background: #0B4786;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    padding: 7px;
}
.feedbackText {
    text-align: center;
}
.up-down > a > img {
    margin: 20px 0;
    max-width: 70%;
}
.biq-feedback.positive {
    text-align: center;
}
.biq-feedback.positive p + p {
    font-weight: 900;
}
/*------------------------------------*\
    FIXED WIDTH
\*------------------------------------*/
.prime.fixed {
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    margin: 0 auto;
}
.prime.fixed #slider {
    max-height: 40vh;
    overflow: hidden;
}
.prime.fixed header {
    position: relative;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    FORMS
\*------------------------------------*/
.wpcf7-form input,
.wpcf7-form textarea {
    box-sizing: border-box;
    border: 1px solid #999;
    margin: 2px 0;
    padding: 2px 4px;
    width: 100%;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border: 1px solid #006799;
}
.wpcf7-form textarea {
    height: 120px;
}
.wpcf7-form .wpcf7-captchac {
    margin-right: 20px;
}
.wpcf7-form .wpcf7-captchar {
    width: 40% !important;
    position: relative;
}
.wpcf7-form input[type=submit] {
    box-sizing: border-box;
    width: 100% !important;
}
img.ajax-loader {
    display: none;
}
/*------------------------------------*\
    WIDGETS
\*------------------------------------*/
.home-above,
.home-below {
    overflow: hidden;
}
/* Recent Posts */
div[id*='recent-posts'] ul {
    padding: 0;
    margin: 0;
}
div[id*='recent-posts'] ul li {
    list-style: none;
    padding: 2px 0 8px;
    margin: 5px 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
div[id*='recent-posts'] ul li:first-child {
    border-top: none;
}
/*------------------------------------*\
    REVIEWS
\*------------------------------------*/
.biziq-button,.client-button {
    background: rgba(0,0,0,.06);
background:#0546A4;
    border: none;
    border-radius: 0;
    padding: 8px 10px;
color:#fff;
}
.client-review-input {
    border-radius: 0;
    width: 100%;
}
h3.review-title {
    font-style: normal;
}
/*------------------------------------*\
	MOBILE NAVIGATION TOGGLE

	Animation inspired by @designcouch
	http://codepen.io/designcouch/
\*------------------------------------*/
#toggle-wrapper {
    position: absolute;
    right: 10px;
    top: 25px;
}
#menu-toggle {
    width: 24px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#menu-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menu-toggle span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-toggle span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0;
}
#menu-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 0;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
h1 { font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.1em; }
/*------------------------------------*\
	ALERTS
\*------------------------------------*/
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    clear: both;
    margin: 0 auto 20px;
    padding: 15px;
}
.alert:before {
    font-family: "FontAwesome";
    font-size: 2em;
    line-height: 1em;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger:before {
    content: "\f256";
}
.alert-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.alert-warning:before {
    content: "\f071";
}
.alert-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.alert-success:before {
    content: "\f058";
}
.wpcr3_clear.wpcr3_power {
    display: none !important;
}
/*------------------------------------*\
    ANIMATION
\*------------------------------------*/
@keyframes animatedBackground {
    from { opacity: 0; }
    to { opacity: 1; }
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:0px) {

    .prime {
        /* Setting font size on mobile devices */
        font-size: 1.3em;
        line-height: 1.6em;
    }

    /* ---- WordPress Core ---- */
    .alignnone {
        margin:5px 20px 20px 0;
    }
    .aligncenter,
    div.aligncenter {
        display:block;
        margin:5px auto;
    }
    .alignright {
        display: block;
        float:right;
        margin:5px auto;
    }
    .alignleft {
        display: block;
        float:none;
        margin:5px auto;
    }
    a img.alignright {
        float:none;
        margin:5px auto;
    }
    a img.alignnone {
        margin:5px auto;
    }
    a img.alignleft {
        float:none;
        margin:5px auto;
    }
    a img.aligncenter {
        display:block;
        margin-left:auto;
        margin-right:auto;
    }
    .wp-caption {
        background:#FFF;
        border:1px solid #F0F0F0;
        max-width:96%;
        padding:5px 3px 10px;
        text-align:center;
    }
    .wp-caption.alignnone {
        margin:5px 20px 20px 0;
    }
    .wp-caption.alignleft {
        margin:5px 20px 20px 0;
    }
    .wp-caption.alignright {
        margin:5px 0 20px 20px;
    }
    .wp-caption img {
        border:0 none;
        height:auto;
        margin:0;
        max-width:98.5%;
        padding:0;
        width:auto;
    }
    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size:11px;
        line-height:17px;
        margin:0;
        padding:0 4px 5px;
    }
    .sticky {

    }
    .bypostauthor {

    }

    /* ---- Mobile Navigation ---- */
    nav.nav {
        position: relative;
    }
    nav.nav #toggle-wrapper {
        display: block;
    }
    nav.nav ul li {
        display: none;
        margin: auto;
        width: 50%;
    }
    nav.nav ul li.current-menu-item,
    nav.nav ul li.current_page_parent,
    nav.nav ul li.current-menu-ancestor {
        display: block;
        margin: auto;
    }
    .nav-fixed {
        animation: none;
        background-color: transparent;
        position: relative;
    }
    ul.sub-menu {
        display: none;
        padding: 0;
        width: auto;
        z-index: 1000;
    }
    nav.nav ul li:hover > ul.sub-menu {
        display: block;
    }
    nav.nav ul li ul.sub-menu li {
        display: block !important;
        width: auto;
    }

    /* ---- STRUCTURE ---- */
    .single-format-standard main[role=main] {
        width: 100%;
    }
    main[role=main] {
        float: none;
        width: 100%;
    }
    .sidebar {
        float: none;
        width: 100%;
    }
    .alignleft,
    .alignright {
        float: none;
        margin: 0 auto;
    }
    main[role=blog] {
        float: none;
        padding: 0 ;
        width: 100%;
    }
    .blog-sidebar {
        float: none;
        width: 100%;
    }
    /* ---- COLUMNS ---- */
    .one-whole {
        clear: both;
        width: 100%;
    }
    .one-half {
        float: none;
        width: 100%;
        text-align: center;
    }
    .one-third {
        float: none;
        width: 100%
    }
    .one-fourth {
        float: none;
        width: 100%;
    }
    .three-fourth {
        float: none;
        width: 100%;
    }
    .one-fifth {
        float: none;
        width: 100%;
    }

    .alert {
        max-width: 95%;
    }

}
@media only screen and (min-width:480px) {

    /* ---- COLUMNS ---- */
    .two-third {
        width: 100%;
    }
    .one-fourth {
        float: left;
        width: 50%;
    }
    .one-fourth:nth-child(odd){
        clear:both;
    }
    .three-fourth {
        float: left;
        width: 50%;
    }
    .one-fifth {
        float: left;
        width: 50%;
    }

}
@media only screen and (min-width:768px) {

    .prime {
        /* Setting font size on larger screens */
        font-size: 1.4em;
        line-height: 1.7em;
    }

    /* ---- WordPress Core ---- */
    .aligncenter,
    div.aligncenter {
        display:block;
    }
    .alignright {
        display: inline;
        float:right;
        margin:5px 0 20px 20px;
    }
    .alignleft {
        display: inline;
        float:left;
        margin:5px 20px 20px 0;
    }
    a img.alignright {
        float:right;
        margin:5px 0 20px 20px;
    }
    a img.alignleft {
        float:left;
        margin:5px 20px 20px 0;
    }
    a img.aligncenter {
        display:block;
        margin-left:auto;
        margin-right:auto;
    }

    /* ---- Mobile Navigation ---- */
    nav.nav ul li,
    nav.nav ul li.current-menu-item,
    nav.nav ul li.current-menu-ancestor {
        display: inline-block !important;
        width: auto !important;
    }
    .nav ul li:first-child {
        margin-left: 0;
    }
    nav.nav #toggle-wrapper {
        display: none;
    }
    nav.nav.nav-fixed {
        animation: animatedBackground 1s;
        position: fixed;
    }
    nav.nav ul li.current-menu-item,
    nav.nav ul li.current_page_parent,
    nav.nav ul li.current-menu-ancestor {
        display: inline-block;
    }
    ul.sub-menu {
        position: absolute !important;
    }
    nav.nav ul li:hover > ul.sub-menu {
        display: block;
    }
    .nav-block {
        clear: both;
        content: '';
        display: block;
        height: 0;
    }
    .nav-block.active {
        min-height: 68px;
    }

    /* ---- STRUCTURE ---- */
    .page-template-default main[role=main] {
        float: none;
        width: 100%;
        padding: 0;
    }
    .page-template-template-sidebar main[role=main] {
        float: left;
        width: 75%;
        padding: 0 35px 0 0;
    }
    .single-format-standard main[role=main] {
        width: 75%;
        float: left;
    }
    .sidebar {
        float: right;
        width: 25%;
    }

    header .one-half {
        text-align: left;
    }
    header .one-half + .one-half {
        text-align: right;
    }
    main[role=blog] {
        float: left;
        padding: 0 20px 0 0;
        width: 75%;
    }
    .blog-sidebar {
        float: left;
        width: 25%;
    }

    /* ---- COLUMNS ---- */
    .one-half {
        float: left;
        text-align: left;
        width: 50%;
    }
    .one-third {
        float: left;
        width: 33.33%
    }
    .two-third {
        float: left;
        width: 66.66%
    }
    .one-fourth {
        float: left;
        width: 25%;
    }
    .one-fourth:nth-child(odd){
        clear:none;
    }
    .three-fourth {
        width: 75%;
    }
    .one-fifth {
        float: left;
        width: 20%;
    }

}
@media only screen and (min-width:1024px) {

    .alert {
        max-width: 100%;
    }

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}*/
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*+++++++++++++++++++++++++++++++++++++++

!! THIS SECTION WILL NOT BE HERE IN THE RELEASE VERSION !!

Anything that is in this section will be controlled by theme options or injected CSS into the header.

+++++++++++++++++++++++++++++++++++++++*/
#content a {
    color: #00437f;
}
#content a:hover {
    text-decoration: underline;
}
nav.nav.nav-fixed {
    background-color: #000;
}
.nav ul li > a:after {
    color: #888;
}
.nav ul li > a:hover:after {
    color: #444;
}
body {
    background: #ccc; /* color or image */
}

footer.footer,
.prime header.header {
    background: rgba(0,0,0,.9);
    color: #fff;
background:#0546A4;
}
.nav ul {
background:#9F1401;
}
.prime {
    background: #fafafa;
}

.prime.fixed {
    max-width: 1200px;
}

.logo {
    max-width: 50%;
}
.phone {
    font-size: 36px;
}

ul.sub-menu {
    background: #333;
}

.biziq-cta {
    padding: 0 10px;
    text-align: center;
}
.cta-icon {
    border: 8px solid #444;
    border-radius: 100%;
    text-align: center;
    font-size: 6em;
    line-height: 1.5em;
    min-width: 130px;
    margin: 0 auto;
}
.bottomicon, .socialicons {
	text-align:left;
}
.one-fourth img {
display:block;
margin:10px auto;
}

h1, h2, h3, h4 {
    font-family: 'Sumana', serif;
    font-weight: bold;
    letter-spacing: .025em;
line-height:1;
color:#002365;
}
footer.footer h2,
footer.footer h3 {
color:#fff;
}
footer.footer h3 {
font-size:1.5em;
}
.topPhone {
font-family: arial;
    font-size: 25px;
}
.topPhone img {
    margin: -34px 0 5px 0;
    float: right;
}

.big{
font-size:3.1em;
}
.med {
font-size:2.1em;
}
.center {
text-align:center;
}
.button {font-size:15px;color:#fff!important;border-radius:8px;padding:8px;background: rgb(159 20 1);}
.bold {
font-weight:bold;
}
.line {
border-left:1px dotted #9F1401;
}
.space {
margin:40px 0 60px 0;
}
.red {
color:#9F1401;
margin-top:-10px;
}
#wpcf7-f276-p15-o1 {
margin-left:5px;
}
.logo-long {
display:block;
margin:0 auto;
}


@media screen and (max-width:767px) {
.line {
border-left:none;
}
.line ul {
list-style-position:inside;
}
.topPhone {
padding-top:0;
}
.min-center {
text-align:center;
}
.spacer {
margin-bottom:60px;
}
.half {
width:50%;
display:inline-block;
}
#wpcf7-f276-p15-o1 {
margin-left:0;
}
}

@media screen and (max-width:470px) {
.topPhone img {
    margin: 5px 0 0 0;
    float: none;
}
}

@media screen and (max-width:375px) {
.half {
width:100%;
}
.line ul {
list-style-type:none;
}
}
 .biziq-review.show {
    overflow: hidden;
}
form textarea, form input[type]:not([type="button"]):not([type="submit"]):not([hidden]){ display: block; }
.form-container.hide:not([style*=dis]){display: none;}


.review-card {
	background: #9f1401;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
	height: 100%;
	color: #fff;
	display: flex;
	border-radius: 8px;
	flex-direction: column;
	justify-content: space-between;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 3rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-4,
.col-md-12 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.breakout {
  width: 100%;
  padding: 2rem 1rem;
  background-color: #f9f9f9;
}

.large-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.small-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.banner-special {
  font-family: sans-serif !important;
  color: white;
  padding: 0;
  text-align: center;
}

.banner-special .large-wrapper {
  padding: 30px 1em 30px 30px;
  text-shadow: 2px 2px black;
  background: #9f1401;
  font-size: 1.5em;
}

.banner-special h2 {
  color: white;
  font-family: sans-serif !important;
}

.mobile-quote-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #0546a4;
  text-align: center;
  padding: 0.75rem;
  z-index: 9999;
}

.mobile-quote-banner .button {
  background: #0546a4;
  color: #ffffff;
  padding: 0.6rem 1.25rem;
  font-weight: bold;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  border: solid 1px #fff;
}

.mobile-quote-banner .button:hover {
  background: #000;
  color: #fff;
}

body {
   padding-top: 50px;
}

@media (min-width: 768px) {
  .mobile-quote-banner {
    display: none;
  }

  body {
    padding-top: 0; 
  }
}
